Shades of Envy #82A186
Tints of Envy #82A186
RGB
CMYK
RGB Variations
Color information
#82A186 (or 0x82A186) is known color: Envy. HEX triplet: 82, A1 and 86. RGB value is (130,161,134). Sum of RGB (Red+Green+Blue) = 130+161+134=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #82A186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A186 is #7D5E79. Grayscale: #949494. Windows color (decimal): -8216186 or 8823170. OLE color: 8823170.
HSL color Cylindrical-coordinate representation of color #82A186: hue angle of 127.74º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82A186 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 161 | 134 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.37 |
| HSL | 127.74º | 0.14% | 0.57% | - |
| HSV(B) | 127.74º | 0.19% | 0.63% | - |
| XYZ | 26.25 | 31.96 | 27.34 | - |
| YUV | 148.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 134 | 0.19 | 0 | 0.17 | 0.37 | 127.74 | 0.14 | 0.57 |
| Hex | 82 | A1 | 86 | 13 | 0 | 11 | 25 | 80 | E | 39 |
| Octal | 202 | 241 | 206 | 23 | 0 | 21 | 45 | 200 | 16 | 71 |
| Binary | 10000010 | 10100001 | 10000110 | 10011 | 0 | 10001 | 100101 | 10000000 | 1110 | 111001 |
Color Harmonies of #82A186
Complementary color
Monochromatic Colors of #82A186
Black with #82A186
Text Example
Text Example
White with #82A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A186; }
p { color: rgb(130,161,134); }
H1.HeaderClassName
{
color: #82A186;
}
.AnyTagClassName
{
color: #82A186;
}
</style>
background-color css
<style>
a { background-color: #82A186; }
a { background-color: rgb(130,161,134); }
div.DivClassName
{
background-color: #82A186;
}
.BgClassName
{
background-color: #82A186;
}
</style>
border-color css
<style>
span { border-color: #82A186; }
span { border-color: rgb(130,161,134); }
td.TdClassName
{
border-color: #82A186;
}
.TagClassName
{
border-color: #82A186;
}
</style>