Shades of Green Mist #C0C58C
Tints of Green Mist #C0C58C
RGB
CMYK
RGB Variations
Color information
#C0C58C (or 0xC0C58C) is known color: Green Mist. HEX triplet: C0, C5 and 8C. RGB value is (192,197,140). Sum of RGB (Red+Green+Blue) = 192+197+140=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C58C is #3F3A73. Grayscale: #BDBDBD. Windows color (decimal): -4143732 or 9225664. OLE color: 9225664.
HSL color Cylindrical-coordinate representation of color #C0C58C: hue angle of 65.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0C58C is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 140 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.23 |
| HSL | 65.26º | 0.33% | 0.66% | - |
| HSV(B) | 65.26º | 0.29% | 0.77% | - |
| XYZ | 46.44 | 53.03 | 32.6 | - |
| YUV | 189.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 140 | 0.03 | 0 | 0.29 | 0.23 | 65.26 | 0.33 | 0.66 |
| Hex | C0 | C5 | 8C | 3 | 0 | 1D | 17 | 41 | 21 | 42 |
| Octal | 300 | 305 | 214 | 3 | 0 | 35 | 27 | 101 | 41 | 102 |
| Binary | 11000000 | 11000101 | 10001100 | 11 | 0 | 11101 | 10111 | 1000001 | 100001 | 1000010 |
Color Harmonies of #C0C58C
Complementary color
Monochromatic Colors of #C0C58C
Black with #C0C58C
Text Example
Text Example
White with #C0C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C58C; }
p { color: rgb(192,197,140); }
H1.HeaderClassName
{
color: #C0C58C;
}
.AnyTagClassName
{
color: #C0C58C;
}
</style>
background-color css
<style>
a { background-color: #C0C58C; }
a { background-color: rgb(192,197,140); }
div.DivClassName
{
background-color: #C0C58C;
}
.BgClassName
{
background-color: #C0C58C;
}
</style>
border-color css
<style>
span { border-color: #C0C58C; }
span { border-color: rgb(192,197,140); }
td.TdClassName
{
border-color: #C0C58C;
}
.TagClassName
{
border-color: #C0C58C;
}
</style>