Shades of Envy #849D89
Tints of Envy #849D89
RGB
CMYK
RGB Variations
Color information
#849D89 (or 0x849D89) is known color: Envy. HEX triplet: 84, 9D and 89. RGB value is (132,157,137). Sum of RGB (Red+Green+Blue) = 132+157+137=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 157 - color contains mainly: green. Hex color #849D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D89 is #7B6276. Grayscale: #939393. Windows color (decimal): -8086135 or 9018756. OLE color: 9018756.
HSL color Cylindrical-coordinate representation of color #849D89: hue angle of 132º degrees, saturation: 0.11, 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 #849D89 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 137 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.38 |
| HSL | 132º | 0.11% | 0.57% | - |
| HSV(B) | 132º | 0.16% | 0.62% | - |
| XYZ | 26.09 | 30.83 | 28.24 | - |
| YUV | 147.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 137 | 0.16 | 0 | 0.13 | 0.38 | 132 | 0.11 | 0.57 |
| Hex | 84 | 9D | 89 | 10 | 0 | D | 26 | 84 | B | 39 |
| Octal | 204 | 235 | 211 | 20 | 0 | 15 | 46 | 204 | 13 | 71 |
| Binary | 10000100 | 10011101 | 10001001 | 10000 | 0 | 1101 | 100110 | 10000100 | 1011 | 111001 |
Color Harmonies of #849D89
Complementary color
Monochromatic Colors of #849D89
Black with #849D89
Text Example
Text Example
White with #849D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D89; }
p { color: rgb(132,157,137); }
H1.HeaderClassName
{
color: #849D89;
}
.AnyTagClassName
{
color: #849D89;
}
</style>
background-color css
<style>
a { background-color: #849D89; }
a { background-color: rgb(132,157,137); }
div.DivClassName
{
background-color: #849D89;
}
.BgClassName
{
background-color: #849D89;
}
</style>
border-color css
<style>
span { border-color: #849D89; }
span { border-color: rgb(132,157,137); }
td.TdClassName
{
border-color: #849D89;
}
.TagClassName
{
border-color: #849D89;
}
</style>