Shades of Green Mist #CAC696
Tints of Green Mist #CAC696
RGB
CMYK
RGB Variations
Color information
#CAC696 (or 0xCAC696) is known color: Green Mist. HEX triplet: CA, C6 and 96. RGB value is (202,198,150). Sum of RGB (Red+Green+Blue) = 202+198+150=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC696 is #353969. Grayscale: #C1C1C1. Windows color (decimal): -3488106 or 9881290. OLE color: 9881290.
HSL color Cylindrical-coordinate representation of color #CAC696: hue angle of 55.38º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAC696 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 150 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.21 |
| HSL | 55.38º | 0.33% | 0.69% | - |
| HSV(B) | 55.38º | 0.26% | 0.79% | - |
| XYZ | 50.06 | 55.15 | 36.86 | - |
| YUV | 193.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 150 | 0 | 0.02 | 0.26 | 0.21 | 55.38 | 0.33 | 0.69 |
| Hex | CA | C6 | 96 | 0 | 2 | 1A | 15 | 37 | 21 | 45 |
| Octal | 312 | 306 | 226 | 0 | 2 | 32 | 25 | 67 | 41 | 105 |
| Binary | 11001010 | 11000110 | 10010110 | 0 | 10 | 11010 | 10101 | 110111 | 100001 | 1000101 |
Color Harmonies of #CAC696
Complementary color
Monochromatic Colors of #CAC696
Black with #CAC696
Text Example
Text Example
White with #CAC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC696; }
p { color: rgb(202,198,150); }
H1.HeaderClassName
{
color: #CAC696;
}
.AnyTagClassName
{
color: #CAC696;
}
</style>
background-color css
<style>
a { background-color: #CAC696; }
a { background-color: rgb(202,198,150); }
div.DivClassName
{
background-color: #CAC696;
}
.BgClassName
{
background-color: #CAC696;
}
</style>
border-color css
<style>
span { border-color: #CAC696; }
span { border-color: rgb(202,198,150); }
td.TdClassName
{
border-color: #CAC696;
}
.TagClassName
{
border-color: #CAC696;
}
</style>