Shades of Green Mist #CACA99
Tints of Green Mist #CACA99
RGB
CMYK
RGB Variations
Color information
#CACA99 (or 0xCACA99) is known color: Green Mist. HEX triplet: CA, CA and 99. RGB value is (202,202,153). Sum of RGB (Red+Green+Blue) = 202+202+153=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA99 is #353566. Grayscale: #C4C4C4. Windows color (decimal): -3487079 or 10078922. OLE color: 10078922.
HSL color Cylindrical-coordinate representation of color #CACA99: hue angle of 60º 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 #CACA99 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 153 | - |
| CMYK | 0 | 0 | 0.24 | 0.21 |
| HSL | 60º | 0.32% | 0.7% | - |
| HSV(B) | 60º | 0.24% | 0.79% | - |
| XYZ | 51.23 | 57.1 | 38.46 | - |
| YUV | 196.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 153 | 0 | 0 | 0.24 | 0.21 | 60 | 0.32 | 0.7 |
| Hex | CA | CA | 99 | 0 | 0 | 18 | 15 | 3C | 20 | 46 |
| Octal | 312 | 312 | 231 | 0 | 0 | 30 | 25 | 74 | 40 | 106 |
| Binary | 11001010 | 11001010 | 10011001 | 0 | 0 | 11000 | 10101 | 111100 | 100000 | 1000110 |
Color Harmonies of #CACA99
Complementary color
Monochromatic Colors of #CACA99
Black with #CACA99
Text Example
Text Example
White with #CACA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA99; }
p { color: rgb(202,202,153); }
H1.HeaderClassName
{
color: #CACA99;
}
.AnyTagClassName
{
color: #CACA99;
}
</style>
background-color css
<style>
a { background-color: #CACA99; }
a { background-color: rgb(202,202,153); }
div.DivClassName
{
background-color: #CACA99;
}
.BgClassName
{
background-color: #CACA99;
}
</style>
border-color css
<style>
span { border-color: #CACA99; }
span { border-color: rgb(202,202,153); }
td.TdClassName
{
border-color: #CACA99;
}
.TagClassName
{
border-color: #CACA99;
}
</style>