Shades of Green Mist #C2C296
Tints of Green Mist #C2C296
RGB
CMYK
RGB Variations
Color information
#C2C296 (or 0xC2C296) is known color: Green Mist. HEX triplet: C2, C2 and 96. RGB value is (194,194,150). Sum of RGB (Red+Green+Blue) = 194+194+150=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C296 is #3D3D69. Grayscale: #BDBDBD. Windows color (decimal): -4013418 or 9880258. OLE color: 9880258.
HSL color Cylindrical-coordinate representation of color #C2C296: hue angle of 60º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2C296 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 194 | 150 | - |
| CMYK | 0 | 0 | 0.23 | 0.24 |
| HSL | 60º | 0.27% | 0.67% | - |
| HSV(B) | 60º | 0.23% | 0.76% | - |
| XYZ | 47.04 | 52.25 | 36.46 | - |
| YUV | 188.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 150 | 0 | 0 | 0.23 | 0.24 | 60 | 0.27 | 0.67 |
| Hex | C2 | C2 | 96 | 0 | 0 | 17 | 18 | 3C | 1B | 43 |
| Octal | 302 | 302 | 226 | 0 | 0 | 27 | 30 | 74 | 33 | 103 |
| Binary | 11000010 | 11000010 | 10010110 | 0 | 0 | 10111 | 11000 | 111100 | 11011 | 1000011 |
Color Harmonies of #C2C296
Complementary color
Monochromatic Colors of #C2C296
Black with #C2C296
Text Example
Text Example
White with #C2C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C296; }
p { color: rgb(194,194,150); }
H1.HeaderClassName
{
color: #C2C296;
}
.AnyTagClassName
{
color: #C2C296;
}
</style>
background-color css
<style>
a { background-color: #C2C296; }
a { background-color: rgb(194,194,150); }
div.DivClassName
{
background-color: #C2C296;
}
.BgClassName
{
background-color: #C2C296;
}
</style>
border-color css
<style>
span { border-color: #C2C296; }
span { border-color: rgb(194,194,150); }
td.TdClassName
{
border-color: #C2C296;
}
.TagClassName
{
border-color: #C2C296;
}
</style>