Shades of Green Mist #C4CE94
Tints of Green Mist #C4CE94
RGB
CMYK
RGB Variations
Color information
#C4CE94 (or 0xC4CE94) is known color: Green Mist. HEX triplet: C4, CE and 94. RGB value is (196,206,148). Sum of RGB (Red+Green+Blue) = 196+206+148=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CE94 is #3B316B. Grayscale: #C4C4C4. Windows color (decimal): -3879276 or 9752260. OLE color: 9752260.
HSL color Cylindrical-coordinate representation of color #C4CE94: hue angle of 70.34º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4CE94 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 148 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.19 |
| HSL | 70.34º | 0.37% | 0.69% | - |
| HSV(B) | 70.34º | 0.28% | 0.81% | - |
| XYZ | 50.18 | 58.02 | 36.57 | - |
| YUV | 196.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 148 | 0.05 | 0 | 0.28 | 0.19 | 70.34 | 0.37 | 0.69 |
| Hex | C4 | CE | 94 | 5 | 0 | 1C | 13 | 46 | 25 | 45 |
| Octal | 304 | 316 | 224 | 5 | 0 | 34 | 23 | 106 | 45 | 105 |
| Binary | 11000100 | 11001110 | 10010100 | 101 | 0 | 11100 | 10011 | 1000110 | 100101 | 1000101 |
Color Harmonies of #C4CE94
Complementary color
Monochromatic Colors of #C4CE94
Black with #C4CE94
Text Example
Text Example
White with #C4CE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE94; }
p { color: rgb(196,206,148); }
H1.HeaderClassName
{
color: #C4CE94;
}
.AnyTagClassName
{
color: #C4CE94;
}
</style>
background-color css
<style>
a { background-color: #C4CE94; }
a { background-color: rgb(196,206,148); }
div.DivClassName
{
background-color: #C4CE94;
}
.BgClassName
{
background-color: #C4CE94;
}
</style>
border-color css
<style>
span { border-color: #C4CE94; }
span { border-color: rgb(196,206,148); }
td.TdClassName
{
border-color: #C4CE94;
}
.TagClassName
{
border-color: #C4CE94;
}
</style>