Shades of Envy #83A583
Tints of Envy #83A583
RGB
CMYK
RGB Variations
Color information
#83A583 (or 0x83A583) is known color: Envy. HEX triplet: 83, A5 and 83. RGB value is (131,165,131). Sum of RGB (Red+Green+Blue) = 131+165+131=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 165 - color contains mainly: green. Hex color #83A583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A583 is #7C5A7C. Grayscale: #979797. Windows color (decimal): -8149629 or 8627587. OLE color: 8627587.
HSL color Cylindrical-coordinate representation of color #83A583: hue angle of 120º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83A583 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 165 | 131 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.35 |
| HSL | 120º | 0.16% | 0.58% | - |
| HSV(B) | 120º | 0.21% | 0.65% | - |
| XYZ | 26.91 | 33.37 | 26.5 | - |
| YUV | 150.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 165 | 131 | 0.21 | 0 | 0.21 | 0.35 | 120 | 0.16 | 0.58 |
| Hex | 83 | A5 | 83 | 15 | 0 | 15 | 23 | 78 | 10 | 3A |
| Octal | 203 | 245 | 203 | 25 | 0 | 25 | 43 | 170 | 20 | 72 |
| Binary | 10000011 | 10100101 | 10000011 | 10101 | 0 | 10101 | 100011 | 1111000 | 10000 | 111010 |
Color Harmonies of #83A583
Complementary color
Monochromatic Colors of #83A583
Black with #83A583
Text Example
Text Example
White with #83A583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A583; }
p { color: rgb(131,165,131); }
H1.HeaderClassName
{
color: #83A583;
}
.AnyTagClassName
{
color: #83A583;
}
</style>
background-color css
<style>
a { background-color: #83A583; }
a { background-color: rgb(131,165,131); }
div.DivClassName
{
background-color: #83A583;
}
.BgClassName
{
background-color: #83A583;
}
</style>
border-color css
<style>
span { border-color: #83A583; }
span { border-color: rgb(131,165,131); }
td.TdClassName
{
border-color: #83A583;
}
.TagClassName
{
border-color: #83A583;
}
</style>