Shades of Green Mist #C0C291
Tints of Green Mist #C0C291
RGB
CMYK
RGB Variations
Color information
#C0C291 (or 0xC0C291) is known color: Green Mist. HEX triplet: C0, C2 and 91. RGB value is (192,194,145). Sum of RGB (Red+Green+Blue) = 192+194+145=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C291 is #3F3D6E. Grayscale: #BCBCBC. Windows color (decimal): -4144495 or 9552576. OLE color: 9552576.
HSL color Cylindrical-coordinate representation of color #C0C291: hue angle of 62.45º degrees, saturation: 0.29, 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 #C0C291 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 145 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.24 |
| HSL | 62.45º | 0.29% | 0.66% | - |
| HSV(B) | 62.45º | 0.25% | 0.76% | - |
| XYZ | 46.14 | 51.83 | 34.36 | - |
| YUV | 187.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 145 | 0.01 | 0 | 0.25 | 0.24 | 62.45 | 0.29 | 0.66 |
| Hex | C0 | C2 | 91 | 1 | 0 | 19 | 18 | 3E | 1D | 42 |
| Octal | 300 | 302 | 221 | 1 | 0 | 31 | 30 | 76 | 35 | 102 |
| Binary | 11000000 | 11000010 | 10010001 | 1 | 0 | 11001 | 11000 | 111110 | 11101 | 1000010 |
Color Harmonies of #C0C291
Complementary color
Monochromatic Colors of #C0C291
Black with #C0C291
Text Example
Text Example
White with #C0C291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C291; }
p { color: rgb(192,194,145); }
H1.HeaderClassName
{
color: #C0C291;
}
.AnyTagClassName
{
color: #C0C291;
}
</style>
background-color css
<style>
a { background-color: #C0C291; }
a { background-color: rgb(192,194,145); }
div.DivClassName
{
background-color: #C0C291;
}
.BgClassName
{
background-color: #C0C291;
}
</style>
border-color css
<style>
span { border-color: #C0C291; }
span { border-color: rgb(192,194,145); }
td.TdClassName
{
border-color: #C0C291;
}
.TagClassName
{
border-color: #C0C291;
}
</style>