Shades of Green Mist #C0C89A
Tints of Green Mist #C0C89A
RGB
CMYK
RGB Variations
Color information
#C0C89A (or 0xC0C89A) is known color: Green Mist. HEX triplet: C0, C8 and 9A. RGB value is (192,200,154). Sum of RGB (Red+Green+Blue) = 192+200+154=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C89A is #3F3765. Grayscale: #C0C0C0. Windows color (decimal): -4142950 or 10143936. OLE color: 10143936.
HSL color Cylindrical-coordinate representation of color #C0C89A: hue angle of 70.43º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0C89A is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 154 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.22 |
| HSL | 70.43º | 0.29% | 0.69% | - |
| HSV(B) | 70.43º | 0.23% | 0.78% | - |
| XYZ | 48.23 | 54.85 | 38.62 | - |
| YUV | 192.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 154 | 0.04 | 0 | 0.23 | 0.22 | 70.43 | 0.29 | 0.69 |
| Hex | C0 | C8 | 9A | 4 | 0 | 17 | 16 | 46 | 1D | 45 |
| Octal | 300 | 310 | 232 | 4 | 0 | 27 | 26 | 106 | 35 | 105 |
| Binary | 11000000 | 11001000 | 10011010 | 100 | 0 | 10111 | 10110 | 1000110 | 11101 | 1000101 |
Color Harmonies of #C0C89A
Complementary color
Monochromatic Colors of #C0C89A
Black with #C0C89A
Text Example
Text Example
White with #C0C89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C89A; }
p { color: rgb(192,200,154); }
H1.HeaderClassName
{
color: #C0C89A;
}
.AnyTagClassName
{
color: #C0C89A;
}
</style>
background-color css
<style>
a { background-color: #C0C89A; }
a { background-color: rgb(192,200,154); }
div.DivClassName
{
background-color: #C0C89A;
}
.BgClassName
{
background-color: #C0C89A;
}
</style>
border-color css
<style>
span { border-color: #C0C89A; }
span { border-color: rgb(192,200,154); }
td.TdClassName
{
border-color: #C0C89A;
}
.TagClassName
{
border-color: #C0C89A;
}
</style>