Shades of Green Mist #C0C29D
Tints of Green Mist #C0C29D
RGB
CMYK
RGB Variations
Color information
#C0C29D (or 0xC0C29D) is known color: Green Mist. HEX triplet: C0, C2 and 9D. RGB value is (192,194,157). Sum of RGB (Red+Green+Blue) = 192+194+157=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C29D is #3F3D62. Grayscale: #BDBDBD. Windows color (decimal): -4144483 or 10339008. OLE color: 10339008.
HSL color Cylindrical-coordinate representation of color #C0C29D: hue angle of 63.24º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0C29D is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 157 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.24 |
| HSL | 63.24º | 0.23% | 0.69% | - |
| HSV(B) | 63.24º | 0.19% | 0.76% | - |
| XYZ | 47.12 | 52.22 | 39.5 | - |
| YUV | 189.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 157 | 0.01 | 0 | 0.19 | 0.24 | 63.24 | 0.23 | 0.69 |
| Hex | C0 | C2 | 9D | 1 | 0 | 13 | 18 | 3F | 17 | 45 |
| Octal | 300 | 302 | 235 | 1 | 0 | 23 | 30 | 77 | 27 | 105 |
| Binary | 11000000 | 11000010 | 10011101 | 1 | 0 | 10011 | 11000 | 111111 | 10111 | 1000101 |
Color Harmonies of #C0C29D
Complementary color
Monochromatic Colors of #C0C29D
Black with #C0C29D
Text Example
Text Example
White with #C0C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C29D; }
p { color: rgb(192,194,157); }
H1.HeaderClassName
{
color: #C0C29D;
}
.AnyTagClassName
{
color: #C0C29D;
}
</style>
background-color css
<style>
a { background-color: #C0C29D; }
a { background-color: rgb(192,194,157); }
div.DivClassName
{
background-color: #C0C29D;
}
.BgClassName
{
background-color: #C0C29D;
}
</style>
border-color css
<style>
span { border-color: #C0C29D; }
span { border-color: rgb(192,194,157); }
td.TdClassName
{
border-color: #C0C29D;
}
.TagClassName
{
border-color: #C0C29D;
}
</style>