Shades of Green Mist #C0C290
Tints of Green Mist #C0C290
RGB
CMYK
RGB Variations
Color information
#C0C290 (or 0xC0C290) is known color: Green Mist. HEX triplet: C0, C2 and 90. RGB value is (192,194,144). Sum of RGB (Red+Green+Blue) = 192+194+144=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C290 is #3F3D6F. Grayscale: #BBBBBB. Windows color (decimal): -4144496 or 9487040. OLE color: 9487040.
HSL color Cylindrical-coordinate representation of color #C0C290: hue angle of 62.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0C290 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 144 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.24 |
| HSL | 62.4º | 0.29% | 0.66% | - |
| HSV(B) | 62.4º | 0.26% | 0.76% | - |
| XYZ | 46.06 | 51.8 | 33.96 | - |
| YUV | 187.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 144 | 0.01 | 0 | 0.26 | 0.24 | 62.4 | 0.29 | 0.66 |
| Hex | C0 | C2 | 90 | 1 | 0 | 1A | 18 | 3E | 1D | 42 |
| Octal | 300 | 302 | 220 | 1 | 0 | 32 | 30 | 76 | 35 | 102 |
| Binary | 11000000 | 11000010 | 10010000 | 1 | 0 | 11010 | 11000 | 111110 | 11101 | 1000010 |
Color Harmonies of #C0C290
Complementary color
Monochromatic Colors of #C0C290
Black with #C0C290
Text Example
Text Example
White with #C0C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C290; }
p { color: rgb(192,194,144); }
H1.HeaderClassName
{
color: #C0C290;
}
.AnyTagClassName
{
color: #C0C290;
}
</style>
background-color css
<style>
a { background-color: #C0C290; }
a { background-color: rgb(192,194,144); }
div.DivClassName
{
background-color: #C0C290;
}
.BgClassName
{
background-color: #C0C290;
}
</style>
border-color css
<style>
span { border-color: #C0C290; }
span { border-color: rgb(192,194,144); }
td.TdClassName
{
border-color: #C0C290;
}
.TagClassName
{
border-color: #C0C290;
}
</style>