Shades of Envy #82A189
Tints of Envy #82A189
RGB
CMYK
RGB Variations
Color information
#82A189 (or 0x82A189) is known color: Envy. HEX triplet: 82, A1 and 89. RGB value is (130,161,137). Sum of RGB (Red+Green+Blue) = 130+161+137=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 161 - color contains mainly: green. Hex color #82A189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A189 is #7D5E76. Grayscale: #959595. Windows color (decimal): -8216183 or 9019778. OLE color: 9019778.
HSL color Cylindrical-coordinate representation of color #82A189: hue angle of 133.55º 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 #82A189 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 161 | 137 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.37 |
| HSL | 133.55º | 0.14% | 0.57% | - |
| HSV(B) | 133.55º | 0.19% | 0.63% | - |
| XYZ | 26.47 | 32.04 | 28.46 | - |
| YUV | 149 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 137 | 0.19 | 0 | 0.15 | 0.37 | 133.55 | 0.14 | 0.57 |
| Hex | 82 | A1 | 89 | 13 | 0 | F | 25 | 86 | E | 39 |
| Octal | 202 | 241 | 211 | 23 | 0 | 17 | 45 | 206 | 16 | 71 |
| Binary | 10000010 | 10100001 | 10001001 | 10011 | 0 | 1111 | 100101 | 10000110 | 1110 | 111001 |
Color Harmonies of #82A189
Complementary color
Monochromatic Colors of #82A189
Black with #82A189
Text Example
Text Example
White with #82A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A189; }
p { color: rgb(130,161,137); }
H1.HeaderClassName
{
color: #82A189;
}
.AnyTagClassName
{
color: #82A189;
}
</style>
background-color css
<style>
a { background-color: #82A189; }
a { background-color: rgb(130,161,137); }
div.DivClassName
{
background-color: #82A189;
}
.BgClassName
{
background-color: #82A189;
}
</style>
border-color css
<style>
span { border-color: #82A189; }
span { border-color: rgb(130,161,137); }
td.TdClassName
{
border-color: #82A189;
}
.TagClassName
{
border-color: #82A189;
}
</style>