Shades of Green Mist #C4C299
Tints of Green Mist #C4C299
RGB
CMYK
RGB Variations
Color information
#C4C299 (or 0xC4C299) is known color: Green Mist. HEX triplet: C4, C2 and 99. RGB value is (196,194,153). Sum of RGB (Red+Green+Blue) = 196+194+153=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C299 is #3B3D66. Grayscale: #BEBEBE. Windows color (decimal): -3882343 or 10076868. OLE color: 10076868.
HSL color Cylindrical-coordinate representation of color #C4C299: hue angle of 57.21º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4C299 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 153 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.23 |
| HSL | 57.21º | 0.27% | 0.68% | - |
| HSV(B) | 57.21º | 0.22% | 0.77% | - |
| XYZ | 47.81 | 52.62 | 37.77 | - |
| YUV | 189.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 153 | 0 | 0.01 | 0.22 | 0.23 | 57.21 | 0.27 | 0.68 |
| Hex | C4 | C2 | 99 | 0 | 1 | 16 | 17 | 39 | 1B | 44 |
| Octal | 304 | 302 | 231 | 0 | 1 | 26 | 27 | 71 | 33 | 104 |
| Binary | 11000100 | 11000010 | 10011001 | 0 | 1 | 10110 | 10111 | 111001 | 11011 | 1000100 |
Color Harmonies of #C4C299
Complementary color
Monochromatic Colors of #C4C299
Black with #C4C299
Text Example
Text Example
White with #C4C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C299; }
p { color: rgb(196,194,153); }
H1.HeaderClassName
{
color: #C4C299;
}
.AnyTagClassName
{
color: #C4C299;
}
</style>
background-color css
<style>
a { background-color: #C4C299; }
a { background-color: rgb(196,194,153); }
div.DivClassName
{
background-color: #C4C299;
}
.BgClassName
{
background-color: #C4C299;
}
</style>
border-color css
<style>
span { border-color: #C4C299; }
span { border-color: rgb(196,194,153); }
td.TdClassName
{
border-color: #C4C299;
}
.TagClassName
{
border-color: #C4C299;
}
</style>