Shades of Green Mist #C5CCA1
Tints of Green Mist #C5CCA1
RGB
CMYK
RGB Variations
Color information
#C5CCA1 (or 0xC5CCA1) is known color: Green Mist. HEX triplet: C5, CC and A1. RGB value is (197,204,161). Sum of RGB (Red+Green+Blue) = 197+204+161=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCA1 is #3A335E. Grayscale: #C5C5C5. Windows color (decimal): -3814239 or 10603717. OLE color: 10603717.
HSL color Cylindrical-coordinate representation of color #C5CCA1: hue angle of 69.77º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5CCA1 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 161 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.2 |
| HSL | 69.77º | 0.3% | 0.72% | - |
| HSV(B) | 69.77º | 0.21% | 0.8% | - |
| XYZ | 51.05 | 57.63 | 42.15 | - |
| YUV | 197.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 161 | 0.03 | 0 | 0.21 | 0.2 | 69.77 | 0.3 | 0.72 |
| Hex | C5 | CC | A1 | 3 | 0 | 15 | 14 | 46 | 1E | 48 |
| Octal | 305 | 314 | 241 | 3 | 0 | 25 | 24 | 106 | 36 | 110 |
| Binary | 11000101 | 11001100 | 10100001 | 11 | 0 | 10101 | 10100 | 1000110 | 11110 | 1001000 |
Color Harmonies of #C5CCA1
Complementary color
Monochromatic Colors of #C5CCA1
Black with #C5CCA1
Text Example
Text Example
White with #C5CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCA1; }
p { color: rgb(197,204,161); }
H1.HeaderClassName
{
color: #C5CCA1;
}
.AnyTagClassName
{
color: #C5CCA1;
}
</style>
background-color css
<style>
a { background-color: #C5CCA1; }
a { background-color: rgb(197,204,161); }
div.DivClassName
{
background-color: #C5CCA1;
}
.BgClassName
{
background-color: #C5CCA1;
}
</style>
border-color css
<style>
span { border-color: #C5CCA1; }
span { border-color: rgb(197,204,161); }
td.TdClassName
{
border-color: #C5CCA1;
}
.TagClassName
{
border-color: #C5CCA1;
}
</style>