Shades of Envy #84A988
Tints of Envy #84A988
RGB
CMYK
RGB Variations
Color information
#84A988 (or 0x84A988) is known color: Envy. HEX triplet: 84, A9 and 88. RGB value is (132,169,136). Sum of RGB (Red+Green+Blue) = 132+169+136=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 169 - color contains mainly: green. Hex color #84A988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A988 is #7B5677. Grayscale: #9A9A9A. Windows color (decimal): -8083064 or 8956292. OLE color: 8956292.
HSL color Cylindrical-coordinate representation of color #84A988: hue angle of 126.49º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84A988 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 136 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.34 |
| HSL | 126.49º | 0.18% | 0.59% | - |
| HSV(B) | 126.49º | 0.22% | 0.66% | - |
| XYZ | 28.15 | 35.06 | 28.58 | - |
| YUV | 154.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 136 | 0.22 | 0 | 0.20 | 0.34 | 126.49 | 0.18 | 0.59 |
| Hex | 84 | A9 | 88 | 16 | 0 | 14 | 22 | 7E | 12 | 3B |
| Octal | 204 | 251 | 210 | 26 | 0 | 24 | 42 | 176 | 22 | 73 |
| Binary | 10000100 | 10101001 | 10001000 | 10110 | 0 | 10100 | 100010 | 1111110 | 10010 | 111011 |
Color Harmonies of #84A988
Complementary color
Monochromatic Colors of #84A988
Black with #84A988
Text Example
Text Example
White with #84A988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A988; }
p { color: rgb(132,169,136); }
H1.HeaderClassName
{
color: #84A988;
}
.AnyTagClassName
{
color: #84A988;
}
</style>
background-color css
<style>
a { background-color: #84A988; }
a { background-color: rgb(132,169,136); }
div.DivClassName
{
background-color: #84A988;
}
.BgClassName
{
background-color: #84A988;
}
</style>
border-color css
<style>
span { border-color: #84A988; }
span { border-color: rgb(132,169,136); }
td.TdClassName
{
border-color: #84A988;
}
.TagClassName
{
border-color: #84A988;
}
</style>