Shades of Envy #84998C
Tints of Envy #84998C
RGB
CMYK
RGB Variations
Color information
#84998C (or 0x84998C) is known color: Envy. HEX triplet: 84, 99 and 8C. RGB value is (132,153,140). Sum of RGB (Red+Green+Blue) = 132+153+140=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #84998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84998C is #7B6673. Grayscale: #919191. Windows color (decimal): -8087156 or 9214340. OLE color: 9214340.
HSL color Cylindrical-coordinate representation of color #84998C: hue angle of 142.86º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84998C is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 140 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.4 |
| HSL | 142.86º | 0.09% | 0.56% | - |
| HSV(B) | 142.86º | 0.14% | 0.6% | - |
| XYZ | 25.64 | 29.58 | 29.17 | - |
| YUV | 145.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 140 | 0.14 | 0 | 0.08 | 0.4 | 142.86 | 0.09 | 0.56 |
| Hex | 84 | 99 | 8C | E | 0 | 8 | 28 | 8F | 9 | 38 |
| Octal | 204 | 231 | 214 | 16 | 0 | 10 | 50 | 217 | 11 | 70 |
| Binary | 10000100 | 10011001 | 10001100 | 1110 | 0 | 1000 | 101000 | 10001111 | 1001 | 111000 |
Color Harmonies of #84998C
Complementary color
Monochromatic Colors of #84998C
Black with #84998C
Text Example
Text Example
White with #84998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84998C; }
p { color: rgb(132,153,140); }
H1.HeaderClassName
{
color: #84998C;
}
.AnyTagClassName
{
color: #84998C;
}
</style>
background-color css
<style>
a { background-color: #84998C; }
a { background-color: rgb(132,153,140); }
div.DivClassName
{
background-color: #84998C;
}
.BgClassName
{
background-color: #84998C;
}
</style>
border-color css
<style>
span { border-color: #84998C; }
span { border-color: rgb(132,153,140); }
td.TdClassName
{
border-color: #84998C;
}
.TagClassName
{
border-color: #84998C;
}
</style>