Shades of Green Mist #CAC99E
Tints of Green Mist #CAC99E
RGB
CMYK
RGB Variations
Color information
#CAC99E (or 0xCAC99E) is known color: Green Mist. HEX triplet: CA, C9 and 9E. RGB value is (202,201,158). Sum of RGB (Red+Green+Blue) = 202+201+158=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC99E is #353661. Grayscale: #C4C4C4. Windows color (decimal): -3487330 or 10406346. OLE color: 10406346.
HSL color Cylindrical-coordinate representation of color #CAC99E: hue angle of 58.64º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC99E is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 158 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.21 |
| HSL | 58.64º | 0.29% | 0.71% | - |
| HSV(B) | 58.64º | 0.22% | 0.79% | - |
| XYZ | 51.42 | 56.8 | 40.6 | - |
| YUV | 196.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 158 | 0 | 0.00 | 0.22 | 0.21 | 58.64 | 0.29 | 0.71 |
| Hex | CA | C9 | 9E | 0 | 0 | 16 | 15 | 3B | 1D | 47 |
| Octal | 312 | 311 | 236 | 0 | 0 | 26 | 25 | 73 | 35 | 107 |
| Binary | 11001010 | 11001001 | 10011110 | 0 | 0 | 10110 | 10101 | 111011 | 11101 | 1000111 |
Color Harmonies of #CAC99E
Complementary color
Monochromatic Colors of #CAC99E
Black with #CAC99E
Text Example
Text Example
White with #CAC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC99E; }
p { color: rgb(202,201,158); }
H1.HeaderClassName
{
color: #CAC99E;
}
.AnyTagClassName
{
color: #CAC99E;
}
</style>
background-color css
<style>
a { background-color: #CAC99E; }
a { background-color: rgb(202,201,158); }
div.DivClassName
{
background-color: #CAC99E;
}
.BgClassName
{
background-color: #CAC99E;
}
</style>
border-color css
<style>
span { border-color: #CAC99E; }
span { border-color: rgb(202,201,158); }
td.TdClassName
{
border-color: #CAC99E;
}
.TagClassName
{
border-color: #CAC99E;
}
</style>