Shades of Envy #84A289
Tints of Envy #84A289
RGB
CMYK
RGB Variations
Color information
#84A289 (or 0x84A289) is known color: Envy. HEX triplet: 84, A2 and 89. RGB value is (132,162,137). Sum of RGB (Red+Green+Blue) = 132+162+137=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #84A289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A289 is #7B5D76. Grayscale: #969696. Windows color (decimal): -8084855 or 9020036. OLE color: 9020036.
HSL color Cylindrical-coordinate representation of color #84A289: hue angle of 130º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A289 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 137 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.36 |
| HSL | 130º | 0.14% | 0.58% | - |
| HSV(B) | 130º | 0.19% | 0.64% | - |
| XYZ | 26.95 | 32.55 | 28.53 | - |
| YUV | 150.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 137 | 0.19 | 0 | 0.15 | 0.36 | 130 | 0.14 | 0.58 |
| Hex | 84 | A2 | 89 | 13 | 0 | F | 24 | 82 | E | 3A |
| Octal | 204 | 242 | 211 | 23 | 0 | 17 | 44 | 202 | 16 | 72 |
| Binary | 10000100 | 10100010 | 10001001 | 10011 | 0 | 1111 | 100100 | 10000010 | 1110 | 111010 |
Color Harmonies of #84A289
Complementary color
Monochromatic Colors of #84A289
Black with #84A289
Text Example
Text Example
White with #84A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A289; }
p { color: rgb(132,162,137); }
H1.HeaderClassName
{
color: #84A289;
}
.AnyTagClassName
{
color: #84A289;
}
</style>
background-color css
<style>
a { background-color: #84A289; }
a { background-color: rgb(132,162,137); }
div.DivClassName
{
background-color: #84A289;
}
.BgClassName
{
background-color: #84A289;
}
</style>
border-color css
<style>
span { border-color: #84A289; }
span { border-color: rgb(132,162,137); }
td.TdClassName
{
border-color: #84A289;
}
.TagClassName
{
border-color: #84A289;
}
</style>