Shades of Green Mist #C2C28D
Tints of Green Mist #C2C28D
RGB
CMYK
RGB Variations
Color information
#C2C28D (or 0xC2C28D) is known color: Green Mist. HEX triplet: C2, C2 and 8D. RGB value is (194,194,141). Sum of RGB (Red+Green+Blue) = 194+194+141=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C28D is #3D3D72. Grayscale: #BCBCBC. Windows color (decimal): -4013427 or 9290434. OLE color: 9290434.
HSL color Cylindrical-coordinate representation of color #C2C28D: hue angle of 60º 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 #C2C28D is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 194 | 141 | - |
| CMYK | 0 | 0 | 0.27 | 0.24 |
| HSL | 60º | 0.3% | 0.66% | - |
| HSV(B) | 60º | 0.27% | 0.76% | - |
| XYZ | 46.35 | 51.98 | 32.79 | - |
| YUV | 187.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 141 | 0 | 0 | 0.27 | 0.24 | 60 | 0.3 | 0.66 |
| Hex | C2 | C2 | 8D | 0 | 0 | 1B | 18 | 3C | 1E | 42 |
| Octal | 302 | 302 | 215 | 0 | 0 | 33 | 30 | 74 | 36 | 102 |
| Binary | 11000010 | 11000010 | 10001101 | 0 | 0 | 11011 | 11000 | 111100 | 11110 | 1000010 |
Color Harmonies of #C2C28D
Complementary color
Monochromatic Colors of #C2C28D
Black with #C2C28D
Text Example
Text Example
White with #C2C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C28D; }
p { color: rgb(194,194,141); }
H1.HeaderClassName
{
color: #C2C28D;
}
.AnyTagClassName
{
color: #C2C28D;
}
</style>
background-color css
<style>
a { background-color: #C2C28D; }
a { background-color: rgb(194,194,141); }
div.DivClassName
{
background-color: #C2C28D;
}
.BgClassName
{
background-color: #C2C28D;
}
</style>
border-color css
<style>
span { border-color: #C2C28D; }
span { border-color: rgb(194,194,141); }
td.TdClassName
{
border-color: #C2C28D;
}
.TagClassName
{
border-color: #C2C28D;
}
</style>