Shades of Envy #82AB89
Tints of Envy #82AB89
RGB
CMYK
RGB Variations
Color information
#82AB89 (or 0x82AB89) is known color: Envy. HEX triplet: 82, AB and 89. RGB value is (130,171,137). Sum of RGB (Red+Green+Blue) = 130+171+137=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AB89 is #7D5476. Grayscale: #9A9A9A. Windows color (decimal): -8213623 or 9022338. OLE color: 9022338.
HSL color Cylindrical-coordinate representation of color #82AB89: hue angle of 130.24º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AB89 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 137 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.33 |
| HSL | 130.24º | 0.2% | 0.59% | - |
| HSV(B) | 130.24º | 0.24% | 0.67% | - |
| XYZ | 28.28 | 35.68 | 29.06 | - |
| YUV | 154.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 137 | 0.24 | 0 | 0.20 | 0.33 | 130.24 | 0.2 | 0.59 |
| Hex | 82 | AB | 89 | 18 | 0 | 14 | 21 | 82 | 14 | 3B |
| Octal | 202 | 253 | 211 | 30 | 0 | 24 | 41 | 202 | 24 | 73 |
| Binary | 10000010 | 10101011 | 10001001 | 11000 | 0 | 10100 | 100001 | 10000010 | 10100 | 111011 |
Color Harmonies of #82AB89
Complementary color
Monochromatic Colors of #82AB89
Black with #82AB89
Text Example
Text Example
White with #82AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB89; }
p { color: rgb(130,171,137); }
H1.HeaderClassName
{
color: #82AB89;
}
.AnyTagClassName
{
color: #82AB89;
}
</style>
background-color css
<style>
a { background-color: #82AB89; }
a { background-color: rgb(130,171,137); }
div.DivClassName
{
background-color: #82AB89;
}
.BgClassName
{
background-color: #82AB89;
}
</style>
border-color css
<style>
span { border-color: #82AB89; }
span { border-color: rgb(130,171,137); }
td.TdClassName
{
border-color: #82AB89;
}
.TagClassName
{
border-color: #82AB89;
}
</style>