Shades of Green Mist #C5CCA0
Tints of Green Mist #C5CCA0
RGB
CMYK
RGB Variations
Color information
#C5CCA0 (or 0xC5CCA0) is known color: Green Mist. HEX triplet: C5, CC and A0. RGB value is (197,204,160). Sum of RGB (Red+Green+Blue) = 197+204+160=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCA0 is #3A335F. Grayscale: #C5C5C5. Windows color (decimal): -3814240 or 10538181. OLE color: 10538181.
HSL color Cylindrical-coordinate representation of color #C5CCA0: hue angle of 69.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5CCA0 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
RGB | 197 | 204 | 160 | - |
CMYK | 0.03 | 0 | 0.22 | 0.2 |
HSL | 69.55º | 0.3% | 0.71% | - |
HSV(B) | 69.55º | 0.22% | 0.8% | - |
XYZ | 50.96 | 57.59 | 41.69 | - |
YUV | 196.89 | 107.18 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 204 | 160 | 0.03 | 0 | 0.22 | 0.2 | 69.55 | 0.3 | 0.71 |
Hex | C5 | CC | A0 | 3 | 0 | 16 | 14 | 46 | 1E | 47 |
Octal | 305 | 314 | 240 | 3 | 0 | 26 | 24 | 106 | 36 | 107 |
Binary | 11000101 | 11001100 | 10100000 | 11 | 0 | 10110 | 10100 | 1000110 | 11110 | 1000111 |
Color Harmonies of #C5CCA0
Complementary color
Monochromatic Colors of #C5CCA0
Black with #C5CCA0
Text Example
Text Example
White with #C5CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCA0; }
p { color: rgb(197,204,160); }
H1.HeaderClassName
{
color: #C5CCA0;
}
.AnyTagClassName
{
color: #C5CCA0;
}
</style>
background-color css
<style>
a { background-color: #C5CCA0; }
a { background-color: rgb(197,204,160); }
div.DivClassName
{
background-color: #C5CCA0;
}
.BgClassName
{
background-color: #C5CCA0;
}
</style>
border-color css
<style>
span { border-color: #C5CCA0; }
span { border-color: rgb(197,204,160); }
td.TdClassName
{
border-color: #C5CCA0;
}
.TagClassName
{
border-color: #C5CCA0;
}
</style>