Shades of Green Mist #C0C592
Tints of Green Mist #C0C592
RGB
CMYK
RGB Variations
Color information
#C0C592 (or 0xC0C592) is known color: Green Mist. HEX triplet: C0, C5 and 92. RGB value is (192,197,146). Sum of RGB (Red+Green+Blue) = 192+197+146=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C592 is #3F3A6D. Grayscale: #BDBDBD. Windows color (decimal): -4143726 or 9618880. OLE color: 9618880.
HSL color Cylindrical-coordinate representation of color #C0C592: hue angle of 65.88º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0C592 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 146 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.23 |
| HSL | 65.88º | 0.31% | 0.67% | - |
| HSV(B) | 65.88º | 0.26% | 0.77% | - |
| XYZ | 46.89 | 53.21 | 34.99 | - |
| YUV | 189.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 146 | 0.03 | 0 | 0.26 | 0.23 | 65.88 | 0.31 | 0.67 |
| Hex | C0 | C5 | 92 | 3 | 0 | 1A | 17 | 42 | 1F | 43 |
| Octal | 300 | 305 | 222 | 3 | 0 | 32 | 27 | 102 | 37 | 103 |
| Binary | 11000000 | 11000101 | 10010010 | 11 | 0 | 11010 | 10111 | 1000010 | 11111 | 1000011 |
Color Harmonies of #C0C592
Complementary color
Monochromatic Colors of #C0C592
Black with #C0C592
Text Example
Text Example
White with #C0C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C592; }
p { color: rgb(192,197,146); }
H1.HeaderClassName
{
color: #C0C592;
}
.AnyTagClassName
{
color: #C0C592;
}
</style>
background-color css
<style>
a { background-color: #C0C592; }
a { background-color: rgb(192,197,146); }
div.DivClassName
{
background-color: #C0C592;
}
.BgClassName
{
background-color: #C0C592;
}
</style>
border-color css
<style>
span { border-color: #C0C592; }
span { border-color: rgb(192,197,146); }
td.TdClassName
{
border-color: #C0C592;
}
.TagClassName
{
border-color: #C0C592;
}
</style>