Shades of Green Mist #C0CA9B
Tints of Green Mist #C0CA9B
RGB
CMYK
RGB Variations
Color information
#C0CA9B (or 0xC0CA9B) is known color: Green Mist. HEX triplet: C0, CA and 9B. RGB value is (192,202,155). Sum of RGB (Red+Green+Blue) = 192+202+155=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CA9B is #3F3564. Grayscale: #C1C1C1. Windows color (decimal): -4142437 or 10209984. OLE color: 10209984.
HSL color Cylindrical-coordinate representation of color #C0CA9B: hue angle of 72.77º degrees, saturation: 0.31, 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 #C0CA9B is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 155 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.21 |
| HSL | 72.77º | 0.31% | 0.7% | - |
| HSV(B) | 72.77º | 0.23% | 0.79% | - |
| XYZ | 48.78 | 55.81 | 39.21 | - |
| YUV | 193.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 155 | 0.05 | 0 | 0.23 | 0.21 | 72.77 | 0.31 | 0.7 |
| Hex | C0 | CA | 9B | 5 | 0 | 17 | 15 | 49 | 1F | 46 |
| Octal | 300 | 312 | 233 | 5 | 0 | 27 | 25 | 111 | 37 | 106 |
| Binary | 11000000 | 11001010 | 10011011 | 101 | 0 | 10111 | 10101 | 1001001 | 11111 | 1000110 |
Color Harmonies of #C0CA9B
Complementary color
Monochromatic Colors of #C0CA9B
Black with #C0CA9B
Text Example
Text Example
White with #C0CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA9B; }
p { color: rgb(192,202,155); }
H1.HeaderClassName
{
color: #C0CA9B;
}
.AnyTagClassName
{
color: #C0CA9B;
}
</style>
background-color css
<style>
a { background-color: #C0CA9B; }
a { background-color: rgb(192,202,155); }
div.DivClassName
{
background-color: #C0CA9B;
}
.BgClassName
{
background-color: #C0CA9B;
}
</style>
border-color css
<style>
span { border-color: #C0CA9B; }
span { border-color: rgb(192,202,155); }
td.TdClassName
{
border-color: #C0CA9B;
}
.TagClassName
{
border-color: #C0CA9B;
}
</style>