Shades of Envy #849E88
Tints of Envy #849E88
RGB
CMYK
RGB Variations
Color information
#849E88 (or 0x849E88) is known color: Envy. HEX triplet: 84, 9E and 88. RGB value is (132,158,136). Sum of RGB (Red+Green+Blue) = 132+158+136=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 158 - color contains mainly: green. Hex color #849E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849E88 is #7B6177. Grayscale: #939393. Windows color (decimal): -8085880 or 8953476. OLE color: 8953476.
HSL color Cylindrical-coordinate representation of color #849E88: hue angle of 129.23º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849E88 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 158 | 136 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.38 |
| HSL | 129.23º | 0.12% | 0.57% | - |
| HSV(B) | 129.23º | 0.16% | 0.62% | - |
| XYZ | 26.19 | 31.14 | 27.92 | - |
| YUV | 147.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 136 | 0.16 | 0 | 0.14 | 0.38 | 129.23 | 0.12 | 0.57 |
| Hex | 84 | 9E | 88 | 10 | 0 | E | 26 | 81 | C | 39 |
| Octal | 204 | 236 | 210 | 20 | 0 | 16 | 46 | 201 | 14 | 71 |
| Binary | 10000100 | 10011110 | 10001000 | 10000 | 0 | 1110 | 100110 | 10000001 | 1100 | 111001 |
Color Harmonies of #849E88
Complementary color
Monochromatic Colors of #849E88
Black with #849E88
Text Example
Text Example
White with #849E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849E88; }
p { color: rgb(132,158,136); }
H1.HeaderClassName
{
color: #849E88;
}
.AnyTagClassName
{
color: #849E88;
}
</style>
background-color css
<style>
a { background-color: #849E88; }
a { background-color: rgb(132,158,136); }
div.DivClassName
{
background-color: #849E88;
}
.BgClassName
{
background-color: #849E88;
}
</style>
border-color css
<style>
span { border-color: #849E88; }
span { border-color: rgb(132,158,136); }
td.TdClassName
{
border-color: #849E88;
}
.TagClassName
{
border-color: #849E88;
}
</style>