Shades of Green Mist #C2C49E
Tints of Green Mist #C2C49E
RGB
CMYK
RGB Variations
Color information
#C2C49E (or 0xC2C49E) is known color: Green Mist. HEX triplet: C2, C4 and 9E. RGB value is (194,196,158). Sum of RGB (Red+Green+Blue) = 194+196+158=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C49E is #3D3B61. Grayscale: #BFBFBF. Windows color (decimal): -4012898 or 10405058. OLE color: 10405058.
HSL color Cylindrical-coordinate representation of color #C2C49E: hue angle of 63.16º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2C49E is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 158 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.23 |
| HSL | 63.16º | 0.24% | 0.69% | - |
| HSV(B) | 63.16º | 0.19% | 0.77% | - |
| XYZ | 48.16 | 53.42 | 40.12 | - |
| YUV | 191.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 158 | 0.01 | 0 | 0.19 | 0.23 | 63.16 | 0.24 | 0.69 |
| Hex | C2 | C4 | 9E | 1 | 0 | 13 | 17 | 3F | 18 | 45 |
| Octal | 302 | 304 | 236 | 1 | 0 | 23 | 27 | 77 | 30 | 105 |
| Binary | 11000010 | 11000100 | 10011110 | 1 | 0 | 10011 | 10111 | 111111 | 11000 | 1000101 |
Color Harmonies of #C2C49E
Complementary color
Monochromatic Colors of #C2C49E
Black with #C2C49E
Text Example
Text Example
White with #C2C49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C49E; }
p { color: rgb(194,196,158); }
H1.HeaderClassName
{
color: #C2C49E;
}
.AnyTagClassName
{
color: #C2C49E;
}
</style>
background-color css
<style>
a { background-color: #C2C49E; }
a { background-color: rgb(194,196,158); }
div.DivClassName
{
background-color: #C2C49E;
}
.BgClassName
{
background-color: #C2C49E;
}
</style>
border-color css
<style>
span { border-color: #C2C49E; }
span { border-color: rgb(194,196,158); }
td.TdClassName
{
border-color: #C2C49E;
}
.TagClassName
{
border-color: #C2C49E;
}
</style>