Shades of Green Mist #C2C59B
Tints of Green Mist #C2C59B
RGB
CMYK
RGB Variations
Color information
#C2C59B (or 0xC2C59B) is known color: Green Mist. HEX triplet: C2, C5 and 9B. RGB value is (194,197,155). Sum of RGB (Red+Green+Blue) = 194+197+155=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C59B is #3D3A64. Grayscale: #BFBFBF. Windows color (decimal): -4012645 or 10208706. OLE color: 10208706.
HSL color Cylindrical-coordinate representation of color #C2C59B: hue angle of 64.29º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2C59B is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 155 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.23 |
| HSL | 64.29º | 0.27% | 0.69% | - |
| HSV(B) | 64.29º | 0.21% | 0.77% | - |
| XYZ | 48.13 | 53.77 | 38.85 | - |
| YUV | 191.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 155 | 0.02 | 0 | 0.21 | 0.23 | 64.29 | 0.27 | 0.69 |
| Hex | C2 | C5 | 9B | 2 | 0 | 15 | 17 | 40 | 1B | 45 |
| Octal | 302 | 305 | 233 | 2 | 0 | 25 | 27 | 100 | 33 | 105 |
| Binary | 11000010 | 11000101 | 10011011 | 10 | 0 | 10101 | 10111 | 1000000 | 11011 | 1000101 |
Color Harmonies of #C2C59B
Complementary color
Monochromatic Colors of #C2C59B
Black with #C2C59B
Text Example
Text Example
White with #C2C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C59B; }
p { color: rgb(194,197,155); }
H1.HeaderClassName
{
color: #C2C59B;
}
.AnyTagClassName
{
color: #C2C59B;
}
</style>
background-color css
<style>
a { background-color: #C2C59B; }
a { background-color: rgb(194,197,155); }
div.DivClassName
{
background-color: #C2C59B;
}
.BgClassName
{
background-color: #C2C59B;
}
</style>
border-color css
<style>
span { border-color: #C2C59B; }
span { border-color: rgb(194,197,155); }
td.TdClassName
{
border-color: #C2C59B;
}
.TagClassName
{
border-color: #C2C59B;
}
</style>