Shades of Green Mist #C1C59F
Tints of Green Mist #C1C59F
RGB
CMYK
RGB Variations
Color information
#C1C59F (or 0xC1C59F) is known color: Green Mist. HEX triplet: C1, C5 and 9F. RGB value is (193,197,159). Sum of RGB (Red+Green+Blue) = 193+197+159=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C59F is #3E3A60. Grayscale: #BFBFBF. Windows color (decimal): -4078177 or 10470849. OLE color: 10470849.
HSL color Cylindrical-coordinate representation of color #C1C59F: hue angle of 66.32º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1C59F is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 159 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.23 |
| HSL | 66.32º | 0.25% | 0.7% | - |
| HSV(B) | 66.32º | 0.19% | 0.77% | - |
| XYZ | 48.22 | 53.77 | 40.64 | - |
| YUV | 191.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 159 | 0.02 | 0 | 0.19 | 0.23 | 66.32 | 0.25 | 0.7 |
| Hex | C1 | C5 | 9F | 2 | 0 | 13 | 17 | 42 | 19 | 46 |
| Octal | 301 | 305 | 237 | 2 | 0 | 23 | 27 | 102 | 31 | 106 |
| Binary | 11000001 | 11000101 | 10011111 | 10 | 0 | 10011 | 10111 | 1000010 | 11001 | 1000110 |
Color Harmonies of #C1C59F
Complementary color
Monochromatic Colors of #C1C59F
Black with #C1C59F
Text Example
Text Example
White with #C1C59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C59F; }
p { color: rgb(193,197,159); }
H1.HeaderClassName
{
color: #C1C59F;
}
.AnyTagClassName
{
color: #C1C59F;
}
</style>
background-color css
<style>
a { background-color: #C1C59F; }
a { background-color: rgb(193,197,159); }
div.DivClassName
{
background-color: #C1C59F;
}
.BgClassName
{
background-color: #C1C59F;
}
</style>
border-color css
<style>
span { border-color: #C1C59F; }
span { border-color: rgb(193,197,159); }
td.TdClassName
{
border-color: #C1C59F;
}
.TagClassName
{
border-color: #C1C59F;
}
</style>