HSL(86, 16%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(86,16%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 16%, 65%) | color: hsl(86, 16%, 65%) | |
| HEX | #A8B497 | color: #A8B497 | |
| RGB | rgb(168, 180, 151) | color: rgb(168, 180, 151) | |
| CMYK | cmyk(7%, 0%, 16%, 29%) | — | |
| HSV | hsv(85, 16%, 71%) | — | |
| HWB | hwb(85 60% 29%) | color: hwb(85 60% 29%) | |
| OKLCH | oklch(0.7525 0.0426 125.73) | color: oklch(0.7525 0.0426 125.73) | |
| Lab | lab(71.69 -9.46 13.4) | color: lab(71.69 -9.46 13.4) | |
| LCH | lch(71.69 16.4 125.22) | color: lch(71.69 16.4 125.22) |
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)
#ADAD9E — rgb(173, 173, 158)
Deuteranopia (Green-blind)
#ADACA0 — rgb(173, 172, 160)
Tritanopia (Blue-blind)
#A9A4A5 — rgb(169, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 16%, 65%);
text
color: hsl(86, 16%, 65%);
border
border: 2px solid hsl(86, 16%, 65%);
gradient light
background: linear-gradient(to right, hsl(86, 16%, 85%), hsl(86, 16%, 65%));
gradient dark
background: linear-gradient(to right, hsl(86, 16%, 65%), hsl(86, 16%, 45%))
hex
background-color: #A8B497;
tailwind
bg-[hsl(86,16%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 16%, 65%, 0.4);
css variable
--color-primary: hsl(86, 16%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 16%, 65%)?
HEX: #A8B497 | RGB: rgb(168, 180, 151) | CMYK: 7%, 0%, 16%, 29% | HSV: 85°, 16%, 71%. Copy any format from the conversion table above.
What colors go well with #A8B497?
The complementary color is HSL(266, 16%, 65%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 16%, 65%) in CSS?
As HSL: color: hsl(86, 16%, 65%); — As HEX: color: #A8B497; — As RGB: color: rgb(168, 180, 151); — Tailwind CSS: bg-[hsl(86,16%,65%)] — CSS variable: --color-primary: hsl(86, 16%, 65%);