What is the RGB code for pale olive?
The CSS color pale olive in RGB format is rgb(185, 204, 129). 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: rgb(185, 204, 129);
- Background: background-color: rgb(185, 204, 129);
- Border: border-color: rgb(185, 204, 129);
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 RGB?
Select pale olive from the color name list in our color converter. The RGB value — rgb(185, 204, 129) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.