Shades of Green Mist #C0C191
Tints of Green Mist #C0C191
RGB
CMYK
RGB Variations
Color information
#C0C191 (or 0xC0C191) is known color: Green Mist. HEX triplet: C0, C1 and 91. RGB value is (192,193,145). Sum of RGB (Red+Green+Blue) = 192+193+145=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C191 is #3F3E6E. Grayscale: #BBBBBB. Windows color (decimal): -4144751 or 9552320. OLE color: 9552320.
HSL color Cylindrical-coordinate representation of color #C0C191: hue angle of 61.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0C191 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 145 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.24 |
| HSL | 61.25º | 0.28% | 0.66% | - |
| HSV(B) | 61.25º | 0.25% | 0.76% | - |
| XYZ | 45.92 | 51.39 | 34.29 | - |
| YUV | 187.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 145 | 0.01 | 0 | 0.25 | 0.24 | 61.25 | 0.28 | 0.66 |
| Hex | C0 | C1 | 91 | 1 | 0 | 19 | 18 | 3D | 1C | 42 |
| Octal | 300 | 301 | 221 | 1 | 0 | 31 | 30 | 75 | 34 | 102 |
| Binary | 11000000 | 11000001 | 10010001 | 1 | 0 | 11001 | 11000 | 111101 | 11100 | 1000010 |
Color Harmonies of #C0C191
Complementary color
Monochromatic Colors of #C0C191
Black with #C0C191
Text Example
Text Example
White with #C0C191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C191; }
p { color: rgb(192,193,145); }
H1.HeaderClassName
{
color: #C0C191;
}
.AnyTagClassName
{
color: #C0C191;
}
</style>
background-color css
<style>
a { background-color: #C0C191; }
a { background-color: rgb(192,193,145); }
div.DivClassName
{
background-color: #C0C191;
}
.BgClassName
{
background-color: #C0C191;
}
</style>
border-color css
<style>
span { border-color: #C0C191; }
span { border-color: rgb(192,193,145); }
td.TdClassName
{
border-color: #C0C191;
}
.TagClassName
{
border-color: #C0C191;
}
</style>