Shades of Green Mist #C4C892
Tints of Green Mist #C4C892
RGB
CMYK
RGB Variations
Color information
#C4C892 (or 0xC4C892) is known color: Green Mist. HEX triplet: C4, C8 and 92. RGB value is (196,200,146). Sum of RGB (Red+Green+Blue) = 196+200+146=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C892 is #3B376D. Grayscale: #C0C0C0. Windows color (decimal): -3880814 or 9619652. OLE color: 9619652.
HSL color Cylindrical-coordinate representation of color #C4C892: hue angle of 64.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4C892 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 146 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.22 |
| HSL | 64.44º | 0.33% | 0.68% | - |
| HSV(B) | 64.44º | 0.27% | 0.78% | - |
| XYZ | 48.61 | 55.12 | 35.27 | - |
| YUV | 192.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 146 | 0.02 | 0 | 0.27 | 0.22 | 64.44 | 0.33 | 0.68 |
| Hex | C4 | C8 | 92 | 2 | 0 | 1B | 16 | 40 | 21 | 44 |
| Octal | 304 | 310 | 222 | 2 | 0 | 33 | 26 | 100 | 41 | 104 |
| Binary | 11000100 | 11001000 | 10010010 | 10 | 0 | 11011 | 10110 | 1000000 | 100001 | 1000100 |
Color Harmonies of #C4C892
Complementary color
Monochromatic Colors of #C4C892
Black with #C4C892
Text Example
Text Example
White with #C4C892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C892; }
p { color: rgb(196,200,146); }
H1.HeaderClassName
{
color: #C4C892;
}
.AnyTagClassName
{
color: #C4C892;
}
</style>
background-color css
<style>
a { background-color: #C4C892; }
a { background-color: rgb(196,200,146); }
div.DivClassName
{
background-color: #C4C892;
}
.BgClassName
{
background-color: #C4C892;
}
</style>
border-color css
<style>
span { border-color: #C4C892; }
span { border-color: rgb(196,200,146); }
td.TdClassName
{
border-color: #C4C892;
}
.TagClassName
{
border-color: #C4C892;
}
</style>