Shades of Green Mist #C2C79D
Tints of Green Mist #C2C79D
RGB
CMYK
RGB Variations
Color information
#C2C79D (or 0xC2C79D) is known color: Green Mist. HEX triplet: C2, C7 and 9D. RGB value is (194,199,157). Sum of RGB (Red+Green+Blue) = 194+199+157=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C79D is #3D3862. Grayscale: #C0C0C0. Windows color (decimal): -4012131 or 10340290. OLE color: 10340290.
HSL color Cylindrical-coordinate representation of color #C2C79D: hue angle of 67.14º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2C79D is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 199 | 157 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.22 |
| HSL | 67.14º | 0.27% | 0.7% | - |
| HSV(B) | 67.14º | 0.21% | 0.78% | - |
| XYZ | 48.76 | 54.75 | 39.9 | - |
| YUV | 192.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 157 | 0.03 | 0 | 0.21 | 0.22 | 67.14 | 0.27 | 0.7 |
| Hex | C2 | C7 | 9D | 3 | 0 | 15 | 16 | 43 | 1B | 46 |
| Octal | 302 | 307 | 235 | 3 | 0 | 25 | 26 | 103 | 33 | 106 |
| Binary | 11000010 | 11000111 | 10011101 | 11 | 0 | 10101 | 10110 | 1000011 | 11011 | 1000110 |
Color Harmonies of #C2C79D
Complementary color
Monochromatic Colors of #C2C79D
Black with #C2C79D
Text Example
Text Example
White with #C2C79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C79D; }
p { color: rgb(194,199,157); }
H1.HeaderClassName
{
color: #C2C79D;
}
.AnyTagClassName
{
color: #C2C79D;
}
</style>
background-color css
<style>
a { background-color: #C2C79D; }
a { background-color: rgb(194,199,157); }
div.DivClassName
{
background-color: #C2C79D;
}
.BgClassName
{
background-color: #C2C79D;
}
</style>
border-color css
<style>
span { border-color: #C2C79D; }
span { border-color: rgb(194,199,157); }
td.TdClassName
{
border-color: #C2C79D;
}
.TagClassName
{
border-color: #C2C79D;
}
</style>