What is the RGB code for light khaki?
The CSS color light khaki in RGB format is rgb(230, 242, 162). Use this value directly in CSS, SVG, and most design tools.
How do I use light khaki in CSS?
To apply light khaki in CSS:
- Text color: color: rgb(230, 242, 162);
- Background: background-color: rgb(230, 242, 162);
- Border: border-color: rgb(230, 242, 162);
What are all the color format values for light khaki?
| Format | Value |
|---|---|
| HEX | #e6f2a2 |
| RGB | rgb(230, 242, 162) |
| HSL | hsl(69, 75.5%, 79.2%) |
| CMYK | cmyk(5%, 0%, 33.1%, 5.1%) |
How do I convert light khaki to RGB?
Select light khaki from the color name list in our color converter. The RGB value — rgb(230, 242, 162) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light khaki belong to?
light khaki belongs to the green color family. It is a light, vivid color with HSL values: hue 69°, saturation 75.5%, lightness 79.2%.
How do I create lighter and darker shades of light khaki?
Lighter variant (lightness 94.2%): #f8fbe5. Darker variant (lightness 64.2%): #d4e95f. 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.