Shades of Green Mist #C1C59A
Tints of Green Mist #C1C59A
RGB
CMYK
RGB Variations
Color information
#C1C59A (or 0xC1C59A) is known color: Green Mist. HEX triplet: C1, C5 and 9A. RGB value is (193,197,154). Sum of RGB (Red+Green+Blue) = 193+197+154=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C59A is #3E3A65. Grayscale: #BFBFBF. Windows color (decimal): -4078182 or 10143169. OLE color: 10143169.
HSL color Cylindrical-coordinate representation of color #C1C59A: hue angle of 65.58º 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 #C1C59A is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 154 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.23 |
| HSL | 65.58º | 0.27% | 0.69% | - |
| HSV(B) | 65.58º | 0.22% | 0.77% | - |
| XYZ | 47.79 | 53.6 | 38.4 | - |
| YUV | 190.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 154 | 0.02 | 0 | 0.22 | 0.23 | 65.58 | 0.27 | 0.69 |
| Hex | C1 | C5 | 9A | 2 | 0 | 16 | 17 | 42 | 1B | 45 |
| Octal | 301 | 305 | 232 | 2 | 0 | 26 | 27 | 102 | 33 | 105 |
| Binary | 11000001 | 11000101 | 10011010 | 10 | 0 | 10110 | 10111 | 1000010 | 11011 | 1000101 |
Color Harmonies of #C1C59A
Complementary color
Monochromatic Colors of #C1C59A
Black with #C1C59A
Text Example
Text Example
White with #C1C59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C59A; }
p { color: rgb(193,197,154); }
H1.HeaderClassName
{
color: #C1C59A;
}
.AnyTagClassName
{
color: #C1C59A;
}
</style>
background-color css
<style>
a { background-color: #C1C59A; }
a { background-color: rgb(193,197,154); }
div.DivClassName
{
background-color: #C1C59A;
}
.BgClassName
{
background-color: #C1C59A;
}
</style>
border-color css
<style>
span { border-color: #C1C59A; }
span { border-color: rgb(193,197,154); }
td.TdClassName
{
border-color: #C1C59A;
}
.TagClassName
{
border-color: #C1C59A;
}
</style>