Shades of Envy #84A98D
Tints of Envy #84A98D
RGB
CMYK
RGB Variations
Color information
#84A98D (or 0x84A98D) is known color: Envy. HEX triplet: 84, A9 and 8D. RGB value is (132,169,141). Sum of RGB (Red+Green+Blue) = 132+169+141=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 169 - color contains mainly: green. Hex color #84A98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A98D is #7B5672. Grayscale: #9A9A9A. Windows color (decimal): -8083059 or 9283972. OLE color: 9283972.
HSL color Cylindrical-coordinate representation of color #84A98D: hue angle of 134.59º 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 #84A98D is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 141 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.34 |
| HSL | 134.59º | 0.18% | 0.59% | - |
| HSV(B) | 134.59º | 0.22% | 0.66% | - |
| XYZ | 28.51 | 35.2 | 30.49 | - |
| YUV | 154.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 141 | 0.22 | 0 | 0.17 | 0.34 | 134.59 | 0.18 | 0.59 |
| Hex | 84 | A9 | 8D | 16 | 0 | 11 | 22 | 87 | 12 | 3B |
| Octal | 204 | 251 | 215 | 26 | 0 | 21 | 42 | 207 | 22 | 73 |
| Binary | 10000100 | 10101001 | 10001101 | 10110 | 0 | 10001 | 100010 | 10000111 | 10010 | 111011 |
Color Harmonies of #84A98D
Complementary color
Monochromatic Colors of #84A98D
Black with #84A98D
Text Example
Text Example
White with #84A98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A98D; }
p { color: rgb(132,169,141); }
H1.HeaderClassName
{
color: #84A98D;
}
.AnyTagClassName
{
color: #84A98D;
}
</style>
background-color css
<style>
a { background-color: #84A98D; }
a { background-color: rgb(132,169,141); }
div.DivClassName
{
background-color: #84A98D;
}
.BgClassName
{
background-color: #84A98D;
}
</style>
border-color css
<style>
span { border-color: #84A98D; }
span { border-color: rgb(132,169,141); }
td.TdClassName
{
border-color: #84A98D;
}
.TagClassName
{
border-color: #84A98D;
}
</style>