Shades of Green Mist #CACC9C
Tints of Green Mist #CACC9C
RGB
CMYK
RGB Variations
Color information
#CACC9C (or 0xCACC9C) is known color: Green Mist. HEX triplet: CA, CC and 9C. RGB value is (202,204,156). Sum of RGB (Red+Green+Blue) = 202+204+156=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACC9C is #353363. Grayscale: #C6C6C6. Windows color (decimal): -3486564 or 10276042. OLE color: 10276042.
HSL color Cylindrical-coordinate representation of color #CACC9C: hue angle of 62.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CACC9C is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
RGB | 202 | 204 | 156 | - |
CMYK | 0.01 | 0 | 0.24 | 0.2 |
HSL | 62.5º | 0.32% | 0.71% | - |
HSV(B) | 62.5º | 0.24% | 0.8% | - |
XYZ | 51.95 | 58.14 | 39.94 | - |
YUV | 197.93 | 104.34 | 130.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 156 | 0.01 | 0 | 0.24 | 0.2 | 62.5 | 0.32 | 0.71 |
Hex | CA | CC | 9C | 1 | 0 | 18 | 14 | 3F | 20 | 47 |
Octal | 312 | 314 | 234 | 1 | 0 | 30 | 24 | 77 | 40 | 107 |
Binary | 11001010 | 11001100 | 10011100 | 1 | 0 | 11000 | 10100 | 111111 | 100000 | 1000111 |
Color Harmonies of #CACC9C
Complementary color
Monochromatic Colors of #CACC9C
Black with #CACC9C
Text Example
Text Example
White with #CACC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACC9C; }
p { color: rgb(202,204,156); }
H1.HeaderClassName
{
color: #CACC9C;
}
.AnyTagClassName
{
color: #CACC9C;
}
</style>
background-color css
<style>
a { background-color: #CACC9C; }
a { background-color: rgb(202,204,156); }
div.DivClassName
{
background-color: #CACC9C;
}
.BgClassName
{
background-color: #CACC9C;
}
</style>
border-color css
<style>
span { border-color: #CACC9C; }
span { border-color: rgb(202,204,156); }
td.TdClassName
{
border-color: #CACC9C;
}
.TagClassName
{
border-color: #CACC9C;
}
</style>