Shades of Envy #83A482
Tints of Envy #83A482
RGB
CMYK
RGB Variations
Color information
#83A482 (or 0x83A482) is known color: Envy. HEX triplet: 83, A4 and 82. RGB value is (131,164,130). Sum of RGB (Red+Green+Blue) = 131+164+130=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #83A482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A482 is #7C5B7D. Grayscale: #969696. Windows color (decimal): -8149886 or 8561795. OLE color: 8561795.
HSL color Cylindrical-coordinate representation of color #83A482: hue angle of 118.24º 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 #83A482 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 164 | 130 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.36 |
| HSL | 118.24º | 0.16% | 0.58% | - |
| HSV(B) | 118.24º | 0.21% | 0.64% | - |
| XYZ | 26.66 | 32.99 | 26.08 | - |
| YUV | 150.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 164 | 130 | 0.20 | 0 | 0.21 | 0.36 | 118.24 | 0.16 | 0.58 |
| Hex | 83 | A4 | 82 | 14 | 0 | 15 | 24 | 76 | 10 | 3A |
| Octal | 203 | 244 | 202 | 24 | 0 | 25 | 44 | 166 | 20 | 72 |
| Binary | 10000011 | 10100100 | 10000010 | 10100 | 0 | 10101 | 100100 | 1110110 | 10000 | 111010 |
Color Harmonies of #83A482
Complementary color
Monochromatic Colors of #83A482
Black with #83A482
Text Example
Text Example
White with #83A482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A482; }
p { color: rgb(131,164,130); }
H1.HeaderClassName
{
color: #83A482;
}
.AnyTagClassName
{
color: #83A482;
}
</style>
background-color css
<style>
a { background-color: #83A482; }
a { background-color: rgb(131,164,130); }
div.DivClassName
{
background-color: #83A482;
}
.BgClassName
{
background-color: #83A482;
}
</style>
border-color css
<style>
span { border-color: #83A482; }
span { border-color: rgb(131,164,130); }
td.TdClassName
{
border-color: #83A482;
}
.TagClassName
{
border-color: #83A482;
}
</style>