Shades of Green Mist #C2CC91
Tints of Green Mist #C2CC91
RGB
CMYK
RGB Variations
Color information
#C2CC91 (or 0xC2CC91) is known color: Green Mist. HEX triplet: C2, CC and 91. RGB value is (194,204,145). Sum of RGB (Red+Green+Blue) = 194+204+145=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CC91 is #3D336E. Grayscale: #C2C2C2. Windows color (decimal): -4010863 or 9555138. OLE color: 9555138.
HSL color Cylindrical-coordinate representation of color #C2CC91: hue angle of 70.17º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2CC91 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 145 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.2 |
| HSL | 70.17º | 0.37% | 0.68% | - |
| HSV(B) | 70.17º | 0.29% | 0.8% | - |
| XYZ | 48.95 | 56.7 | 35.15 | - |
| YUV | 194.28 | 100.19 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 145 | 0.05 | 0 | 0.29 | 0.2 | 70.17 | 0.37 | 0.68 |
| Hex | C2 | CC | 91 | 5 | 0 | 1D | 14 | 46 | 25 | 44 |
| Octal | 302 | 314 | 221 | 5 | 0 | 35 | 24 | 106 | 45 | 104 |
| Binary | 11000010 | 11001100 | 10010001 | 101 | 0 | 11101 | 10100 | 1000110 | 100101 | 1000100 |
Color Harmonies of #C2CC91
Complementary color
Monochromatic Colors of #C2CC91
Black with #C2CC91
Text Example
Text Example
White with #C2CC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC91; }
p { color: rgb(194,204,145); }
H1.HeaderClassName
{
color: #C2CC91;
}
.AnyTagClassName
{
color: #C2CC91;
}
</style>
background-color css
<style>
a { background-color: #C2CC91; }
a { background-color: rgb(194,204,145); }
div.DivClassName
{
background-color: #C2CC91;
}
.BgClassName
{
background-color: #C2CC91;
}
</style>
border-color css
<style>
span { border-color: #C2CC91; }
span { border-color: rgb(194,204,145); }
td.TdClassName
{
border-color: #C2CC91;
}
.TagClassName
{
border-color: #C2CC91;
}
</style>