HSL(81, 36%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,36%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 36%, 52%) | color: hsl(81, 36%, 52%) | |
| HEX | #92B159 | color: #92B159 | |
| RGB | rgb(146, 177, 89) | color: rgb(146, 177, 89) | |
| CMYK | cmyk(18%, 0%, 50%, 31%) | — | |
| HSV | hsv(81, 50%, 69%) | — | |
| HWB | hwb(81 35% 31%) | color: hwb(81 35% 31%) | |
| OKLCH | oklch(0.7174 0.1207 125.33) | color: oklch(0.7174 0.1207 125.33) | |
| Lab | lab(68.22 -24.97 41.26) | color: lab(68.22 -24.97 41.26) | |
| LCH | lch(68.22 48.23 121.18) | color: lch(68.22 48.23 121.18) |
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)
#9FA06E — rgb(159, 160, 110)
Deuteranopia (Green-blind)
#9E9B73 — rgb(158, 155, 115)
Tritanopia (Blue-blind)
#947F83 — rgb(148, 127, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 36%, 52%);
text
color: hsl(81, 36%, 52%);
border
border: 2px solid hsl(81, 36%, 52%);
gradient light
background: linear-gradient(to right, hsl(81, 36%, 72%), hsl(81, 36%, 52%));
gradient dark
background: linear-gradient(to right, hsl(81, 36%, 52%), hsl(81, 36%, 32%))
hex
background-color: #92B159;
tailwind
bg-[hsl(81,36%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 36%, 52%, 0.4);
css variable
--color-primary: hsl(81, 36%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 36%, 52%)?
HEX: #92B159 | RGB: rgb(146, 177, 89) | CMYK: 18%, 0%, 50%, 31% | HSV: 81°, 50%, 69%. Copy any format from the conversion table above.
What colors go well with #92B159?
The complementary color is HSL(261, 36%, 52%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 36%, 52%) in CSS?
As HSL: color: hsl(81, 36%, 52%); — As HEX: color: #92B159; — As RGB: color: rgb(146, 177, 89); — Tailwind CSS: bg-[hsl(81,36%,52%)] — CSS variable: --color-primary: hsl(81, 36%, 52%);