Shades of Green Mist #C0C28E
Tints of Green Mist #C0C28E
RGB
CMYK
RGB Variations
Color information
#C0C28E (or 0xC0C28E) is known color: Green Mist. HEX triplet: C0, C2 and 8E. RGB value is (192,194,142). Sum of RGB (Red+Green+Blue) = 192+194+142=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C28E is #3F3D71. Grayscale: #BBBBBB. Windows color (decimal): -4144498 or 9355968. OLE color: 9355968.
HSL color Cylindrical-coordinate representation of color #C0C28E: hue angle of 62.31º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0C28E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 142 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.24 |
| HSL | 62.31º | 0.3% | 0.66% | - |
| HSV(B) | 62.31º | 0.27% | 0.76% | - |
| XYZ | 45.91 | 51.74 | 33.16 | - |
| YUV | 187.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 142 | 0.01 | 0 | 0.27 | 0.24 | 62.31 | 0.3 | 0.66 |
| Hex | C0 | C2 | 8E | 1 | 0 | 1B | 18 | 3E | 1E | 42 |
| Octal | 300 | 302 | 216 | 1 | 0 | 33 | 30 | 76 | 36 | 102 |
| Binary | 11000000 | 11000010 | 10001110 | 1 | 0 | 11011 | 11000 | 111110 | 11110 | 1000010 |
Color Harmonies of #C0C28E
Complementary color
Monochromatic Colors of #C0C28E
Black with #C0C28E
Text Example
Text Example
White with #C0C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C28E; }
p { color: rgb(192,194,142); }
H1.HeaderClassName
{
color: #C0C28E;
}
.AnyTagClassName
{
color: #C0C28E;
}
</style>
background-color css
<style>
a { background-color: #C0C28E; }
a { background-color: rgb(192,194,142); }
div.DivClassName
{
background-color: #C0C28E;
}
.BgClassName
{
background-color: #C0C28E;
}
</style>
border-color css
<style>
span { border-color: #C0C28E; }
span { border-color: rgb(192,194,142); }
td.TdClassName
{
border-color: #C0C28E;
}
.TagClassName
{
border-color: #C0C28E;
}
</style>