Shades of Green Mist #C4CAA1
Tints of Green Mist #C4CAA1
RGB
CMYK
RGB Variations
Color information
#C4CAA1 (or 0xC4CAA1) is known color: Green Mist. HEX triplet: C4, CA and A1. RGB value is (196,202,161). Sum of RGB (Red+Green+Blue) = 196+202+161=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CAA1 is #3B355E. Grayscale: #C3C3C3. Windows color (decimal): -3880287 or 10603204. OLE color: 10603204.
HSL color Cylindrical-coordinate representation of color #C4CAA1: hue angle of 68.78º 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 #C4CAA1 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 202 | 161 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.21 |
| HSL | 68.78º | 0.28% | 0.71% | - |
| HSV(B) | 68.78º | 0.2% | 0.79% | - |
| XYZ | 50.32 | 56.55 | 41.98 | - |
| YUV | 195.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 161 | 0.03 | 0 | 0.20 | 0.21 | 68.78 | 0.28 | 0.71 |
| Hex | C4 | CA | A1 | 3 | 0 | 14 | 15 | 45 | 1C | 47 |
| Octal | 304 | 312 | 241 | 3 | 0 | 24 | 25 | 105 | 34 | 107 |
| Binary | 11000100 | 11001010 | 10100001 | 11 | 0 | 10100 | 10101 | 1000101 | 11100 | 1000111 |
Color Harmonies of #C4CAA1
Complementary color
Monochromatic Colors of #C4CAA1
Black with #C4CAA1
Text Example
Text Example
White with #C4CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CAA1; }
p { color: rgb(196,202,161); }
H1.HeaderClassName
{
color: #C4CAA1;
}
.AnyTagClassName
{
color: #C4CAA1;
}
</style>
background-color css
<style>
a { background-color: #C4CAA1; }
a { background-color: rgb(196,202,161); }
div.DivClassName
{
background-color: #C4CAA1;
}
.BgClassName
{
background-color: #C4CAA1;
}
</style>
border-color css
<style>
span { border-color: #C4CAA1; }
span { border-color: rgb(196,202,161); }
td.TdClassName
{
border-color: #C4CAA1;
}
.TagClassName
{
border-color: #C4CAA1;
}
</style>