Shades of Envy #84A88B
Tints of Envy #84A88B
RGB
CMYK
RGB Variations
Color information
#84A88B (or 0x84A88B) is known color: Envy. HEX triplet: 84, A8 and 8B. RGB value is (132,168,139). Sum of RGB (Red+Green+Blue) = 132+168+139=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 168 - color contains mainly: green. Hex color #84A88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A88B is #7B5774. Grayscale: #9A9A9A. Windows color (decimal): -8083317 or 9152644. OLE color: 9152644.
HSL color Cylindrical-coordinate representation of color #84A88B: hue angle of 131.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A88B is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 139 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.34 |
| HSL | 131.67º | 0.17% | 0.59% | - |
| HSV(B) | 131.67º | 0.21% | 0.66% | - |
| XYZ | 28.18 | 34.77 | 29.65 | - |
| YUV | 153.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 139 | 0.21 | 0 | 0.17 | 0.34 | 131.67 | 0.17 | 0.59 |
| Hex | 84 | A8 | 8B | 15 | 0 | 11 | 22 | 84 | 11 | 3B |
| Octal | 204 | 250 | 213 | 25 | 0 | 21 | 42 | 204 | 21 | 73 |
| Binary | 10000100 | 10101000 | 10001011 | 10101 | 0 | 10001 | 100010 | 10000100 | 10001 | 111011 |
Color Harmonies of #84A88B
Complementary color
Monochromatic Colors of #84A88B
Black with #84A88B
Text Example
Text Example
White with #84A88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A88B; }
p { color: rgb(132,168,139); }
H1.HeaderClassName
{
color: #84A88B;
}
.AnyTagClassName
{
color: #84A88B;
}
</style>
background-color css
<style>
a { background-color: #84A88B; }
a { background-color: rgb(132,168,139); }
div.DivClassName
{
background-color: #84A88B;
}
.BgClassName
{
background-color: #84A88B;
}
</style>
border-color css
<style>
span { border-color: #84A88B; }
span { border-color: rgb(132,168,139); }
td.TdClassName
{
border-color: #84A88B;
}
.TagClassName
{
border-color: #84A88B;
}
</style>