Shades of Envy #82A886
Tints of Envy #82A886
RGB
CMYK
RGB Variations
Color information
#82A886 (or 0x82A886) is known color: Envy. HEX triplet: 82, A8 and 86. RGB value is (130,168,134). Sum of RGB (Red+Green+Blue) = 130+168+134=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 168 - color contains mainly: green. Hex color #82A886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A886 is #7D5779. Grayscale: #989898. Windows color (decimal): -8214394 or 8824962. OLE color: 8824962.
HSL color Cylindrical-coordinate representation of color #82A886: hue angle of 126.32º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82A886 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 168 | 134 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.34 |
| HSL | 126.32º | 0.18% | 0.58% | - |
| HSV(B) | 126.32º | 0.23% | 0.66% | - |
| XYZ | 27.51 | 34.47 | 27.76 | - |
| YUV | 152.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 134 | 0.23 | 0 | 0.20 | 0.34 | 126.32 | 0.18 | 0.58 |
| Hex | 82 | A8 | 86 | 17 | 0 | 14 | 22 | 7E | 12 | 3A |
| Octal | 202 | 250 | 206 | 27 | 0 | 24 | 42 | 176 | 22 | 72 |
| Binary | 10000010 | 10101000 | 10000110 | 10111 | 0 | 10100 | 100010 | 1111110 | 10010 | 111010 |
Color Harmonies of #82A886
Complementary color
Monochromatic Colors of #82A886
Black with #82A886
Text Example
Text Example
White with #82A886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A886; }
p { color: rgb(130,168,134); }
H1.HeaderClassName
{
color: #82A886;
}
.AnyTagClassName
{
color: #82A886;
}
</style>
background-color css
<style>
a { background-color: #82A886; }
a { background-color: rgb(130,168,134); }
div.DivClassName
{
background-color: #82A886;
}
.BgClassName
{
background-color: #82A886;
}
</style>
border-color css
<style>
span { border-color: #82A886; }
span { border-color: rgb(130,168,134); }
td.TdClassName
{
border-color: #82A886;
}
.TagClassName
{
border-color: #82A886;
}
</style>