Shades of Green Mist #C4C094
Tints of Green Mist #C4C094
RGB
CMYK
RGB Variations
Color information
#C4C094 (or 0xC4C094) is known color: Green Mist. HEX triplet: C4, C0 and 94. RGB value is (196,192,148). Sum of RGB (Red+Green+Blue) = 196+192+148=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C094 is #3B3F6B. Grayscale: #BCBCBC. Windows color (decimal): -3882860 or 9748676. OLE color: 9748676.
HSL color Cylindrical-coordinate representation of color #C4C094: hue angle of 55º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4C094 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 148 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.23 |
| HSL | 55º | 0.29% | 0.67% | - |
| HSV(B) | 55º | 0.24% | 0.77% | - |
| XYZ | 46.96 | 51.57 | 35.5 | - |
| YUV | 188.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 148 | 0 | 0.02 | 0.24 | 0.23 | 55 | 0.29 | 0.67 |
| Hex | C4 | C0 | 94 | 0 | 2 | 18 | 17 | 37 | 1D | 43 |
| Octal | 304 | 300 | 224 | 0 | 2 | 30 | 27 | 67 | 35 | 103 |
| Binary | 11000100 | 11000000 | 10010100 | 0 | 10 | 11000 | 10111 | 110111 | 11101 | 1000011 |
Color Harmonies of #C4C094
Complementary color
Monochromatic Colors of #C4C094
Black with #C4C094
Text Example
Text Example
White with #C4C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C094; }
p { color: rgb(196,192,148); }
H1.HeaderClassName
{
color: #C4C094;
}
.AnyTagClassName
{
color: #C4C094;
}
</style>
background-color css
<style>
a { background-color: #C4C094; }
a { background-color: rgb(196,192,148); }
div.DivClassName
{
background-color: #C4C094;
}
.BgClassName
{
background-color: #C4C094;
}
</style>
border-color css
<style>
span { border-color: #C4C094; }
span { border-color: rgb(196,192,148); }
td.TdClassName
{
border-color: #C4C094;
}
.TagClassName
{
border-color: #C4C094;
}
</style>