Shades of Green Mist #C0C093
Tints of Green Mist #C0C093
RGB
CMYK
RGB Variations
Color information
#C0C093 (or 0xC0C093) is known color: Green Mist. HEX triplet: C0, C0 and 93. RGB value is (192,192,147). Sum of RGB (Red+Green+Blue) = 192+192+147=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C093 is #3F3F6C. Grayscale: #BBBBBB. Windows color (decimal): -4145005 or 9683136. OLE color: 9683136.
HSL color Cylindrical-coordinate representation of color #C0C093: hue angle of 60º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0C093 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 147 | - |
| CMYK | 0 | 0 | 0.23 | 0.25 |
| HSL | 60º | 0.26% | 0.66% | - |
| HSV(B) | 60º | 0.23% | 0.75% | - |
| XYZ | 45.85 | 51.01 | 35.03 | - |
| YUV | 186.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 147 | 0 | 0 | 0.23 | 0.25 | 60 | 0.26 | 0.66 |
| Hex | C0 | C0 | 93 | 0 | 0 | 17 | 19 | 3C | 1A | 42 |
| Octal | 300 | 300 | 223 | 0 | 0 | 27 | 31 | 74 | 32 | 102 |
| Binary | 11000000 | 11000000 | 10010011 | 0 | 0 | 10111 | 11001 | 111100 | 11010 | 1000010 |
Color Harmonies of #C0C093
Complementary color
Monochromatic Colors of #C0C093
Black with #C0C093
Text Example
Text Example
White with #C0C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C093; }
p { color: rgb(192,192,147); }
H1.HeaderClassName
{
color: #C0C093;
}
.AnyTagClassName
{
color: #C0C093;
}
</style>
background-color css
<style>
a { background-color: #C0C093; }
a { background-color: rgb(192,192,147); }
div.DivClassName
{
background-color: #C0C093;
}
.BgClassName
{
background-color: #C0C093;
}
</style>
border-color css
<style>
span { border-color: #C0C093; }
span { border-color: rgb(192,192,147); }
td.TdClassName
{
border-color: #C0C093;
}
.TagClassName
{
border-color: #C0C093;
}
</style>