HSL(92, 40%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,40%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 40%, 55%) | color: hsl(92, 40%, 55%) | |
| HEX | #89BA5E | color: #89BA5E | |
| RGB | rgb(137, 186, 94) | color: rgb(137, 186, 94) | |
| CMYK | cmyk(26%, 0%, 49%, 27%) | — | |
| HSV | hsv(92, 49%, 73%) | — | |
| HWB | hwb(92 37% 27%) | color: hwb(92 37% 27%) | |
| OKLCH | oklch(0.7333 0.133 131.99) | color: oklch(0.7333 0.133 131.99) | |
| Lab | lab(70.35 -32.15 41.24) | color: lab(70.35 -32.15 41.24) | |
| LCH | lch(70.35 52.29 127.94) | color: lch(70.35 52.29 127.94) |
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)
#9E9F74 — rgb(158, 159, 116)
Deuteranopia (Green-blind)
#9B987A — rgb(155, 152, 122)
Tritanopia (Blue-blind)
#8B868A — rgb(139, 134, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 40%, 55%);
text
color: hsl(92, 40%, 55%);
border
border: 2px solid hsl(92, 40%, 55%);
gradient light
background: linear-gradient(to right, hsl(92, 40%, 75%), hsl(92, 40%, 55%));
gradient dark
background: linear-gradient(to right, hsl(92, 40%, 55%), hsl(92, 40%, 35%))
hex
background-color: #89BA5E;
tailwind
bg-[hsl(92,40%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 40%, 55%, 0.4);
css variable
--color-primary: hsl(92, 40%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 40%, 55%)?
HEX: #89BA5E | RGB: rgb(137, 186, 94) | CMYK: 26%, 0%, 49%, 27% | HSV: 92°, 49%, 73%. Copy any format from the conversion table above.
What colors go well with #89BA5E?
The complementary color is HSL(272, 40%, 55%). 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, 40%, 55%) in CSS?
As HSL: color: hsl(92, 40%, 55%); — As HEX: color: #89BA5E; — As RGB: color: rgb(137, 186, 94); — Tailwind CSS: bg-[hsl(92,40%,55%)] — CSS variable: --color-primary: hsl(92, 40%, 55%);