Shades of Green Mist #C4C092
Tints of Green Mist #C4C092
RGB
CMYK
RGB Variations
Color information
#C4C092 (or 0xC4C092) is known color: Green Mist. HEX triplet: C4, C0 and 92. RGB value is (196,192,146). Sum of RGB (Red+Green+Blue) = 196+192+146=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C092 is #3B3F6D. Grayscale: #BCBCBC. Windows color (decimal): -3882862 or 9617604. OLE color: 9617604.
HSL color Cylindrical-coordinate representation of color #C4C092: hue angle of 55.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4C092 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 146 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.23 |
| HSL | 55.2º | 0.3% | 0.67% | - |
| HSV(B) | 55.2º | 0.26% | 0.77% | - |
| XYZ | 46.8 | 51.51 | 34.67 | - |
| YUV | 187.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 146 | 0 | 0.02 | 0.26 | 0.23 | 55.2 | 0.3 | 0.67 |
| Hex | C4 | C0 | 92 | 0 | 2 | 1A | 17 | 37 | 1E | 43 |
| Octal | 304 | 300 | 222 | 0 | 2 | 32 | 27 | 67 | 36 | 103 |
| Binary | 11000100 | 11000000 | 10010010 | 0 | 10 | 11010 | 10111 | 110111 | 11110 | 1000011 |
Color Harmonies of #C4C092
Complementary color
Monochromatic Colors of #C4C092
Black with #C4C092
Text Example
Text Example
White with #C4C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C092; }
p { color: rgb(196,192,146); }
H1.HeaderClassName
{
color: #C4C092;
}
.AnyTagClassName
{
color: #C4C092;
}
</style>
background-color css
<style>
a { background-color: #C4C092; }
a { background-color: rgb(196,192,146); }
div.DivClassName
{
background-color: #C4C092;
}
.BgClassName
{
background-color: #C4C092;
}
</style>
border-color css
<style>
span { border-color: #C4C092; }
span { border-color: rgb(196,192,146); }
td.TdClassName
{
border-color: #C4C092;
}
.TagClassName
{
border-color: #C4C092;
}
</style>