Shades of Green Mist #C0C89B
Tints of Green Mist #C0C89B
RGB
CMYK
RGB Variations
Color information
#C0C89B (or 0xC0C89B) is known color: Green Mist. HEX triplet: C0, C8 and 9B. RGB value is (192,200,155). Sum of RGB (Red+Green+Blue) = 192+200+155=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C89B is #3F3764. Grayscale: #C0C0C0. Windows color (decimal): -4142949 or 10209472. OLE color: 10209472.
HSL color Cylindrical-coordinate representation of color #C0C89B: hue angle of 70.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0C89B is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 155 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.22 |
| HSL | 70.67º | 0.29% | 0.7% | - |
| HSV(B) | 70.67º | 0.23% | 0.78% | - |
| XYZ | 48.31 | 54.88 | 39.06 | - |
| YUV | 192.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 155 | 0.04 | 0 | 0.22 | 0.22 | 70.67 | 0.29 | 0.7 |
| Hex | C0 | C8 | 9B | 4 | 0 | 16 | 16 | 47 | 1D | 46 |
| Octal | 300 | 310 | 233 | 4 | 0 | 26 | 26 | 107 | 35 | 106 |
| Binary | 11000000 | 11001000 | 10011011 | 100 | 0 | 10110 | 10110 | 1000111 | 11101 | 1000110 |
Color Harmonies of #C0C89B
Complementary color
Monochromatic Colors of #C0C89B
Black with #C0C89B
Text Example
Text Example
White with #C0C89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C89B; }
p { color: rgb(192,200,155); }
H1.HeaderClassName
{
color: #C0C89B;
}
.AnyTagClassName
{
color: #C0C89B;
}
</style>
background-color css
<style>
a { background-color: #C0C89B; }
a { background-color: rgb(192,200,155); }
div.DivClassName
{
background-color: #C0C89B;
}
.BgClassName
{
background-color: #C0C89B;
}
</style>
border-color css
<style>
span { border-color: #C0C89B; }
span { border-color: rgb(192,200,155); }
td.TdClassName
{
border-color: #C0C89B;
}
.TagClassName
{
border-color: #C0C89B;
}
</style>