Shades of Green Mist #C0C995
Tints of Green Mist #C0C995
RGB
CMYK
RGB Variations
Color information
#C0C995 (or 0xC0C995) is known color: Green Mist. HEX triplet: C0, C9 and 95. RGB value is (192,201,149). Sum of RGB (Red+Green+Blue) = 192+201+149=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C995 is #3F366A. Grayscale: #C0C0C0. Windows color (decimal): -4142699 or 9816512. OLE color: 9816512.
HSL color Cylindrical-coordinate representation of color #C0C995: hue angle of 70.38º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0C995 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 149 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.21 |
| HSL | 70.38º | 0.33% | 0.69% | - |
| HSV(B) | 70.38º | 0.26% | 0.79% | - |
| XYZ | 48.05 | 55.15 | 36.55 | - |
| YUV | 192.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 149 | 0.04 | 0 | 0.26 | 0.21 | 70.38 | 0.33 | 0.69 |
| Hex | C0 | C9 | 95 | 4 | 0 | 1A | 15 | 46 | 20 | 45 |
| Octal | 300 | 311 | 225 | 4 | 0 | 32 | 25 | 106 | 40 | 105 |
| Binary | 11000000 | 11001001 | 10010101 | 100 | 0 | 11010 | 10101 | 1000110 | 100000 | 1000101 |
Color Harmonies of #C0C995
Complementary color
Monochromatic Colors of #C0C995
Black with #C0C995
Text Example
Text Example
White with #C0C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C995; }
p { color: rgb(192,201,149); }
H1.HeaderClassName
{
color: #C0C995;
}
.AnyTagClassName
{
color: #C0C995;
}
</style>
background-color css
<style>
a { background-color: #C0C995; }
a { background-color: rgb(192,201,149); }
div.DivClassName
{
background-color: #C0C995;
}
.BgClassName
{
background-color: #C0C995;
}
</style>
border-color css
<style>
span { border-color: #C0C995; }
span { border-color: rgb(192,201,149); }
td.TdClassName
{
border-color: #C0C995;
}
.TagClassName
{
border-color: #C0C995;
}
</style>