HSL(91, 19%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(91,19%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 19%, 61%) | color: hsl(91, 19%, 61%) | |
| HEX | #9BAE89 | color: #9BAE89 | |
| RGB | rgb(155, 174, 137) | color: rgb(155, 174, 137) | |
| CMYK | cmyk(11%, 0%, 21%, 32%) | — | |
| HSV | hsv(91, 21%, 68%) | — | |
| HWB | hwb(91 54% 32%) | color: hwb(91 54% 32%) | |
| OKLCH | oklch(0.7261 0.0561 129.86) | color: oklch(0.7261 0.0561 129.86) | |
| Lab | lab(68.78 -13.43 16.84) | color: lab(68.78 -13.43 16.84) | |
| LCH | lch(68.78 21.54 128.57) | color: lch(68.78 21.54 128.57) |
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)
#A3A392 — rgb(163, 163, 146)
Deuteranopia (Green-blind)
#A2A194 — rgb(162, 161, 148)
Tritanopia (Blue-blind)
#9C999B — rgb(156, 153, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 19%, 61%);
text
color: hsl(91, 19%, 61%);
border
border: 2px solid hsl(91, 19%, 61%);
gradient light
background: linear-gradient(to right, hsl(91, 19%, 81%), hsl(91, 19%, 61%));
gradient dark
background: linear-gradient(to right, hsl(91, 19%, 61%), hsl(91, 19%, 41%))
hex
background-color: #9BAE89;
tailwind
bg-[hsl(91,19%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 19%, 61%, 0.4);
css variable
--color-primary: hsl(91, 19%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 19%, 61%)?
HEX: #9BAE89 | RGB: rgb(155, 174, 137) | CMYK: 11%, 0%, 21%, 32% | HSV: 91°, 21%, 68%. Copy any format from the conversion table above.
What colors go well with #9BAE89?
The complementary color is HSL(271, 19%, 61%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 19%, 61%) in CSS?
As HSL: color: hsl(91, 19%, 61%); — As HEX: color: #9BAE89; — As RGB: color: rgb(155, 174, 137); — Tailwind CSS: bg-[hsl(91,19%,61%)] — CSS variable: --color-primary: hsl(91, 19%, 61%);