Shades of Envy #84A18B
Tints of Envy #84A18B
RGB
CMYK
RGB Variations
Color information
#84A18B (or 0x84A18B) is known color: Envy. HEX triplet: 84, A1 and 8B. RGB value is (132,161,139). Sum of RGB (Red+Green+Blue) = 132+161+139=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 161 - color contains mainly: green. Hex color #84A18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A18B is #7B5E74. Grayscale: #959595. Windows color (decimal): -8085109 or 9150852. OLE color: 9150852.
HSL color Cylindrical-coordinate representation of color #84A18B: hue angle of 134.48º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84A18B is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 139 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.37 |
| HSL | 134.48º | 0.13% | 0.57% | - |
| HSV(B) | 134.48º | 0.18% | 0.63% | - |
| XYZ | 26.92 | 32.26 | 29.23 | - |
| YUV | 149.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 139 | 0.18 | 0 | 0.14 | 0.37 | 134.48 | 0.13 | 0.57 |
| Hex | 84 | A1 | 8B | 12 | 0 | E | 25 | 86 | D | 39 |
| Octal | 204 | 241 | 213 | 22 | 0 | 16 | 45 | 206 | 15 | 71 |
| Binary | 10000100 | 10100001 | 10001011 | 10010 | 0 | 1110 | 100101 | 10000110 | 1101 | 111001 |
Color Harmonies of #84A18B
Complementary color
Monochromatic Colors of #84A18B
Black with #84A18B
Text Example
Text Example
White with #84A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A18B; }
p { color: rgb(132,161,139); }
H1.HeaderClassName
{
color: #84A18B;
}
.AnyTagClassName
{
color: #84A18B;
}
</style>
background-color css
<style>
a { background-color: #84A18B; }
a { background-color: rgb(132,161,139); }
div.DivClassName
{
background-color: #84A18B;
}
.BgClassName
{
background-color: #84A18B;
}
</style>
border-color css
<style>
span { border-color: #84A18B; }
span { border-color: rgb(132,161,139); }
td.TdClassName
{
border-color: #84A18B;
}
.TagClassName
{
border-color: #84A18B;
}
</style>