Shades of Envy #82A984
Tints of Envy #82A984
RGB
CMYK
RGB Variations
Color information
#82A984 (or 0x82A984) is known color: Envy. HEX triplet: 82, A9 and 84. RGB value is (130,169,132). Sum of RGB (Red+Green+Blue) = 130+169+132=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #82A984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A984 is #7D567B. Grayscale: #999999. Windows color (decimal): -8214140 or 8694146. OLE color: 8694146.
HSL color Cylindrical-coordinate representation of color #82A984: hue angle of 123.08º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82A984 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 169 | 132 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.34 |
| HSL | 123.08º | 0.18% | 0.59% | - |
| HSV(B) | 123.08º | 0.23% | 0.66% | - |
| XYZ | 27.56 | 34.79 | 27.09 | - |
| YUV | 153.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 169 | 132 | 0.23 | 0 | 0.22 | 0.34 | 123.08 | 0.18 | 0.59 |
| Hex | 82 | A9 | 84 | 17 | 0 | 16 | 22 | 7B | 12 | 3B |
| Octal | 202 | 251 | 204 | 27 | 0 | 26 | 42 | 173 | 22 | 73 |
| Binary | 10000010 | 10101001 | 10000100 | 10111 | 0 | 10110 | 100010 | 1111011 | 10010 | 111011 |
Color Harmonies of #82A984
Complementary color
Monochromatic Colors of #82A984
Black with #82A984
Text Example
Text Example
White with #82A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A984; }
p { color: rgb(130,169,132); }
H1.HeaderClassName
{
color: #82A984;
}
.AnyTagClassName
{
color: #82A984;
}
</style>
background-color css
<style>
a { background-color: #82A984; }
a { background-color: rgb(130,169,132); }
div.DivClassName
{
background-color: #82A984;
}
.BgClassName
{
background-color: #82A984;
}
</style>
border-color css
<style>
span { border-color: #82A984; }
span { border-color: rgb(130,169,132); }
td.TdClassName
{
border-color: #82A984;
}
.TagClassName
{
border-color: #82A984;
}
</style>