Shades of Green Mist #C2C090
Tints of Green Mist #C2C090
RGB
CMYK
RGB Variations
Color information
#C2C090 (or 0xC2C090) is known color: Green Mist. HEX triplet: C2, C0 and 90. RGB value is (194,192,144). Sum of RGB (Red+Green+Blue) = 194+192+144=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C090 is #3D3F6F. Grayscale: #BBBBBB. Windows color (decimal): -4013936 or 9486530. OLE color: 9486530.
HSL color Cylindrical-coordinate representation of color #C2C090: hue angle of 57.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2C090 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 144 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.24 |
| HSL | 57.6º | 0.29% | 0.66% | - |
| HSV(B) | 57.6º | 0.26% | 0.76% | - |
| XYZ | 46.13 | 51.18 | 33.83 | - |
| YUV | 187.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 144 | 0 | 0.01 | 0.26 | 0.24 | 57.6 | 0.29 | 0.66 |
| Hex | C2 | C0 | 90 | 0 | 1 | 1A | 18 | 3A | 1D | 42 |
| Octal | 302 | 300 | 220 | 0 | 1 | 32 | 30 | 72 | 35 | 102 |
| Binary | 11000010 | 11000000 | 10010000 | 0 | 1 | 11010 | 11000 | 111010 | 11101 | 1000010 |
Color Harmonies of #C2C090
Complementary color
Monochromatic Colors of #C2C090
Black with #C2C090
Text Example
Text Example
White with #C2C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C090; }
p { color: rgb(194,192,144); }
H1.HeaderClassName
{
color: #C2C090;
}
.AnyTagClassName
{
color: #C2C090;
}
</style>
background-color css
<style>
a { background-color: #C2C090; }
a { background-color: rgb(194,192,144); }
div.DivClassName
{
background-color: #C2C090;
}
.BgClassName
{
background-color: #C2C090;
}
</style>
border-color css
<style>
span { border-color: #C2C090; }
span { border-color: rgb(194,192,144); }
td.TdClassName
{
border-color: #C2C090;
}
.TagClassName
{
border-color: #C2C090;
}
</style>