Shades of Green Mist #C2C191
Tints of Green Mist #C2C191
RGB
CMYK
RGB Variations
Color information
#C2C191 (or 0xC2C191) is known color: Green Mist. HEX triplet: C2, C1 and 91. RGB value is (194,193,145). Sum of RGB (Red+Green+Blue) = 194+193+145=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C191 is #3D3E6E. Grayscale: #BCBCBC. Windows color (decimal): -4013679 or 9552322. OLE color: 9552322.
HSL color Cylindrical-coordinate representation of color #C2C191: hue angle of 58.78º 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 #C2C191 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 145 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.24 |
| HSL | 58.78º | 0.29% | 0.66% | - |
| HSV(B) | 58.78º | 0.25% | 0.76% | - |
| XYZ | 46.43 | 51.65 | 34.31 | - |
| YUV | 187.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 145 | 0 | 0.01 | 0.25 | 0.24 | 58.78 | 0.29 | 0.66 |
| Hex | C2 | C1 | 91 | 0 | 1 | 19 | 18 | 3B | 1D | 42 |
| Octal | 302 | 301 | 221 | 0 | 1 | 31 | 30 | 73 | 35 | 102 |
| Binary | 11000010 | 11000001 | 10010001 | 0 | 1 | 11001 | 11000 | 111011 | 11101 | 1000010 |
Color Harmonies of #C2C191
Complementary color
Monochromatic Colors of #C2C191
Black with #C2C191
Text Example
Text Example
White with #C2C191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C191; }
p { color: rgb(194,193,145); }
H1.HeaderClassName
{
color: #C2C191;
}
.AnyTagClassName
{
color: #C2C191;
}
</style>
background-color css
<style>
a { background-color: #C2C191; }
a { background-color: rgb(194,193,145); }
div.DivClassName
{
background-color: #C2C191;
}
.BgClassName
{
background-color: #C2C191;
}
</style>
border-color css
<style>
span { border-color: #C2C191; }
span { border-color: rgb(194,193,145); }
td.TdClassName
{
border-color: #C2C191;
}
.TagClassName
{
border-color: #C2C191;
}
</style>