HSL(116, 10%, 64%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(116,10%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 10%, 64%) | color: hsl(116, 10%, 64%) | |
| HEX | #9BAC9A | color: #9BAC9A | |
| RGB | rgb(155, 172, 154) | color: rgb(155, 172, 154) | |
| CMYK | cmyk(10%, 0%, 10%, 33%) | — | |
| HSV | hsv(117, 10%, 67%) | — | |
| HWB | hwb(117 60% 33%) | color: hwb(117 60% 33%) | |
| OKLCH | oklch(0.726 0.0319 143.71) | color: oklch(0.726 0.0319 143.71) | |
| Lab | lab(68.61 -9.41 7.25) | color: lab(68.61 -9.41 7.25) | |
| LCH | lch(68.61 11.88 142.39) | color: lch(68.61 11.88 142.39) |
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)
#A2A39E — rgb(162, 163, 158)
Deuteranopia (Green-blind)
#A1A09F — rgb(161, 160, 159)
Tritanopia (Blue-blind)
#9CA2A3 — rgb(156, 162, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 10%, 64%);
text
color: hsl(116, 10%, 64%);
border
border: 2px solid hsl(116, 10%, 64%);
gradient light
background: linear-gradient(to right, hsl(116, 10%, 84%), hsl(116, 10%, 64%));
gradient dark
background: linear-gradient(to right, hsl(116, 10%, 64%), hsl(116, 10%, 44%))
hex
background-color: #9BAC9A;
tailwind
bg-[hsl(116,10%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 10%, 64%, 0.4);
css variable
--color-primary: hsl(116, 10%, 64%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(116, 10%, 64%)?
HEX: #9BAC9A | RGB: rgb(155, 172, 154) | CMYK: 10%, 0%, 10%, 33% | HSV: 117°, 10%, 67%. Copy any format from the conversion table above.
What colors go well with #9BAC9A?
The complementary color is HSL(296, 10%, 64%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 10%, 64%) in CSS?
As HSL: color: hsl(116, 10%, 64%); — As HEX: color: #9BAC9A; — As RGB: color: rgb(155, 172, 154); — Tailwind CSS: bg-[hsl(116,10%,64%)] — CSS variable: --color-primary: hsl(116, 10%, 64%);