Shades of Green Mist #C0C19D
Tints of Green Mist #C0C19D
RGB
CMYK
RGB Variations
Color information
#C0C19D (or 0xC0C19D) is known color: Green Mist. HEX triplet: C0, C1 and 9D. RGB value is (192,193,157). Sum of RGB (Red+Green+Blue) = 192+193+157=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C19D is #3F3E62. Grayscale: #BCBCBC. Windows color (decimal): -4144739 or 10338752. OLE color: 10338752.
HSL color Cylindrical-coordinate representation of color #C0C19D: hue angle of 61.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0C19D is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 157 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.24 |
| HSL | 61.67º | 0.23% | 0.69% | - |
| HSV(B) | 61.67º | 0.19% | 0.76% | - |
| XYZ | 46.89 | 51.78 | 39.42 | - |
| YUV | 188.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 157 | 0.01 | 0 | 0.19 | 0.24 | 61.67 | 0.23 | 0.69 |
| Hex | C0 | C1 | 9D | 1 | 0 | 13 | 18 | 3E | 16 | 45 |
| Octal | 300 | 301 | 235 | 1 | 0 | 23 | 30 | 76 | 26 | 105 |
| Binary | 11000000 | 11000001 | 10011101 | 1 | 0 | 10011 | 11000 | 111110 | 10110 | 1000101 |
Color Harmonies of #C0C19D
Complementary color
Monochromatic Colors of #C0C19D
Black with #C0C19D
Text Example
Text Example
White with #C0C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C19D; }
p { color: rgb(192,193,157); }
H1.HeaderClassName
{
color: #C0C19D;
}
.AnyTagClassName
{
color: #C0C19D;
}
</style>
background-color css
<style>
a { background-color: #C0C19D; }
a { background-color: rgb(192,193,157); }
div.DivClassName
{
background-color: #C0C19D;
}
.BgClassName
{
background-color: #C0C19D;
}
</style>
border-color css
<style>
span { border-color: #C0C19D; }
span { border-color: rgb(192,193,157); }
td.TdClassName
{
border-color: #C0C19D;
}
.TagClassName
{
border-color: #C0C19D;
}
</style>