HSL(92, 17%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(92,17%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 17%, 52%) | color: hsl(92, 17%, 52%) | |
| HEX | #839970 | color: #839970 | |
| RGB | rgb(131, 153, 112) | color: rgb(131, 153, 112) | |
| CMYK | cmyk(14%, 0%, 27%, 40%) | — | |
| HSV | hsv(92, 27%, 60%) | — | |
| HWB | hwb(92 44% 40%) | color: hwb(92 44% 40%) | |
| OKLCH | oklch(0.6547 0.0639 130.94) | color: oklch(0.6547 0.0639 130.94) | |
| Lab | lab(60.58 -15.51 19.05) | color: lab(60.58 -15.51 19.05) | |
| LCH | lch(60.58 24.57 129.15) | color: lch(60.58 24.57 129.15) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#8D8D7A — rgb(141, 141, 122)
Deuteranopia (Green-blind)
#8B8A7C — rgb(139, 138, 124)
Tritanopia (Blue-blind)
#848283 — rgb(132, 130, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 17%, 52%);
text
color: hsl(92, 17%, 52%);
border
border: 2px solid hsl(92, 17%, 52%);
gradient light
background: linear-gradient(to right, hsl(92, 17%, 72%), hsl(92, 17%, 52%));
gradient dark
background: linear-gradient(to right, hsl(92, 17%, 52%), hsl(92, 17%, 32%))
hex
background-color: #839970;
tailwind
bg-[hsl(92,17%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 17%, 52%, 0.4);
css variable
--color-primary: hsl(92, 17%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 17%, 52%)?
HEX: #839970 | RGB: rgb(131, 153, 112) | CMYK: 14%, 0%, 27%, 40% | HSV: 92°, 27%, 60%. Copy any format from the conversion table above.
What colors go well with #839970?
The complementary color is HSL(272, 17%, 52%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 17%, 52%) in CSS?
As HSL: color: hsl(92, 17%, 52%); — As HEX: color: #839970; — As RGB: color: rgb(131, 153, 112); — Tailwind CSS: bg-[hsl(92,17%,52%)] — CSS variable: --color-primary: hsl(92, 17%, 52%);