Shades of Envy #84A48E
Tints of Envy #84A48E
RGB
CMYK
RGB Variations
Color information
#84A48E (or 0x84A48E) is known color: Envy. HEX triplet: 84, A4 and 8E. RGB value is (132,164,142). Sum of RGB (Red+Green+Blue) = 132+164+142=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #84A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A48E is #7B5B71. Grayscale: #979797. Windows color (decimal): -8084338 or 9348228. OLE color: 9348228.
HSL color Cylindrical-coordinate representation of color #84A48E: hue angle of 138.75º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A48E is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 142 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.36 |
| HSL | 138.75º | 0.15% | 0.58% | - |
| HSV(B) | 138.75º | 0.2% | 0.64% | - |
| XYZ | 27.67 | 33.41 | 30.58 | - |
| YUV | 151.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 142 | 0.20 | 0 | 0.13 | 0.36 | 138.75 | 0.15 | 0.58 |
| Hex | 84 | A4 | 8E | 14 | 0 | D | 24 | 8B | F | 3A |
| Octal | 204 | 244 | 216 | 24 | 0 | 15 | 44 | 213 | 17 | 72 |
| Binary | 10000100 | 10100100 | 10001110 | 10100 | 0 | 1101 | 100100 | 10001011 | 1111 | 111010 |
Color Harmonies of #84A48E
Complementary color
Monochromatic Colors of #84A48E
Black with #84A48E
Text Example
Text Example
White with #84A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A48E; }
p { color: rgb(132,164,142); }
H1.HeaderClassName
{
color: #84A48E;
}
.AnyTagClassName
{
color: #84A48E;
}
</style>
background-color css
<style>
a { background-color: #84A48E; }
a { background-color: rgb(132,164,142); }
div.DivClassName
{
background-color: #84A48E;
}
.BgClassName
{
background-color: #84A48E;
}
</style>
border-color css
<style>
span { border-color: #84A48E; }
span { border-color: rgb(132,164,142); }
td.TdClassName
{
border-color: #84A48E;
}
.TagClassName
{
border-color: #84A48E;
}
</style>