Shades of Envy #83A284
Tints of Envy #83A284
RGB
CMYK
RGB Variations
Color information
#83A284 (or 0x83A284) is known color: Envy. HEX triplet: 83, A2 and 84. RGB value is (131,162,132). Sum of RGB (Red+Green+Blue) = 131+162+132=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #83A284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A284 is #7C5D7B. Grayscale: #959595. Windows color (decimal): -8150396 or 8692355. OLE color: 8692355.
HSL color Cylindrical-coordinate representation of color #83A284: hue angle of 121.94º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83A284 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 162 | 132 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.36 |
| HSL | 121.94º | 0.14% | 0.57% | - |
| HSV(B) | 121.94º | 0.19% | 0.64% | - |
| XYZ | 26.45 | 32.33 | 26.68 | - |
| YUV | 149.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 132 | 0.19 | 0 | 0.19 | 0.36 | 121.94 | 0.14 | 0.57 |
| Hex | 83 | A2 | 84 | 13 | 0 | 13 | 24 | 7A | E | 39 |
| Octal | 203 | 242 | 204 | 23 | 0 | 23 | 44 | 172 | 16 | 71 |
| Binary | 10000011 | 10100010 | 10000100 | 10011 | 0 | 10011 | 100100 | 1111010 | 1110 | 111001 |
Color Harmonies of #83A284
Complementary color
Monochromatic Colors of #83A284
Black with #83A284
Text Example
Text Example
White with #83A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A284; }
p { color: rgb(131,162,132); }
H1.HeaderClassName
{
color: #83A284;
}
.AnyTagClassName
{
color: #83A284;
}
</style>
background-color css
<style>
a { background-color: #83A284; }
a { background-color: rgb(131,162,132); }
div.DivClassName
{
background-color: #83A284;
}
.BgClassName
{
background-color: #83A284;
}
</style>
border-color css
<style>
span { border-color: #83A284; }
span { border-color: rgb(131,162,132); }
td.TdClassName
{
border-color: #83A284;
}
.TagClassName
{
border-color: #83A284;
}
</style>