Shades of Green Mist #C0CA9C
Tints of Green Mist #C0CA9C
RGB
CMYK
RGB Variations
Color information
#C0CA9C (or 0xC0CA9C) is known color: Green Mist. HEX triplet: C0, CA and 9C. RGB value is (192,202,156). Sum of RGB (Red+Green+Blue) = 192+202+156=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CA9C is #3F3563. Grayscale: #C1C1C1. Windows color (decimal): -4142436 or 10275520. OLE color: 10275520.
HSL color Cylindrical-coordinate representation of color #C0CA9C: hue angle of 73.04º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CA9C is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 156 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.21 |
| HSL | 73.04º | 0.3% | 0.7% | - |
| HSV(B) | 73.04º | 0.23% | 0.79% | - |
| XYZ | 48.86 | 55.85 | 39.66 | - |
| YUV | 193.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 156 | 0.05 | 0 | 0.23 | 0.21 | 73.04 | 0.3 | 0.7 |
| Hex | C0 | CA | 9C | 5 | 0 | 17 | 15 | 49 | 1E | 46 |
| Octal | 300 | 312 | 234 | 5 | 0 | 27 | 25 | 111 | 36 | 106 |
| Binary | 11000000 | 11001010 | 10011100 | 101 | 0 | 10111 | 10101 | 1001001 | 11110 | 1000110 |
Color Harmonies of #C0CA9C
Complementary color
Monochromatic Colors of #C0CA9C
Black with #C0CA9C
Text Example
Text Example
White with #C0CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA9C; }
p { color: rgb(192,202,156); }
H1.HeaderClassName
{
color: #C0CA9C;
}
.AnyTagClassName
{
color: #C0CA9C;
}
</style>
background-color css
<style>
a { background-color: #C0CA9C; }
a { background-color: rgb(192,202,156); }
div.DivClassName
{
background-color: #C0CA9C;
}
.BgClassName
{
background-color: #C0CA9C;
}
</style>
border-color css
<style>
span { border-color: #C0CA9C; }
span { border-color: rgb(192,202,156); }
td.TdClassName
{
border-color: #C0CA9C;
}
.TagClassName
{
border-color: #C0CA9C;
}
</style>