Shades of Envy #82A885
Tints of Envy #82A885
RGB
CMYK
RGB Variations
Color information
#82A885 (or 0x82A885) is known color: Envy. HEX triplet: 82, A8 and 85. RGB value is (130,168,133). Sum of RGB (Red+Green+Blue) = 130+168+133=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 168 - color contains mainly: green. Hex color #82A885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A885 is #7D577A. Grayscale: #989898. Windows color (decimal): -8214395 or 8759426. OLE color: 8759426.
HSL color Cylindrical-coordinate representation of color #82A885: hue angle of 124.74º 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 #82A885 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 168 | 133 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.34 |
| HSL | 124.74º | 0.18% | 0.58% | - |
| HSV(B) | 124.74º | 0.23% | 0.66% | - |
| XYZ | 27.44 | 34.44 | 27.39 | - |
| YUV | 152.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 133 | 0.23 | 0 | 0.21 | 0.34 | 124.74 | 0.18 | 0.58 |
| Hex | 82 | A8 | 85 | 17 | 0 | 15 | 22 | 7D | 12 | 3A |
| Octal | 202 | 250 | 205 | 27 | 0 | 25 | 42 | 175 | 22 | 72 |
| Binary | 10000010 | 10101000 | 10000101 | 10111 | 0 | 10101 | 100010 | 1111101 | 10010 | 111010 |
Color Harmonies of #82A885
Complementary color
Monochromatic Colors of #82A885
Black with #82A885
Text Example
Text Example
White with #82A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A885; }
p { color: rgb(130,168,133); }
H1.HeaderClassName
{
color: #82A885;
}
.AnyTagClassName
{
color: #82A885;
}
</style>
background-color css
<style>
a { background-color: #82A885; }
a { background-color: rgb(130,168,133); }
div.DivClassName
{
background-color: #82A885;
}
.BgClassName
{
background-color: #82A885;
}
</style>
border-color css
<style>
span { border-color: #82A885; }
span { border-color: rgb(130,168,133); }
td.TdClassName
{
border-color: #82A885;
}
.TagClassName
{
border-color: #82A885;
}
</style>