Shades of Green Mist #C2C18E
Tints of Green Mist #C2C18E
RGB
CMYK
RGB Variations
Color information
#C2C18E (or 0xC2C18E) is known color: Green Mist. HEX triplet: C2, C1 and 8E. RGB value is (194,193,142). Sum of RGB (Red+Green+Blue) = 194+193+142=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C18E is #3D3E71. Grayscale: #BBBBBB. Windows color (decimal): -4013682 or 9355714. OLE color: 9355714.
HSL color Cylindrical-coordinate representation of color #C2C18E: hue angle of 58.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2C18E is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 142 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.24 |
| HSL | 58.85º | 0.3% | 0.66% | - |
| HSV(B) | 58.85º | 0.27% | 0.76% | - |
| XYZ | 46.2 | 51.56 | 33.11 | - |
| YUV | 187.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 142 | 0 | 0.01 | 0.27 | 0.24 | 58.85 | 0.3 | 0.66 |
| Hex | C2 | C1 | 8E | 0 | 1 | 1B | 18 | 3B | 1E | 42 |
| Octal | 302 | 301 | 216 | 0 | 1 | 33 | 30 | 73 | 36 | 102 |
| Binary | 11000010 | 11000001 | 10001110 | 0 | 1 | 11011 | 11000 | 111011 | 11110 | 1000010 |
Color Harmonies of #C2C18E
Complementary color
Monochromatic Colors of #C2C18E
Black with #C2C18E
Text Example
Text Example
White with #C2C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C18E; }
p { color: rgb(194,193,142); }
H1.HeaderClassName
{
color: #C2C18E;
}
.AnyTagClassName
{
color: #C2C18E;
}
</style>
background-color css
<style>
a { background-color: #C2C18E; }
a { background-color: rgb(194,193,142); }
div.DivClassName
{
background-color: #C2C18E;
}
.BgClassName
{
background-color: #C2C18E;
}
</style>
border-color css
<style>
span { border-color: #C2C18E; }
span { border-color: rgb(194,193,142); }
td.TdClassName
{
border-color: #C2C18E;
}
.TagClassName
{
border-color: #C2C18E;
}
</style>