Shades of Green Mist #C2C59A
Tints of Green Mist #C2C59A
RGB
CMYK
RGB Variations
Color information
#C2C59A (or 0xC2C59A) is known color: Green Mist. HEX triplet: C2, C5 and 9A. RGB value is (194,197,154). Sum of RGB (Red+Green+Blue) = 194+197+154=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C59A is #3D3A65. Grayscale: #BFBFBF. Windows color (decimal): -4012646 or 10143170. OLE color: 10143170.
HSL color Cylindrical-coordinate representation of color #C2C59A: hue angle of 64.19º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2C59A is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 154 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.23 |
| HSL | 64.19º | 0.27% | 0.69% | - |
| HSV(B) | 64.19º | 0.22% | 0.77% | - |
| XYZ | 48.05 | 53.73 | 38.41 | - |
| YUV | 191.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 154 | 0.02 | 0 | 0.22 | 0.23 | 64.19 | 0.27 | 0.69 |
| Hex | C2 | C5 | 9A | 2 | 0 | 16 | 17 | 40 | 1B | 45 |
| Octal | 302 | 305 | 232 | 2 | 0 | 26 | 27 | 100 | 33 | 105 |
| Binary | 11000010 | 11000101 | 10011010 | 10 | 0 | 10110 | 10111 | 1000000 | 11011 | 1000101 |
Color Harmonies of #C2C59A
Complementary color
Monochromatic Colors of #C2C59A
Black with #C2C59A
Text Example
Text Example
White with #C2C59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C59A; }
p { color: rgb(194,197,154); }
H1.HeaderClassName
{
color: #C2C59A;
}
.AnyTagClassName
{
color: #C2C59A;
}
</style>
background-color css
<style>
a { background-color: #C2C59A; }
a { background-color: rgb(194,197,154); }
div.DivClassName
{
background-color: #C2C59A;
}
.BgClassName
{
background-color: #C2C59A;
}
</style>
border-color css
<style>
span { border-color: #C2C59A; }
span { border-color: rgb(194,197,154); }
td.TdClassName
{
border-color: #C2C59A;
}
.TagClassName
{
border-color: #C2C59A;
}
</style>