Shades of Green Mist #C5CAA1
Tints of Green Mist #C5CAA1
RGB
CMYK
RGB Variations
Color information
#C5CAA1 (or 0xC5CAA1) is known color: Green Mist. HEX triplet: C5, CA and A1. RGB value is (197,202,161). Sum of RGB (Red+Green+Blue) = 197+202+161=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CAA1 is #3A355E. Grayscale: #C3C3C3. Windows color (decimal): -3814751 or 10603205. OLE color: 10603205.
HSL color Cylindrical-coordinate representation of color #C5CAA1: hue angle of 67.32º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5CAA1 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 161 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.21 |
| HSL | 67.32º | 0.28% | 0.71% | - |
| HSV(B) | 67.32º | 0.2% | 0.79% | - |
| XYZ | 50.58 | 56.68 | 41.99 | - |
| YUV | 195.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 161 | 0.02 | 0 | 0.20 | 0.21 | 67.32 | 0.28 | 0.71 |
| Hex | C5 | CA | A1 | 2 | 0 | 14 | 15 | 43 | 1C | 47 |
| Octal | 305 | 312 | 241 | 2 | 0 | 24 | 25 | 103 | 34 | 107 |
| Binary | 11000101 | 11001010 | 10100001 | 10 | 0 | 10100 | 10101 | 1000011 | 11100 | 1000111 |
Color Harmonies of #C5CAA1
Complementary color
Monochromatic Colors of #C5CAA1
Black with #C5CAA1
Text Example
Text Example
White with #C5CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAA1; }
p { color: rgb(197,202,161); }
H1.HeaderClassName
{
color: #C5CAA1;
}
.AnyTagClassName
{
color: #C5CAA1;
}
</style>
background-color css
<style>
a { background-color: #C5CAA1; }
a { background-color: rgb(197,202,161); }
div.DivClassName
{
background-color: #C5CAA1;
}
.BgClassName
{
background-color: #C5CAA1;
}
</style>
border-color css
<style>
span { border-color: #C5CAA1; }
span { border-color: rgb(197,202,161); }
td.TdClassName
{
border-color: #C5CAA1;
}
.TagClassName
{
border-color: #C5CAA1;
}
</style>