Shades of Envy #83A182
Tints of Envy #83A182
RGB
CMYK
RGB Variations
Color information
#83A182 (or 0x83A182) is known color: Envy. HEX triplet: 83, A1 and 82. RGB value is (131,161,130). Sum of RGB (Red+Green+Blue) = 131+161+130=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #83A182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A182 is #7C5E7D. Grayscale: #949494. Windows color (decimal): -8150654 or 8561027. OLE color: 8561027.
HSL color Cylindrical-coordinate representation of color #83A182: hue angle of 118.06º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83A182 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 161 | 130 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.37 |
| HSL | 118.06º | 0.14% | 0.57% | - |
| HSV(B) | 118.06º | 0.19% | 0.63% | - |
| XYZ | 26.13 | 31.93 | 25.9 | - |
| YUV | 148.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 130 | 0.19 | 0 | 0.19 | 0.37 | 118.06 | 0.14 | 0.57 |
| Hex | 83 | A1 | 82 | 13 | 0 | 13 | 25 | 76 | E | 39 |
| Octal | 203 | 241 | 202 | 23 | 0 | 23 | 45 | 166 | 16 | 71 |
| Binary | 10000011 | 10100001 | 10000010 | 10011 | 0 | 10011 | 100101 | 1110110 | 1110 | 111001 |
Color Harmonies of #83A182
Complementary color
Monochromatic Colors of #83A182
Black with #83A182
Text Example
Text Example
White with #83A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A182; }
p { color: rgb(131,161,130); }
H1.HeaderClassName
{
color: #83A182;
}
.AnyTagClassName
{
color: #83A182;
}
</style>
background-color css
<style>
a { background-color: #83A182; }
a { background-color: rgb(131,161,130); }
div.DivClassName
{
background-color: #83A182;
}
.BgClassName
{
background-color: #83A182;
}
</style>
border-color css
<style>
span { border-color: #83A182; }
span { border-color: rgb(131,161,130); }
td.TdClassName
{
border-color: #83A182;
}
.TagClassName
{
border-color: #83A182;
}
</style>