Shades of Green Mist #C0CC90
Tints of Green Mist #C0CC90
RGB
CMYK
RGB Variations
Color information
#C0CC90 (or 0xC0CC90) is known color: Green Mist. HEX triplet: C0, CC and 90. RGB value is (192,204,144). Sum of RGB (Red+Green+Blue) = 192+204+144=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC90 is #3F336F. Grayscale: #C1C1C1. Windows color (decimal): -4141936 or 9489600. OLE color: 9489600.
HSL color Cylindrical-coordinate representation of color #C0CC90: hue angle of 72º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0CC90 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 144 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.2 |
| HSL | 72º | 0.37% | 0.68% | - |
| HSV(B) | 72º | 0.29% | 0.8% | - |
| XYZ | 48.37 | 56.41 | 34.72 | - |
| YUV | 193.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 144 | 0.06 | 0 | 0.29 | 0.2 | 72 | 0.37 | 0.68 |
| Hex | C0 | CC | 90 | 6 | 0 | 1D | 14 | 48 | 25 | 44 |
| Octal | 300 | 314 | 220 | 6 | 0 | 35 | 24 | 110 | 45 | 104 |
| Binary | 11000000 | 11001100 | 10010000 | 110 | 0 | 11101 | 10100 | 1001000 | 100101 | 1000100 |
Color Harmonies of #C0CC90
Complementary color
Monochromatic Colors of #C0CC90
Black with #C0CC90
Text Example
Text Example
White with #C0CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC90; }
p { color: rgb(192,204,144); }
H1.HeaderClassName
{
color: #C0CC90;
}
.AnyTagClassName
{
color: #C0CC90;
}
</style>
background-color css
<style>
a { background-color: #C0CC90; }
a { background-color: rgb(192,204,144); }
div.DivClassName
{
background-color: #C0CC90;
}
.BgClassName
{
background-color: #C0CC90;
}
</style>
border-color css
<style>
span { border-color: #C0CC90; }
span { border-color: rgb(192,204,144); }
td.TdClassName
{
border-color: #C0CC90;
}
.TagClassName
{
border-color: #C0CC90;
}
</style>