Shades of Green Mist #C0C094
Tints of Green Mist #C0C094
RGB
CMYK
RGB Variations
Color information
#C0C094 (or 0xC0C094) is known color: Green Mist. HEX triplet: C0, C0 and 94. RGB value is (192,192,148). Sum of RGB (Red+Green+Blue) = 192+192+148=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C094 is #3F3F6B. Grayscale: #BBBBBB. Windows color (decimal): -4145004 or 9748672. OLE color: 9748672.
HSL color Cylindrical-coordinate representation of color #C0C094: hue angle of 60º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0C094 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 148 | - |
| CMYK | 0 | 0 | 0.23 | 0.25 |
| HSL | 60º | 0.26% | 0.67% | - |
| HSV(B) | 60º | 0.23% | 0.75% | - |
| XYZ | 45.93 | 51.04 | 35.45 | - |
| YUV | 186.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 148 | 0 | 0 | 0.23 | 0.25 | 60 | 0.26 | 0.67 |
| Hex | C0 | C0 | 94 | 0 | 0 | 17 | 19 | 3C | 1A | 43 |
| Octal | 300 | 300 | 224 | 0 | 0 | 27 | 31 | 74 | 32 | 103 |
| Binary | 11000000 | 11000000 | 10010100 | 0 | 0 | 10111 | 11001 | 111100 | 11010 | 1000011 |
Color Harmonies of #C0C094
Complementary color
Monochromatic Colors of #C0C094
Black with #C0C094
Text Example
Text Example
White with #C0C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C094; }
p { color: rgb(192,192,148); }
H1.HeaderClassName
{
color: #C0C094;
}
.AnyTagClassName
{
color: #C0C094;
}
</style>
background-color css
<style>
a { background-color: #C0C094; }
a { background-color: rgb(192,192,148); }
div.DivClassName
{
background-color: #C0C094;
}
.BgClassName
{
background-color: #C0C094;
}
</style>
border-color css
<style>
span { border-color: #C0C094; }
span { border-color: rgb(192,192,148); }
td.TdClassName
{
border-color: #C0C094;
}
.TagClassName
{
border-color: #C0C094;
}
</style>