Shades of Green Mist #C2C49B
Tints of Green Mist #C2C49B
RGB
CMYK
RGB Variations
Color information
#C2C49B (or 0xC2C49B) is known color: Green Mist. HEX triplet: C2, C4 and 9B. RGB value is (194,196,155). Sum of RGB (Red+Green+Blue) = 194+196+155=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C49B is #3D3B64. Grayscale: #BEBEBE. Windows color (decimal): -4012901 or 10208450. OLE color: 10208450.
HSL color Cylindrical-coordinate representation of color #C2C49B: hue angle of 62.93º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2C49B is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 155 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.23 |
| HSL | 62.93º | 0.26% | 0.69% | - |
| HSV(B) | 62.93º | 0.21% | 0.77% | - |
| XYZ | 47.9 | 53.32 | 38.78 | - |
| YUV | 190.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 155 | 0.01 | 0 | 0.21 | 0.23 | 62.93 | 0.26 | 0.69 |
| Hex | C2 | C4 | 9B | 1 | 0 | 15 | 17 | 3F | 1A | 45 |
| Octal | 302 | 304 | 233 | 1 | 0 | 25 | 27 | 77 | 32 | 105 |
| Binary | 11000010 | 11000100 | 10011011 | 1 | 0 | 10101 | 10111 | 111111 | 11010 | 1000101 |
Color Harmonies of #C2C49B
Complementary color
Monochromatic Colors of #C2C49B
Black with #C2C49B
Text Example
Text Example
White with #C2C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C49B; }
p { color: rgb(194,196,155); }
H1.HeaderClassName
{
color: #C2C49B;
}
.AnyTagClassName
{
color: #C2C49B;
}
</style>
background-color css
<style>
a { background-color: #C2C49B; }
a { background-color: rgb(194,196,155); }
div.DivClassName
{
background-color: #C2C49B;
}
.BgClassName
{
background-color: #C2C49B;
}
</style>
border-color css
<style>
span { border-color: #C2C49B; }
span { border-color: rgb(194,196,155); }
td.TdClassName
{
border-color: #C2C49B;
}
.TagClassName
{
border-color: #C2C49B;
}
</style>