Shades of Green Mist #C0C494
Tints of Green Mist #C0C494
RGB
CMYK
RGB Variations
Color information
#C0C494 (or 0xC0C494) is known color: Green Mist. HEX triplet: C0, C4 and 94. RGB value is (192,196,148). Sum of RGB (Red+Green+Blue) = 192+196+148=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C494 is #3F3B6B. Grayscale: #BDBDBD. Windows color (decimal): -4143980 or 9749696. OLE color: 9749696.
HSL color Cylindrical-coordinate representation of color #C0C494: hue angle of 65º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0C494 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 148 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.23 |
| HSL | 65º | 0.29% | 0.67% | - |
| HSV(B) | 65º | 0.24% | 0.77% | - |
| XYZ | 46.82 | 52.82 | 35.75 | - |
| YUV | 189.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 148 | 0.02 | 0 | 0.24 | 0.23 | 65 | 0.29 | 0.67 |
| Hex | C0 | C4 | 94 | 2 | 0 | 18 | 17 | 41 | 1D | 43 |
| Octal | 300 | 304 | 224 | 2 | 0 | 30 | 27 | 101 | 35 | 103 |
| Binary | 11000000 | 11000100 | 10010100 | 10 | 0 | 11000 | 10111 | 1000001 | 11101 | 1000011 |
Color Harmonies of #C0C494
Complementary color
Monochromatic Colors of #C0C494
Black with #C0C494
Text Example
Text Example
White with #C0C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C494; }
p { color: rgb(192,196,148); }
H1.HeaderClassName
{
color: #C0C494;
}
.AnyTagClassName
{
color: #C0C494;
}
</style>
background-color css
<style>
a { background-color: #C0C494; }
a { background-color: rgb(192,196,148); }
div.DivClassName
{
background-color: #C0C494;
}
.BgClassName
{
background-color: #C0C494;
}
</style>
border-color css
<style>
span { border-color: #C0C494; }
span { border-color: rgb(192,196,148); }
td.TdClassName
{
border-color: #C0C494;
}
.TagClassName
{
border-color: #C0C494;
}
</style>