Shades of Green Mist #C0C593
Tints of Green Mist #C0C593
RGB
CMYK
RGB Variations
Color information
#C0C593 (or 0xC0C593) is known color: Green Mist. HEX triplet: C0, C5 and 93. RGB value is (192,197,147). Sum of RGB (Red+Green+Blue) = 192+197+147=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C593 is #3F3A6C. Grayscale: #BEBEBE. Windows color (decimal): -4143725 or 9684416. OLE color: 9684416.
HSL color Cylindrical-coordinate representation of color #C0C593: hue angle of 66º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0C593 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 147 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.23 |
| HSL | 66º | 0.3% | 0.67% | - |
| HSV(B) | 66º | 0.25% | 0.77% | - |
| XYZ | 46.97 | 53.25 | 35.41 | - |
| YUV | 189.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 147 | 0.03 | 0 | 0.25 | 0.23 | 66 | 0.3 | 0.67 |
| Hex | C0 | C5 | 93 | 3 | 0 | 19 | 17 | 42 | 1E | 43 |
| Octal | 300 | 305 | 223 | 3 | 0 | 31 | 27 | 102 | 36 | 103 |
| Binary | 11000000 | 11000101 | 10010011 | 11 | 0 | 11001 | 10111 | 1000010 | 11110 | 1000011 |
Color Harmonies of #C0C593
Complementary color
Monochromatic Colors of #C0C593
Black with #C0C593
Text Example
Text Example
White with #C0C593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C593; }
p { color: rgb(192,197,147); }
H1.HeaderClassName
{
color: #C0C593;
}
.AnyTagClassName
{
color: #C0C593;
}
</style>
background-color css
<style>
a { background-color: #C0C593; }
a { background-color: rgb(192,197,147); }
div.DivClassName
{
background-color: #C0C593;
}
.BgClassName
{
background-color: #C0C593;
}
</style>
border-color css
<style>
span { border-color: #C0C593; }
span { border-color: rgb(192,197,147); }
td.TdClassName
{
border-color: #C0C593;
}
.TagClassName
{
border-color: #C0C593;
}
</style>