Shades of Green Mist #C2C390
Tints of Green Mist #C2C390
RGB
CMYK
RGB Variations
Color information
#C2C390 (or 0xC2C390) is known color: Green Mist. HEX triplet: C2, C3 and 90. RGB value is (194,195,144). Sum of RGB (Red+Green+Blue) = 194+195+144=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C390 is #3D3C6F. Grayscale: #BDBDBD. Windows color (decimal): -4013168 or 9487298. OLE color: 9487298.
HSL color Cylindrical-coordinate representation of color #C2C390: hue angle of 61.18º degrees, saturation: 0.3, 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 #C2C390 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 144 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.24 |
| HSL | 61.18º | 0.3% | 0.66% | - |
| HSV(B) | 61.18º | 0.26% | 0.76% | - |
| XYZ | 46.8 | 52.51 | 34.06 | - |
| YUV | 188.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 144 | 0.01 | 0 | 0.26 | 0.24 | 61.18 | 0.3 | 0.66 |
| Hex | C2 | C3 | 90 | 1 | 0 | 1A | 18 | 3D | 1E | 42 |
| Octal | 302 | 303 | 220 | 1 | 0 | 32 | 30 | 75 | 36 | 102 |
| Binary | 11000010 | 11000011 | 10010000 | 1 | 0 | 11010 | 11000 | 111101 | 11110 | 1000010 |
Color Harmonies of #C2C390
Complementary color
Monochromatic Colors of #C2C390
Black with #C2C390
Text Example
Text Example
White with #C2C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C390; }
p { color: rgb(194,195,144); }
H1.HeaderClassName
{
color: #C2C390;
}
.AnyTagClassName
{
color: #C2C390;
}
</style>
background-color css
<style>
a { background-color: #C2C390; }
a { background-color: rgb(194,195,144); }
div.DivClassName
{
background-color: #C2C390;
}
.BgClassName
{
background-color: #C2C390;
}
</style>
border-color css
<style>
span { border-color: #C2C390; }
span { border-color: rgb(194,195,144); }
td.TdClassName
{
border-color: #C2C390;
}
.TagClassName
{
border-color: #C2C390;
}
</style>