Shades of Green Mist #C4C28D
Tints of Green Mist #C4C28D
RGB
CMYK
RGB Variations
Color information
#C4C28D (or 0xC4C28D) is known color: Green Mist. HEX triplet: C4, C2 and 8D. RGB value is (196,194,141). Sum of RGB (Red+Green+Blue) = 196+194+141=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C28D is #3B3D72. Grayscale: #BCBCBC. Windows color (decimal): -3882355 or 9290436. OLE color: 9290436.
HSL color Cylindrical-coordinate representation of color #C4C28D: hue angle of 57.82º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4C28D is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 141 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.23 |
| HSL | 57.82º | 0.32% | 0.66% | - |
| HSV(B) | 57.82º | 0.28% | 0.77% | - |
| XYZ | 46.86 | 52.24 | 32.81 | - |
| YUV | 188.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 141 | 0 | 0.01 | 0.28 | 0.23 | 57.82 | 0.32 | 0.66 |
| Hex | C4 | C2 | 8D | 0 | 1 | 1C | 17 | 3A | 20 | 42 |
| Octal | 304 | 302 | 215 | 0 | 1 | 34 | 27 | 72 | 40 | 102 |
| Binary | 11000100 | 11000010 | 10001101 | 0 | 1 | 11100 | 10111 | 111010 | 100000 | 1000010 |
Color Harmonies of #C4C28D
Complementary color
Monochromatic Colors of #C4C28D
Black with #C4C28D
Text Example
Text Example
White with #C4C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C28D; }
p { color: rgb(196,194,141); }
H1.HeaderClassName
{
color: #C4C28D;
}
.AnyTagClassName
{
color: #C4C28D;
}
</style>
background-color css
<style>
a { background-color: #C4C28D; }
a { background-color: rgb(196,194,141); }
div.DivClassName
{
background-color: #C4C28D;
}
.BgClassName
{
background-color: #C4C28D;
}
</style>
border-color css
<style>
span { border-color: #C4C28D; }
span { border-color: rgb(196,194,141); }
td.TdClassName
{
border-color: #C4C28D;
}
.TagClassName
{
border-color: #C4C28D;
}
</style>