Shades of Green Mist #C1C19A
Tints of Green Mist #C1C19A
RGB
CMYK
RGB Variations
Color information
#C1C19A (or 0xC1C19A) is known color: Green Mist. HEX triplet: C1, C1 and 9A. RGB value is (193,193,154). Sum of RGB (Red+Green+Blue) = 193+193+154=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C19A is #3E3E65. Grayscale: #BCBCBC. Windows color (decimal): -4079206 or 10142145. OLE color: 10142145.
HSL color Cylindrical-coordinate representation of color #C1C19A: hue angle of 60º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1C19A is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 193 | 154 | - |
| CMYK | 0 | 0 | 0.20 | 0.24 |
| HSL | 60º | 0.24% | 0.68% | - |
| HSV(B) | 60º | 0.2% | 0.76% | - |
| XYZ | 46.9 | 51.81 | 38.1 | - |
| YUV | 188.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 193 | 154 | 0 | 0 | 0.20 | 0.24 | 60 | 0.24 | 0.68 |
| Hex | C1 | C1 | 9A | 0 | 0 | 14 | 18 | 3C | 18 | 44 |
| Octal | 301 | 301 | 232 | 0 | 0 | 24 | 30 | 74 | 30 | 104 |
| Binary | 11000001 | 11000001 | 10011010 | 0 | 0 | 10100 | 11000 | 111100 | 11000 | 1000100 |
Color Harmonies of #C1C19A
Complementary color
Monochromatic Colors of #C1C19A
Black with #C1C19A
Text Example
Text Example
White with #C1C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C19A; }
p { color: rgb(193,193,154); }
H1.HeaderClassName
{
color: #C1C19A;
}
.AnyTagClassName
{
color: #C1C19A;
}
</style>
background-color css
<style>
a { background-color: #C1C19A; }
a { background-color: rgb(193,193,154); }
div.DivClassName
{
background-color: #C1C19A;
}
.BgClassName
{
background-color: #C1C19A;
}
</style>
border-color css
<style>
span { border-color: #C1C19A; }
span { border-color: rgb(193,193,154); }
td.TdClassName
{
border-color: #C1C19A;
}
.TagClassName
{
border-color: #C1C19A;
}
</style>