Shades of Green Mist #C0CB9B
Tints of Green Mist #C0CB9B
RGB
CMYK
RGB Variations
Color information
#C0CB9B (or 0xC0CB9B) is known color: Green Mist. HEX triplet: C0, CB and 9B. RGB value is (192,203,155). Sum of RGB (Red+Green+Blue) = 192+203+155=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CB9B is #3F3464. Grayscale: #C2C2C2. Windows color (decimal): -4142181 or 10210240. OLE color: 10210240.
HSL color Cylindrical-coordinate representation of color #C0CB9B: hue angle of 73.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CB9B is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 155 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.20 |
| HSL | 73.75º | 0.32% | 0.7% | - |
| HSV(B) | 73.75º | 0.24% | 0.8% | - |
| XYZ | 49.01 | 56.28 | 39.29 | - |
| YUV | 194.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 155 | 0.05 | 0 | 0.24 | 0.20 | 73.75 | 0.32 | 0.7 |
| Hex | C0 | CB | 9B | 5 | 0 | 18 | 14 | 4A | 20 | 46 |
| Octal | 300 | 313 | 233 | 5 | 0 | 30 | 24 | 112 | 40 | 106 |
| Binary | 11000000 | 11001011 | 10011011 | 101 | 0 | 11000 | 10100 | 1001010 | 100000 | 1000110 |
Color Harmonies of #C0CB9B
Complementary color
Monochromatic Colors of #C0CB9B
Black with #C0CB9B
Text Example
Text Example
White with #C0CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CB9B; }
p { color: rgb(192,203,155); }
H1.HeaderClassName
{
color: #C0CB9B;
}
.AnyTagClassName
{
color: #C0CB9B;
}
</style>
background-color css
<style>
a { background-color: #C0CB9B; }
a { background-color: rgb(192,203,155); }
div.DivClassName
{
background-color: #C0CB9B;
}
.BgClassName
{
background-color: #C0CB9B;
}
</style>
border-color css
<style>
span { border-color: #C0CB9B; }
span { border-color: rgb(192,203,155); }
td.TdClassName
{
border-color: #C0CB9B;
}
.TagClassName
{
border-color: #C0CB9B;
}
</style>