Shades of Green Mist #CAC699
Tints of Green Mist #CAC699
RGB
CMYK
RGB Variations
Color information
#CAC699 (or 0xCAC699) is known color: Green Mist. HEX triplet: CA, C6 and 99. RGB value is (202,198,153). Sum of RGB (Red+Green+Blue) = 202+198+153=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC699 is #353966. Grayscale: #C2C2C2. Windows color (decimal): -3488103 or 10077898. OLE color: 10077898.
HSL color Cylindrical-coordinate representation of color #CAC699: hue angle of 55.1º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAC699 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 153 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.21 |
| HSL | 55.1º | 0.32% | 0.7% | - |
| HSV(B) | 55.1º | 0.24% | 0.79% | - |
| XYZ | 50.3 | 55.24 | 38.15 | - |
| YUV | 194.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 153 | 0 | 0.02 | 0.24 | 0.21 | 55.1 | 0.32 | 0.7 |
| Hex | CA | C6 | 99 | 0 | 2 | 18 | 15 | 37 | 20 | 46 |
| Octal | 312 | 306 | 231 | 0 | 2 | 30 | 25 | 67 | 40 | 106 |
| Binary | 11001010 | 11000110 | 10011001 | 0 | 10 | 11000 | 10101 | 110111 | 100000 | 1000110 |
Color Harmonies of #CAC699
Complementary color
Monochromatic Colors of #CAC699
Black with #CAC699
Text Example
Text Example
White with #CAC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC699; }
p { color: rgb(202,198,153); }
H1.HeaderClassName
{
color: #CAC699;
}
.AnyTagClassName
{
color: #CAC699;
}
</style>
background-color css
<style>
a { background-color: #CAC699; }
a { background-color: rgb(202,198,153); }
div.DivClassName
{
background-color: #CAC699;
}
.BgClassName
{
background-color: #CAC699;
}
</style>
border-color css
<style>
span { border-color: #CAC699; }
span { border-color: rgb(202,198,153); }
td.TdClassName
{
border-color: #CAC699;
}
.TagClassName
{
border-color: #CAC699;
}
</style>