Shades of Green Mist #C0CC8D
Tints of Green Mist #C0CC8D
RGB
CMYK
RGB Variations
Color information
#C0CC8D (or 0xC0CC8D) is known color: Green Mist. HEX triplet: C0, CC and 8D. RGB value is (192,204,141). Sum of RGB (Red+Green+Blue) = 192+204+141=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC8D is #3F3372. Grayscale: #C1C1C1. Windows color (decimal): -4141939 or 9292992. OLE color: 9292992.
HSL color Cylindrical-coordinate representation of color #C0CC8D: hue angle of 71.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0CC8D is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 141 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.2 |
| HSL | 71.43º | 0.38% | 0.68% | - |
| HSV(B) | 71.43º | 0.31% | 0.8% | - |
| XYZ | 48.14 | 56.32 | 33.53 | - |
| YUV | 193.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 141 | 0.06 | 0 | 0.31 | 0.2 | 71.43 | 0.38 | 0.68 |
| Hex | C0 | CC | 8D | 6 | 0 | 1F | 14 | 47 | 26 | 44 |
| Octal | 300 | 314 | 215 | 6 | 0 | 37 | 24 | 107 | 46 | 104 |
| Binary | 11000000 | 11001100 | 10001101 | 110 | 0 | 11111 | 10100 | 1000111 | 100110 | 1000100 |
Color Harmonies of #C0CC8D
Complementary color
Monochromatic Colors of #C0CC8D
Black with #C0CC8D
Text Example
Text Example
White with #C0CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC8D; }
p { color: rgb(192,204,141); }
H1.HeaderClassName
{
color: #C0CC8D;
}
.AnyTagClassName
{
color: #C0CC8D;
}
</style>
background-color css
<style>
a { background-color: #C0CC8D; }
a { background-color: rgb(192,204,141); }
div.DivClassName
{
background-color: #C0CC8D;
}
.BgClassName
{
background-color: #C0CC8D;
}
</style>
border-color css
<style>
span { border-color: #C0CC8D; }
span { border-color: rgb(192,204,141); }
td.TdClassName
{
border-color: #C0CC8D;
}
.TagClassName
{
border-color: #C0CC8D;
}
</style>