Shades of Green Mist #CAC99D
Tints of Green Mist #CAC99D
RGB
CMYK
RGB Variations
Color information
#CAC99D (or 0xCAC99D) is known color: Green Mist. HEX triplet: CA, C9 and 9D. RGB value is (202,201,157). Sum of RGB (Red+Green+Blue) = 202+201+157=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC99D is #353662. Grayscale: #C4C4C4. Windows color (decimal): -3487331 or 10340810. OLE color: 10340810.
HSL color Cylindrical-coordinate representation of color #CAC99D: hue angle of 58.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC99D is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 157 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.21 |
| HSL | 58.67º | 0.3% | 0.7% | - |
| HSV(B) | 58.67º | 0.22% | 0.79% | - |
| XYZ | 51.33 | 56.76 | 40.15 | - |
| YUV | 196.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 157 | 0 | 0.00 | 0.22 | 0.21 | 58.67 | 0.3 | 0.7 |
| Hex | CA | C9 | 9D | 0 | 0 | 16 | 15 | 3B | 1E | 46 |
| Octal | 312 | 311 | 235 | 0 | 0 | 26 | 25 | 73 | 36 | 106 |
| Binary | 11001010 | 11001001 | 10011101 | 0 | 0 | 10110 | 10101 | 111011 | 11110 | 1000110 |
Color Harmonies of #CAC99D
Complementary color
Monochromatic Colors of #CAC99D
Black with #CAC99D
Text Example
Text Example
White with #CAC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC99D; }
p { color: rgb(202,201,157); }
H1.HeaderClassName
{
color: #CAC99D;
}
.AnyTagClassName
{
color: #CAC99D;
}
</style>
background-color css
<style>
a { background-color: #CAC99D; }
a { background-color: rgb(202,201,157); }
div.DivClassName
{
background-color: #CAC99D;
}
.BgClassName
{
background-color: #CAC99D;
}
</style>
border-color css
<style>
span { border-color: #CAC99D; }
span { border-color: rgb(202,201,157); }
td.TdClassName
{
border-color: #CAC99D;
}
.TagClassName
{
border-color: #CAC99D;
}
</style>