Shades of Green Mist #CACC9D
Tints of Green Mist #CACC9D
RGB
CMYK
RGB Variations
Color information
#CACC9D (or 0xCACC9D) is known color: Green Mist. HEX triplet: CA, CC and 9D. RGB value is (202,204,157). Sum of RGB (Red+Green+Blue) = 202+204+157=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACC9D is #353362. Grayscale: #C6C6C6. Windows color (decimal): -3486563 or 10341578. OLE color: 10341578.
HSL color Cylindrical-coordinate representation of color #CACC9D: hue angle of 62.55º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CACC9D is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
RGB | 202 | 204 | 157 | - |
CMYK | 0.01 | 0 | 0.23 | 0.2 |
HSL | 62.55º | 0.32% | 0.71% | - |
HSV(B) | 62.55º | 0.23% | 0.8% | - |
XYZ | 52.04 | 58.18 | 40.38 | - |
YUV | 198.04 | 104.84 | 130.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 157 | 0.01 | 0 | 0.23 | 0.2 | 62.55 | 0.32 | 0.71 |
Hex | CA | CC | 9D | 1 | 0 | 17 | 14 | 3F | 20 | 47 |
Octal | 312 | 314 | 235 | 1 | 0 | 27 | 24 | 77 | 40 | 107 |
Binary | 11001010 | 11001100 | 10011101 | 1 | 0 | 10111 | 10100 | 111111 | 100000 | 1000111 |
Color Harmonies of #CACC9D
Complementary color
Monochromatic Colors of #CACC9D
Black with #CACC9D
Text Example
Text Example
White with #CACC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACC9D; }
p { color: rgb(202,204,157); }
H1.HeaderClassName
{
color: #CACC9D;
}
.AnyTagClassName
{
color: #CACC9D;
}
</style>
background-color css
<style>
a { background-color: #CACC9D; }
a { background-color: rgb(202,204,157); }
div.DivClassName
{
background-color: #CACC9D;
}
.BgClassName
{
background-color: #CACC9D;
}
</style>
border-color css
<style>
span { border-color: #CACC9D; }
span { border-color: rgb(202,204,157); }
td.TdClassName
{
border-color: #CACC9D;
}
.TagClassName
{
border-color: #CACC9D;
}
</style>