Shades of Green Mist #C0C299
Tints of Green Mist #C0C299
RGB
CMYK
RGB Variations
Color information
#C0C299 (or 0xC0C299) is known color: Green Mist. HEX triplet: C0, C2 and 99. RGB value is (192,194,153). Sum of RGB (Red+Green+Blue) = 192+194+153=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C299 is #3F3D66. Grayscale: #BCBCBC. Windows color (decimal): -4144487 or 10076864. OLE color: 10076864.
HSL color Cylindrical-coordinate representation of color #C0C299: hue angle of 62.93º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0C299 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 153 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.24 |
| HSL | 62.93º | 0.25% | 0.68% | - |
| HSV(B) | 62.93º | 0.21% | 0.76% | - |
| XYZ | 46.78 | 52.09 | 37.73 | - |
| YUV | 188.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 153 | 0.01 | 0 | 0.21 | 0.24 | 62.93 | 0.25 | 0.68 |
| Hex | C0 | C2 | 99 | 1 | 0 | 15 | 18 | 3F | 19 | 44 |
| Octal | 300 | 302 | 231 | 1 | 0 | 25 | 30 | 77 | 31 | 104 |
| Binary | 11000000 | 11000010 | 10011001 | 1 | 0 | 10101 | 11000 | 111111 | 11001 | 1000100 |
Color Harmonies of #C0C299
Complementary color
Monochromatic Colors of #C0C299
Black with #C0C299
Text Example
Text Example
White with #C0C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C299; }
p { color: rgb(192,194,153); }
H1.HeaderClassName
{
color: #C0C299;
}
.AnyTagClassName
{
color: #C0C299;
}
</style>
background-color css
<style>
a { background-color: #C0C299; }
a { background-color: rgb(192,194,153); }
div.DivClassName
{
background-color: #C0C299;
}
.BgClassName
{
background-color: #C0C299;
}
</style>
border-color css
<style>
span { border-color: #C0C299; }
span { border-color: rgb(192,194,153); }
td.TdClassName
{
border-color: #C0C299;
}
.TagClassName
{
border-color: #C0C299;
}
</style>