Shades of Green Mist #C2C691
Tints of Green Mist #C2C691
RGB
CMYK
RGB Variations
Color information
#C2C691 (or 0xC2C691) is known color: Green Mist. HEX triplet: C2, C6 and 91. RGB value is (194,198,145). Sum of RGB (Red+Green+Blue) = 194+198+145=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C691 is #3D396E. Grayscale: #BEBEBE. Windows color (decimal): -4012399 or 9553602. OLE color: 9553602.
HSL color Cylindrical-coordinate representation of color #C2C691: hue angle of 64.53º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2C691 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 145 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.22 |
| HSL | 64.53º | 0.32% | 0.67% | - |
| HSV(B) | 64.53º | 0.27% | 0.78% | - |
| XYZ | 47.55 | 53.9 | 34.69 | - |
| YUV | 190.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 145 | 0.02 | 0 | 0.27 | 0.22 | 64.53 | 0.32 | 0.67 |
| Hex | C2 | C6 | 91 | 2 | 0 | 1B | 16 | 41 | 20 | 43 |
| Octal | 302 | 306 | 221 | 2 | 0 | 33 | 26 | 101 | 40 | 103 |
| Binary | 11000010 | 11000110 | 10010001 | 10 | 0 | 11011 | 10110 | 1000001 | 100000 | 1000011 |
Color Harmonies of #C2C691
Complementary color
Monochromatic Colors of #C2C691
Black with #C2C691
Text Example
Text Example
White with #C2C691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C691; }
p { color: rgb(194,198,145); }
H1.HeaderClassName
{
color: #C2C691;
}
.AnyTagClassName
{
color: #C2C691;
}
</style>
background-color css
<style>
a { background-color: #C2C691; }
a { background-color: rgb(194,198,145); }
div.DivClassName
{
background-color: #C2C691;
}
.BgClassName
{
background-color: #C2C691;
}
</style>
border-color css
<style>
span { border-color: #C2C691; }
span { border-color: rgb(194,198,145); }
td.TdClassName
{
border-color: #C2C691;
}
.TagClassName
{
border-color: #C2C691;
}
</style>