What is the HEX code for pale olive?
The CSS color pale olive in HEX format is #b9cc81. Use this value directly in CSS, SVG, and most design tools.
How do I use pale olive in CSS?
To apply pale olive in CSS:
- Text color: color: #b9cc81;
- Background: background-color: #b9cc81;
- Border: border-color: #b9cc81;
What are all the color format values for pale olive?
| Format | Value |
|---|---|
| HEX | #b9cc81 |
| RGB | rgb(185, 204, 129) |
| HSL | hsl(75.2, 42.4%, 65.3%) |
| CMYK | cmyk(9.3%, 0%, 36.8%, 20%) |
How do I convert pale olive to HEX?
Select pale olive from the color name list in our color converter. The HEX value — #b9cc81 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pale olive belong to?
pale olive belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 75.2°, saturation 42.4%, lightness 65.3%.
How do I create lighter and darker shades of pale olive?
Lighter variant (lightness 80.3%): #d7e2b7. Darker variant (lightness 50.3%): #9bb64b. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.