Shades of Green Mist #C2C396
Tints of Green Mist #C2C396
RGB
CMYK
RGB Variations
Color information
#C2C396 (or 0xC2C396) is known color: Green Mist. HEX triplet: C2, C3 and 96. RGB value is (194,195,150). Sum of RGB (Red+Green+Blue) = 194+195+150=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C396 is #3D3C69. Grayscale: #BDBDBD. Windows color (decimal): -4013162 or 9880514. OLE color: 9880514.
HSL color Cylindrical-coordinate representation of color #C2C396: hue angle of 61.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2C396 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 150 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.24 |
| HSL | 61.33º | 0.27% | 0.68% | - |
| HSV(B) | 61.33º | 0.23% | 0.76% | - |
| XYZ | 47.27 | 52.7 | 36.54 | - |
| YUV | 189.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 150 | 0.01 | 0 | 0.23 | 0.24 | 61.33 | 0.27 | 0.68 |
| Hex | C2 | C3 | 96 | 1 | 0 | 17 | 18 | 3D | 1B | 44 |
| Octal | 302 | 303 | 226 | 1 | 0 | 27 | 30 | 75 | 33 | 104 |
| Binary | 11000010 | 11000011 | 10010110 | 1 | 0 | 10111 | 11000 | 111101 | 11011 | 1000100 |
Color Harmonies of #C2C396
Complementary color
Monochromatic Colors of #C2C396
Black with #C2C396
Text Example
Text Example
White with #C2C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C396; }
p { color: rgb(194,195,150); }
H1.HeaderClassName
{
color: #C2C396;
}
.AnyTagClassName
{
color: #C2C396;
}
</style>
background-color css
<style>
a { background-color: #C2C396; }
a { background-color: rgb(194,195,150); }
div.DivClassName
{
background-color: #C2C396;
}
.BgClassName
{
background-color: #C2C396;
}
</style>
border-color css
<style>
span { border-color: #C2C396; }
span { border-color: rgb(194,195,150); }
td.TdClassName
{
border-color: #C2C396;
}
.TagClassName
{
border-color: #C2C396;
}
</style>