Shades of Green Mist #CAC697
Tints of Green Mist #CAC697
RGB
CMYK
RGB Variations
Color information
#CAC697 (or 0xCAC697) is known color: Green Mist. HEX triplet: CA, C6 and 97. RGB value is (202,198,151). Sum of RGB (Red+Green+Blue) = 202+198+151=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC697 is #353968. Grayscale: #C2C2C2. Windows color (decimal): -3488105 or 9946826. OLE color: 9946826.
HSL color Cylindrical-coordinate representation of color #CAC697: hue angle of 55.29º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAC697 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 151 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.21 |
| HSL | 55.29º | 0.32% | 0.69% | - |
| HSV(B) | 55.29º | 0.25% | 0.79% | - |
| XYZ | 50.14 | 55.18 | 37.29 | - |
| YUV | 193.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 151 | 0 | 0.02 | 0.25 | 0.21 | 55.29 | 0.32 | 0.69 |
| Hex | CA | C6 | 97 | 0 | 2 | 19 | 15 | 37 | 20 | 45 |
| Octal | 312 | 306 | 227 | 0 | 2 | 31 | 25 | 67 | 40 | 105 |
| Binary | 11001010 | 11000110 | 10010111 | 0 | 10 | 11001 | 10101 | 110111 | 100000 | 1000101 |
Color Harmonies of #CAC697
Complementary color
Monochromatic Colors of #CAC697
Black with #CAC697
Text Example
Text Example
White with #CAC697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC697; }
p { color: rgb(202,198,151); }
H1.HeaderClassName
{
color: #CAC697;
}
.AnyTagClassName
{
color: #CAC697;
}
</style>
background-color css
<style>
a { background-color: #CAC697; }
a { background-color: rgb(202,198,151); }
div.DivClassName
{
background-color: #CAC697;
}
.BgClassName
{
background-color: #CAC697;
}
</style>
border-color css
<style>
span { border-color: #CAC697; }
span { border-color: rgb(202,198,151); }
td.TdClassName
{
border-color: #CAC697;
}
.TagClassName
{
border-color: #CAC697;
}
</style>