Shades of Green Mist #C0C196
Tints of Green Mist #C0C196
RGB
CMYK
RGB Variations
Color information
#C0C196 (or 0xC0C196) is known color: Green Mist. HEX triplet: C0, C1 and 96. RGB value is (192,193,150). Sum of RGB (Red+Green+Blue) = 192+193+150=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C196 is #3F3E69. Grayscale: #BBBBBB. Windows color (decimal): -4144746 or 9880000. OLE color: 9880000.
HSL color Cylindrical-coordinate representation of color #C0C196: hue angle of 61.4º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0C196 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 150 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.24 |
| HSL | 61.4º | 0.26% | 0.67% | - |
| HSV(B) | 61.4º | 0.22% | 0.76% | - |
| XYZ | 46.31 | 51.55 | 36.36 | - |
| YUV | 187.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 150 | 0.01 | 0 | 0.22 | 0.24 | 61.4 | 0.26 | 0.67 |
| Hex | C0 | C1 | 96 | 1 | 0 | 16 | 18 | 3D | 1A | 43 |
| Octal | 300 | 301 | 226 | 1 | 0 | 26 | 30 | 75 | 32 | 103 |
| Binary | 11000000 | 11000001 | 10010110 | 1 | 0 | 10110 | 11000 | 111101 | 11010 | 1000011 |
Color Harmonies of #C0C196
Complementary color
Monochromatic Colors of #C0C196
Black with #C0C196
Text Example
Text Example
White with #C0C196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C196; }
p { color: rgb(192,193,150); }
H1.HeaderClassName
{
color: #C0C196;
}
.AnyTagClassName
{
color: #C0C196;
}
</style>
background-color css
<style>
a { background-color: #C0C196; }
a { background-color: rgb(192,193,150); }
div.DivClassName
{
background-color: #C0C196;
}
.BgClassName
{
background-color: #C0C196;
}
</style>
border-color css
<style>
span { border-color: #C0C196; }
span { border-color: rgb(192,193,150); }
td.TdClassName
{
border-color: #C0C196;
}
.TagClassName
{
border-color: #C0C196;
}
</style>