Shades of Green Mist #C0C192
Tints of Green Mist #C0C192
RGB
CMYK
RGB Variations
Color information
#C0C192 (or 0xC0C192) is known color: Green Mist. HEX triplet: C0, C1 and 92. RGB value is (192,193,146). Sum of RGB (Red+Green+Blue) = 192+193+146=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C192 is #3F3E6D. Grayscale: #BBBBBB. Windows color (decimal): -4144750 or 9617856. OLE color: 9617856.
HSL color Cylindrical-coordinate representation of color #C0C192: hue angle of 61.28º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0C192 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 146 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.24 |
| HSL | 61.28º | 0.27% | 0.66% | - |
| HSV(B) | 61.28º | 0.24% | 0.76% | - |
| XYZ | 46 | 51.42 | 34.7 | - |
| YUV | 187.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 146 | 0.01 | 0 | 0.24 | 0.24 | 61.28 | 0.27 | 0.66 |
| Hex | C0 | C1 | 92 | 1 | 0 | 18 | 18 | 3D | 1B | 42 |
| Octal | 300 | 301 | 222 | 1 | 0 | 30 | 30 | 75 | 33 | 102 |
| Binary | 11000000 | 11000001 | 10010010 | 1 | 0 | 11000 | 11000 | 111101 | 11011 | 1000010 |
Color Harmonies of #C0C192
Complementary color
Monochromatic Colors of #C0C192
Black with #C0C192
Text Example
Text Example
White with #C0C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C192; }
p { color: rgb(192,193,146); }
H1.HeaderClassName
{
color: #C0C192;
}
.AnyTagClassName
{
color: #C0C192;
}
</style>
background-color css
<style>
a { background-color: #C0C192; }
a { background-color: rgb(192,193,146); }
div.DivClassName
{
background-color: #C0C192;
}
.BgClassName
{
background-color: #C0C192;
}
</style>
border-color css
<style>
span { border-color: #C0C192; }
span { border-color: rgb(192,193,146); }
td.TdClassName
{
border-color: #C0C192;
}
.TagClassName
{
border-color: #C0C192;
}
</style>