Shades of Green Mist #C0C2A0
Tints of Green Mist #C0C2A0
RGB
CMYK
RGB Variations
Color information
#C0C2A0 (or 0xC0C2A0) is known color: Green Mist. HEX triplet: C0, C2 and A0. RGB value is (192,194,160). Sum of RGB (Red+Green+Blue) = 192+194+160=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C2A0 is #3F3D5F. Grayscale: #BDBDBD. Windows color (decimal): -4144480 or 10535616. OLE color: 10535616.
HSL color Cylindrical-coordinate representation of color #C0C2A0: hue angle of 63.53º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0C2A0 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 160 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.24 |
| HSL | 63.53º | 0.22% | 0.69% | - |
| HSV(B) | 63.53º | 0.18% | 0.76% | - |
| XYZ | 47.38 | 52.33 | 40.86 | - |
| YUV | 189.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 160 | 0.01 | 0 | 0.18 | 0.24 | 63.53 | 0.22 | 0.69 |
| Hex | C0 | C2 | A0 | 1 | 0 | 12 | 18 | 40 | 16 | 45 |
| Octal | 300 | 302 | 240 | 1 | 0 | 22 | 30 | 100 | 26 | 105 |
| Binary | 11000000 | 11000010 | 10100000 | 1 | 0 | 10010 | 11000 | 1000000 | 10110 | 1000101 |
Color Harmonies of #C0C2A0
Complementary color
Monochromatic Colors of #C0C2A0
Black with #C0C2A0
Text Example
Text Example
White with #C0C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2A0; }
p { color: rgb(192,194,160); }
H1.HeaderClassName
{
color: #C0C2A0;
}
.AnyTagClassName
{
color: #C0C2A0;
}
</style>
background-color css
<style>
a { background-color: #C0C2A0; }
a { background-color: rgb(192,194,160); }
div.DivClassName
{
background-color: #C0C2A0;
}
.BgClassName
{
background-color: #C0C2A0;
}
</style>
border-color css
<style>
span { border-color: #C0C2A0; }
span { border-color: rgb(192,194,160); }
td.TdClassName
{
border-color: #C0C2A0;
}
.TagClassName
{
border-color: #C0C2A0;
}
</style>