Shades of Envy #84A189
Tints of Envy #84A189
RGB
CMYK
RGB Variations
Color information
#84A189 (or 0x84A189) is known color: Envy. HEX triplet: 84, A1 and 89. RGB value is (132,161,137). Sum of RGB (Red+Green+Blue) = 132+161+137=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #84A189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A189 is #7B5E76. Grayscale: #959595. Windows color (decimal): -8085111 or 9019780. OLE color: 9019780.
HSL color Cylindrical-coordinate representation of color #84A189: hue angle of 130.34º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84A189 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 137 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.37 |
| HSL | 130.34º | 0.13% | 0.57% | - |
| HSV(B) | 130.34º | 0.18% | 0.63% | - |
| XYZ | 26.78 | 32.2 | 28.47 | - |
| YUV | 149.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 137 | 0.18 | 0 | 0.15 | 0.37 | 130.34 | 0.13 | 0.57 |
| Hex | 84 | A1 | 89 | 12 | 0 | F | 25 | 82 | D | 39 |
| Octal | 204 | 241 | 211 | 22 | 0 | 17 | 45 | 202 | 15 | 71 |
| Binary | 10000100 | 10100001 | 10001001 | 10010 | 0 | 1111 | 100101 | 10000010 | 1101 | 111001 |
Color Harmonies of #84A189
Complementary color
Monochromatic Colors of #84A189
Black with #84A189
Text Example
Text Example
White with #84A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A189; }
p { color: rgb(132,161,137); }
H1.HeaderClassName
{
color: #84A189;
}
.AnyTagClassName
{
color: #84A189;
}
</style>
background-color css
<style>
a { background-color: #84A189; }
a { background-color: rgb(132,161,137); }
div.DivClassName
{
background-color: #84A189;
}
.BgClassName
{
background-color: #84A189;
}
</style>
border-color css
<style>
span { border-color: #84A189; }
span { border-color: rgb(132,161,137); }
td.TdClassName
{
border-color: #84A189;
}
.TagClassName
{
border-color: #84A189;
}
</style>