HSL(101, 14%, 65%)
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(101,14%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 14%, 65%) | color: hsl(101, 14%, 65%) | |
| HEX | #A1B299 | color: #A1B299 | |
| RGB | rgb(161, 178, 153) | color: rgb(161, 178, 153) | |
| CMYK | cmyk(10%, 0%, 14%, 30%) | — | |
| HSV | hsv(101, 14%, 70%) | — | |
| HWB | hwb(101 60% 30%) | color: hwb(101 60% 30%) | |
| OKLCH | oklch(0.7433 0.0399 135.56) | color: oklch(0.7433 0.0399 135.56) | |
| Lab | lab(70.68 -10.61 10.8) | color: lab(70.68 -10.61 10.8) | |
| LCH | lch(70.68 15.14 134.49) | color: lch(70.68 15.14 134.49) |
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)
#A8A99F — rgb(168, 169, 159)
Deuteranopia (Green-blind)
#A7A6A1 — rgb(167, 166, 161)
Tritanopia (Blue-blind)
#A2A4A5 — rgb(162, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 14%, 65%);
text
color: hsl(101, 14%, 65%);
border
border: 2px solid hsl(101, 14%, 65%);
gradient light
background: linear-gradient(to right, hsl(101, 14%, 85%), hsl(101, 14%, 65%));
gradient dark
background: linear-gradient(to right, hsl(101, 14%, 65%), hsl(101, 14%, 45%))
hex
background-color: #A1B299;
tailwind
bg-[hsl(101,14%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 14%, 65%, 0.4);
css variable
--color-primary: hsl(101, 14%, 65%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(101, 14%, 65%)?
HEX: #A1B299 | RGB: rgb(161, 178, 153) | CMYK: 10%, 0%, 14%, 30% | HSV: 101°, 14%, 70%. Copy any format from the conversion table above.
What colors go well with #A1B299?
The complementary color is HSL(281, 14%, 65%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 14%, 65%) in CSS?
As HSL: color: hsl(101, 14%, 65%); — As HEX: color: #A1B299; — As RGB: color: rgb(161, 178, 153); — Tailwind CSS: bg-[hsl(101,14%,65%)] — CSS variable: --color-primary: hsl(101, 14%, 65%);