Shades of Envy #84A38E
Tints of Envy #84A38E
RGB
CMYK
RGB Variations
Color information
#84A38E (or 0x84A38E) is known color: Envy. HEX triplet: 84, A3 and 8E. RGB value is (132,163,142). Sum of RGB (Red+Green+Blue) = 132+163+142=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #84A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A38E is #7B5C71. Grayscale: #979797. Windows color (decimal): -8084594 or 9347972. OLE color: 9347972.
HSL color Cylindrical-coordinate representation of color #84A38E: hue angle of 139.35º 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 #84A38E is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 142 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.36 |
| HSL | 139.35º | 0.14% | 0.58% | - |
| HSV(B) | 139.35º | 0.19% | 0.64% | - |
| XYZ | 27.5 | 33.05 | 30.52 | - |
| YUV | 151.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 142 | 0.19 | 0 | 0.13 | 0.36 | 139.35 | 0.14 | 0.58 |
| Hex | 84 | A3 | 8E | 13 | 0 | D | 24 | 8B | E | 3A |
| Octal | 204 | 243 | 216 | 23 | 0 | 15 | 44 | 213 | 16 | 72 |
| Binary | 10000100 | 10100011 | 10001110 | 10011 | 0 | 1101 | 100100 | 10001011 | 1110 | 111010 |
Color Harmonies of #84A38E
Complementary color
Monochromatic Colors of #84A38E
Black with #84A38E
Text Example
Text Example
White with #84A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A38E; }
p { color: rgb(132,163,142); }
H1.HeaderClassName
{
color: #84A38E;
}
.AnyTagClassName
{
color: #84A38E;
}
</style>
background-color css
<style>
a { background-color: #84A38E; }
a { background-color: rgb(132,163,142); }
div.DivClassName
{
background-color: #84A38E;
}
.BgClassName
{
background-color: #84A38E;
}
</style>
border-color css
<style>
span { border-color: #84A38E; }
span { border-color: rgb(132,163,142); }
td.TdClassName
{
border-color: #84A38E;
}
.TagClassName
{
border-color: #84A38E;
}
</style>