Shades of Green Mist #C0C197
Tints of Green Mist #C0C197
RGB
CMYK
RGB Variations
Color information
#C0C197 (or 0xC0C197) is known color: Green Mist. HEX triplet: C0, C1 and 97. RGB value is (192,193,151). Sum of RGB (Red+Green+Blue) = 192+193+151=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C197 is #3F3E68. Grayscale: #BCBCBC. Windows color (decimal): -4144745 or 9945536. OLE color: 9945536.
HSL color Cylindrical-coordinate representation of color #C0C197: hue angle of 61.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0C197 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 151 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.24 |
| HSL | 61.43º | 0.25% | 0.67% | - |
| HSV(B) | 61.43º | 0.22% | 0.76% | - |
| XYZ | 46.39 | 51.58 | 36.79 | - |
| YUV | 187.91 | 107.17 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 151 | 0.01 | 0 | 0.22 | 0.24 | 61.43 | 0.25 | 0.67 |
| Hex | C0 | C1 | 97 | 1 | 0 | 16 | 18 | 3D | 19 | 43 |
| Octal | 300 | 301 | 227 | 1 | 0 | 26 | 30 | 75 | 31 | 103 |
| Binary | 11000000 | 11000001 | 10010111 | 1 | 0 | 10110 | 11000 | 111101 | 11001 | 1000011 |
Color Harmonies of #C0C197
Complementary color
Monochromatic Colors of #C0C197
Black with #C0C197
Text Example
Text Example
White with #C0C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C197; }
p { color: rgb(192,193,151); }
H1.HeaderClassName
{
color: #C0C197;
}
.AnyTagClassName
{
color: #C0C197;
}
</style>
background-color css
<style>
a { background-color: #C0C197; }
a { background-color: rgb(192,193,151); }
div.DivClassName
{
background-color: #C0C197;
}
.BgClassName
{
background-color: #C0C197;
}
</style>
border-color css
<style>
span { border-color: #C0C197; }
span { border-color: rgb(192,193,151); }
td.TdClassName
{
border-color: #C0C197;
}
.TagClassName
{
border-color: #C0C197;
}
</style>