HSL(106, 26%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,26%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 26%, 66%) | color: hsl(106, 26%, 66%) | |
| HEX | #9CBF92 | color: #9CBF92 | |
| RGB | rgb(156, 191, 146) | color: rgb(156, 191, 146) | |
| CMYK | cmyk(18%, 0%, 24%, 25%) | — | |
| HSV | hsv(107, 24%, 75%) | — | |
| HWB | hwb(107 57% 25%) | color: hwb(107 57% 25%) | |
| OKLCH | oklch(0.7669 0.0733 138.78) | color: oklch(0.7669 0.0733 138.78) | |
| Lab | lab(73.81 -20.29 18.93) | color: lab(73.81 -20.29 18.93) | |
| LCH | lch(73.81 27.75 136.99) | color: lch(73.81 27.75 136.99) |
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)
#ABAB9D — rgb(171, 171, 157)
Deuteranopia (Green-blind)
#A9A7A0 — rgb(169, 167, 160)
Tritanopia (Blue-blind)
#9EA5A7 — rgb(158, 165, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 26%, 66%);
text
color: hsl(106, 26%, 66%);
border
border: 2px solid hsl(106, 26%, 66%);
gradient light
background: linear-gradient(to right, hsl(106, 26%, 86%), hsl(106, 26%, 66%));
gradient dark
background: linear-gradient(to right, hsl(106, 26%, 66%), hsl(106, 26%, 46%))
hex
background-color: #9CBF92;
tailwind
bg-[hsl(106,26%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 26%, 66%, 0.4);
css variable
--color-primary: hsl(106, 26%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 26%, 66%)?
HEX: #9CBF92 | RGB: rgb(156, 191, 146) | CMYK: 18%, 0%, 24%, 25% | HSV: 107°, 24%, 75%. Copy any format from the conversion table above.
What colors go well with #9CBF92?
The complementary color is HSL(286, 26%, 66%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 26%, 66%) in CSS?
As HSL: color: hsl(106, 26%, 66%); — As HEX: color: #9CBF92; — As RGB: color: rgb(156, 191, 146); — Tailwind CSS: bg-[hsl(106,26%,66%)] — CSS variable: --color-primary: hsl(106, 26%, 66%);