Shades of Envy #83A285
Tints of Envy #83A285
RGB
CMYK
RGB Variations
Color information
#83A285 (or 0x83A285) is known color: Envy. HEX triplet: 83, A2 and 85. RGB value is (131,162,133). Sum of RGB (Red+Green+Blue) = 131+162+133=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #83A285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A285 is #7C5D7A. Grayscale: #959595. Windows color (decimal): -8150395 or 8757891. OLE color: 8757891.
HSL color Cylindrical-coordinate representation of color #83A285: hue angle of 123.87º 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 #83A285 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 162 | 133 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.36 |
| HSL | 123.87º | 0.14% | 0.57% | - |
| HSV(B) | 123.87º | 0.19% | 0.64% | - |
| XYZ | 26.51 | 32.36 | 27.04 | - |
| YUV | 149.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 133 | 0.19 | 0 | 0.18 | 0.36 | 123.87 | 0.14 | 0.57 |
| Hex | 83 | A2 | 85 | 13 | 0 | 12 | 24 | 7C | E | 39 |
| Octal | 203 | 242 | 205 | 23 | 0 | 22 | 44 | 174 | 16 | 71 |
| Binary | 10000011 | 10100010 | 10000101 | 10011 | 0 | 10010 | 100100 | 1111100 | 1110 | 111001 |
Color Harmonies of #83A285
Complementary color
Monochromatic Colors of #83A285
Black with #83A285
Text Example
Text Example
White with #83A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A285; }
p { color: rgb(131,162,133); }
H1.HeaderClassName
{
color: #83A285;
}
.AnyTagClassName
{
color: #83A285;
}
</style>
background-color css
<style>
a { background-color: #83A285; }
a { background-color: rgb(131,162,133); }
div.DivClassName
{
background-color: #83A285;
}
.BgClassName
{
background-color: #83A285;
}
</style>
border-color css
<style>
span { border-color: #83A285; }
span { border-color: rgb(131,162,133); }
td.TdClassName
{
border-color: #83A285;
}
.TagClassName
{
border-color: #83A285;
}
</style>