Shades of Green Mist #CACA9F
Tints of Green Mist #CACA9F
RGB
CMYK
RGB Variations
Color information
#CACA9F (or 0xCACA9F) is known color: Green Mist. HEX triplet: CA, CA and 9F. RGB value is (202,202,159). Sum of RGB (Red+Green+Blue) = 202+202+159=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA9F is #353560. Grayscale: #C5C5C5. Windows color (decimal): -3487073 or 10472138. OLE color: 10472138.
HSL color Cylindrical-coordinate representation of color #CACA9F: hue angle of 60º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CACA9F is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 202 | 159 | - |
CMYK | 0 | 0 | 0.21 | 0.21 |
HSL | 60º | 0.29% | 0.71% | - |
HSV(B) | 60º | 0.21% | 0.79% | - |
XYZ | 51.74 | 57.3 | 41.13 | - |
YUV | 197.1 | 106.5 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 202 | 159 | 0 | 0 | 0.21 | 0.21 | 60 | 0.29 | 0.71 |
Hex | CA | CA | 9F | 0 | 0 | 15 | 15 | 3C | 1D | 47 |
Octal | 312 | 312 | 237 | 0 | 0 | 25 | 25 | 74 | 35 | 107 |
Binary | 11001010 | 11001010 | 10011111 | 0 | 0 | 10101 | 10101 | 111100 | 11101 | 1000111 |
Color Harmonies of #CACA9F
Complementary color
Monochromatic Colors of #CACA9F
Black with #CACA9F
Text Example
Text Example
White with #CACA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA9F; }
p { color: rgb(202,202,159); }
H1.HeaderClassName
{
color: #CACA9F;
}
.AnyTagClassName
{
color: #CACA9F;
}
</style>
background-color css
<style>
a { background-color: #CACA9F; }
a { background-color: rgb(202,202,159); }
div.DivClassName
{
background-color: #CACA9F;
}
.BgClassName
{
background-color: #CACA9F;
}
</style>
border-color css
<style>
span { border-color: #CACA9F; }
span { border-color: rgb(202,202,159); }
td.TdClassName
{
border-color: #CACA9F;
}
.TagClassName
{
border-color: #CACA9F;
}
</style>