Shades of Green Mist #C4CE95
Tints of Green Mist #C4CE95
RGB
CMYK
RGB Variations
Color information
#C4CE95 (or 0xC4CE95) is known color: Green Mist. HEX triplet: C4, CE and 95. RGB value is (196,206,149). Sum of RGB (Red+Green+Blue) = 196+206+149=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CE95 is #3B316A. Grayscale: #C4C4C4. Windows color (decimal): -3879275 or 9817796. OLE color: 9817796.
HSL color Cylindrical-coordinate representation of color #C4CE95: hue angle of 70.53º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4CE95 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 149 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.19 |
| HSL | 70.53º | 0.37% | 0.7% | - |
| HSV(B) | 70.53º | 0.28% | 0.81% | - |
| XYZ | 50.26 | 58.05 | 36.99 | - |
| YUV | 196.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 149 | 0.05 | 0 | 0.28 | 0.19 | 70.53 | 0.37 | 0.7 |
| Hex | C4 | CE | 95 | 5 | 0 | 1C | 13 | 47 | 25 | 46 |
| Octal | 304 | 316 | 225 | 5 | 0 | 34 | 23 | 107 | 45 | 106 |
| Binary | 11000100 | 11001110 | 10010101 | 101 | 0 | 11100 | 10011 | 1000111 | 100101 | 1000110 |
Color Harmonies of #C4CE95
Complementary color
Monochromatic Colors of #C4CE95
Black with #C4CE95
Text Example
Text Example
White with #C4CE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE95; }
p { color: rgb(196,206,149); }
H1.HeaderClassName
{
color: #C4CE95;
}
.AnyTagClassName
{
color: #C4CE95;
}
</style>
background-color css
<style>
a { background-color: #C4CE95; }
a { background-color: rgb(196,206,149); }
div.DivClassName
{
background-color: #C4CE95;
}
.BgClassName
{
background-color: #C4CE95;
}
</style>
border-color css
<style>
span { border-color: #C4CE95; }
span { border-color: rgb(196,206,149); }
td.TdClassName
{
border-color: #C4CE95;
}
.TagClassName
{
border-color: #C4CE95;
}
</style>