Shades of Envy #82A482
Tints of Envy #82A482
RGB
CMYK
RGB Variations
Color information
#82A482 (or 0x82A482) is known color: Envy. HEX triplet: 82, A4 and 82. RGB value is (130,164,130). Sum of RGB (Red+Green+Blue) = 130+164+130=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #82A482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A482 is #7D5B7D. Grayscale: #969696. Windows color (decimal): -8215422 or 8561794. OLE color: 8561794.
HSL color Cylindrical-coordinate representation of color #82A482: hue angle of 120º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A482 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 164 | 130 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.36 |
| HSL | 120º | 0.16% | 0.58% | - |
| HSV(B) | 120º | 0.21% | 0.64% | - |
| XYZ | 26.51 | 32.91 | 26.07 | - |
| YUV | 149.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 130 | 0.21 | 0 | 0.21 | 0.36 | 120 | 0.16 | 0.58 |
| Hex | 82 | A4 | 82 | 15 | 0 | 15 | 24 | 78 | 10 | 3A |
| Octal | 202 | 244 | 202 | 25 | 0 | 25 | 44 | 170 | 20 | 72 |
| Binary | 10000010 | 10100100 | 10000010 | 10101 | 0 | 10101 | 100100 | 1111000 | 10000 | 111010 |
Color Harmonies of #82A482
Complementary color
Monochromatic Colors of #82A482
Black with #82A482
Text Example
Text Example
White with #82A482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A482; }
p { color: rgb(130,164,130); }
H1.HeaderClassName
{
color: #82A482;
}
.AnyTagClassName
{
color: #82A482;
}
</style>
background-color css
<style>
a { background-color: #82A482; }
a { background-color: rgb(130,164,130); }
div.DivClassName
{
background-color: #82A482;
}
.BgClassName
{
background-color: #82A482;
}
</style>
border-color css
<style>
span { border-color: #82A482; }
span { border-color: rgb(130,164,130); }
td.TdClassName
{
border-color: #82A482;
}
.TagClassName
{
border-color: #82A482;
}
</style>