Shades of Envy #82A388
Tints of Envy #82A388
RGB
CMYK
RGB Variations
Color information
#82A388 (or 0x82A388) is known color: Envy. HEX triplet: 82, A3 and 88. RGB value is (130,163,136). Sum of RGB (Red+Green+Blue) = 130+163+136=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #82A388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A388 is #7D5C77. Grayscale: #969696. Windows color (decimal): -8215672 or 8954754. OLE color: 8954754.
HSL color Cylindrical-coordinate representation of color #82A388: hue angle of 130.91º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82A388 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 163 | 136 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.36 |
| HSL | 130.91º | 0.15% | 0.57% | - |
| HSV(B) | 130.91º | 0.2% | 0.64% | - |
| XYZ | 26.75 | 32.72 | 28.2 | - |
| YUV | 150.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 163 | 136 | 0.20 | 0 | 0.17 | 0.36 | 130.91 | 0.15 | 0.57 |
| Hex | 82 | A3 | 88 | 14 | 0 | 11 | 24 | 83 | F | 39 |
| Octal | 202 | 243 | 210 | 24 | 0 | 21 | 44 | 203 | 17 | 71 |
| Binary | 10000010 | 10100011 | 10001000 | 10100 | 0 | 10001 | 100100 | 10000011 | 1111 | 111001 |
Color Harmonies of #82A388
Complementary color
Monochromatic Colors of #82A388
Black with #82A388
Text Example
Text Example
White with #82A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A388; }
p { color: rgb(130,163,136); }
H1.HeaderClassName
{
color: #82A388;
}
.AnyTagClassName
{
color: #82A388;
}
</style>
background-color css
<style>
a { background-color: #82A388; }
a { background-color: rgb(130,163,136); }
div.DivClassName
{
background-color: #82A388;
}
.BgClassName
{
background-color: #82A388;
}
</style>
border-color css
<style>
span { border-color: #82A388; }
span { border-color: rgb(130,163,136); }
td.TdClassName
{
border-color: #82A388;
}
.TagClassName
{
border-color: #82A388;
}
</style>