Shades of Envy #84A38D
Tints of Envy #84A38D
RGB
CMYK
RGB Variations
Color information
#84A38D (or 0x84A38D) is known color: Envy. HEX triplet: 84, A3 and 8D. RGB value is (132,163,141). Sum of RGB (Red+Green+Blue) = 132+163+141=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 163 - color contains mainly: green. Hex color #84A38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A38D is #7B5C72. Grayscale: #979797. Windows color (decimal): -8084595 or 9282436. OLE color: 9282436.
HSL color Cylindrical-coordinate representation of color #84A38D: hue angle of 137.42º 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 #84A38D is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 141 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.36 |
| HSL | 137.42º | 0.14% | 0.58% | - |
| HSV(B) | 137.42º | 0.19% | 0.64% | - |
| XYZ | 27.42 | 33.02 | 30.13 | - |
| YUV | 151.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 141 | 0.19 | 0 | 0.13 | 0.36 | 137.42 | 0.14 | 0.58 |
| Hex | 84 | A3 | 8D | 13 | 0 | D | 24 | 89 | E | 3A |
| Octal | 204 | 243 | 215 | 23 | 0 | 15 | 44 | 211 | 16 | 72 |
| Binary | 10000100 | 10100011 | 10001101 | 10011 | 0 | 1101 | 100100 | 10001001 | 1110 | 111010 |
Color Harmonies of #84A38D
Complementary color
Monochromatic Colors of #84A38D
Black with #84A38D
Text Example
Text Example
White with #84A38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A38D; }
p { color: rgb(132,163,141); }
H1.HeaderClassName
{
color: #84A38D;
}
.AnyTagClassName
{
color: #84A38D;
}
</style>
background-color css
<style>
a { background-color: #84A38D; }
a { background-color: rgb(132,163,141); }
div.DivClassName
{
background-color: #84A38D;
}
.BgClassName
{
background-color: #84A38D;
}
</style>
border-color css
<style>
span { border-color: #84A38D; }
span { border-color: rgb(132,163,141); }
td.TdClassName
{
border-color: #84A38D;
}
.TagClassName
{
border-color: #84A38D;
}
</style>