Shades of Green Mist #C0C18E
Tints of Green Mist #C0C18E
RGB
CMYK
RGB Variations
Color information
#C0C18E (or 0xC0C18E) is known color: Green Mist. HEX triplet: C0, C1 and 8E. RGB value is (192,193,142). Sum of RGB (Red+Green+Blue) = 192+193+142=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C18E is #3F3E71. Grayscale: #BBBBBB. Windows color (decimal): -4144754 or 9355712. OLE color: 9355712.
HSL color Cylindrical-coordinate representation of color #C0C18E: hue angle of 61.18º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0C18E is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 142 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.24 |
| HSL | 61.18º | 0.29% | 0.66% | - |
| HSV(B) | 61.18º | 0.26% | 0.76% | - |
| XYZ | 45.69 | 51.3 | 33.08 | - |
| YUV | 186.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 142 | 0.01 | 0 | 0.26 | 0.24 | 61.18 | 0.29 | 0.66 |
| Hex | C0 | C1 | 8E | 1 | 0 | 1A | 18 | 3D | 1D | 42 |
| Octal | 300 | 301 | 216 | 1 | 0 | 32 | 30 | 75 | 35 | 102 |
| Binary | 11000000 | 11000001 | 10001110 | 1 | 0 | 11010 | 11000 | 111101 | 11101 | 1000010 |
Color Harmonies of #C0C18E
Complementary color
Monochromatic Colors of #C0C18E
Black with #C0C18E
Text Example
Text Example
White with #C0C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C18E; }
p { color: rgb(192,193,142); }
H1.HeaderClassName
{
color: #C0C18E;
}
.AnyTagClassName
{
color: #C0C18E;
}
</style>
background-color css
<style>
a { background-color: #C0C18E; }
a { background-color: rgb(192,193,142); }
div.DivClassName
{
background-color: #C0C18E;
}
.BgClassName
{
background-color: #C0C18E;
}
</style>
border-color css
<style>
span { border-color: #C0C18E; }
span { border-color: rgb(192,193,142); }
td.TdClassName
{
border-color: #C0C18E;
}
.TagClassName
{
border-color: #C0C18E;
}
</style>