Shades of Green Mist #C0C596
Tints of Green Mist #C0C596
RGB
CMYK
RGB Variations
Color information
#C0C596 (or 0xC0C596) is known color: Green Mist. HEX triplet: C0, C5 and 96. RGB value is (192,197,150). Sum of RGB (Red+Green+Blue) = 192+197+150=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C596 is #3F3A69. Grayscale: #BEBEBE. Windows color (decimal): -4143722 or 9881024. OLE color: 9881024.
HSL color Cylindrical-coordinate representation of color #C0C596: hue angle of 66.38º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0C596 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 150 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.23 |
| HSL | 66.38º | 0.29% | 0.68% | - |
| HSV(B) | 66.38º | 0.24% | 0.77% | - |
| XYZ | 47.21 | 53.34 | 36.66 | - |
| YUV | 190.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 150 | 0.03 | 0 | 0.24 | 0.23 | 66.38 | 0.29 | 0.68 |
| Hex | C0 | C5 | 96 | 3 | 0 | 18 | 17 | 42 | 1D | 44 |
| Octal | 300 | 305 | 226 | 3 | 0 | 30 | 27 | 102 | 35 | 104 |
| Binary | 11000000 | 11000101 | 10010110 | 11 | 0 | 11000 | 10111 | 1000010 | 11101 | 1000100 |
Color Harmonies of #C0C596
Complementary color
Monochromatic Colors of #C0C596
Black with #C0C596
Text Example
Text Example
White with #C0C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C596; }
p { color: rgb(192,197,150); }
H1.HeaderClassName
{
color: #C0C596;
}
.AnyTagClassName
{
color: #C0C596;
}
</style>
background-color css
<style>
a { background-color: #C0C596; }
a { background-color: rgb(192,197,150); }
div.DivClassName
{
background-color: #C0C596;
}
.BgClassName
{
background-color: #C0C596;
}
</style>
border-color css
<style>
span { border-color: #C0C596; }
span { border-color: rgb(192,197,150); }
td.TdClassName
{
border-color: #C0C596;
}
.TagClassName
{
border-color: #C0C596;
}
</style>