Shades of Green Mist #CAC896
Tints of Green Mist #CAC896
RGB
CMYK
RGB Variations
Color information
#CAC896 (or 0xCAC896) is known color: Green Mist. HEX triplet: CA, C8 and 96. RGB value is (202,200,150). Sum of RGB (Red+Green+Blue) = 202+200+150=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC896 is #353769. Grayscale: #C3C3C3. Windows color (decimal): -3487594 or 9881802. OLE color: 9881802.
HSL color Cylindrical-coordinate representation of color #CAC896: hue angle of 57.69º 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 #CAC896 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 150 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.21 |
| HSL | 57.69º | 0.33% | 0.69% | - |
| HSV(B) | 57.69º | 0.26% | 0.79% | - |
| XYZ | 50.52 | 56.07 | 37.01 | - |
| YUV | 194.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 150 | 0 | 0.01 | 0.26 | 0.21 | 57.69 | 0.33 | 0.69 |
| Hex | CA | C8 | 96 | 0 | 1 | 1A | 15 | 3A | 21 | 45 |
| Octal | 312 | 310 | 226 | 0 | 1 | 32 | 25 | 72 | 41 | 105 |
| Binary | 11001010 | 11001000 | 10010110 | 0 | 1 | 11010 | 10101 | 111010 | 100001 | 1000101 |
Color Harmonies of #CAC896
Complementary color
Monochromatic Colors of #CAC896
Black with #CAC896
Text Example
Text Example
White with #CAC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC896; }
p { color: rgb(202,200,150); }
H1.HeaderClassName
{
color: #CAC896;
}
.AnyTagClassName
{
color: #CAC896;
}
</style>
background-color css
<style>
a { background-color: #CAC896; }
a { background-color: rgb(202,200,150); }
div.DivClassName
{
background-color: #CAC896;
}
.BgClassName
{
background-color: #CAC896;
}
</style>
border-color css
<style>
span { border-color: #CAC896; }
span { border-color: rgb(202,200,150); }
td.TdClassName
{
border-color: #CAC896;
}
.TagClassName
{
border-color: #CAC896;
}
</style>