Shades of Envy #83A18A
Tints of Envy #83A18A
RGB
CMYK
RGB Variations
Color information
#83A18A (or 0x83A18A) is known color: Envy. HEX triplet: 83, A1 and 8A. RGB value is (131,161,138). Sum of RGB (Red+Green+Blue) = 131+161+138=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #83A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A18A is #7C5E75. Grayscale: #959595. Windows color (decimal): -8150646 or 9085315. OLE color: 9085315.
HSL color Cylindrical-coordinate representation of color #83A18A: hue angle of 134º 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 #83A18A is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 161 | 138 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.37 |
| HSL | 134º | 0.14% | 0.57% | - |
| HSV(B) | 134º | 0.19% | 0.63% | - |
| XYZ | 26.69 | 32.15 | 28.84 | - |
| YUV | 149.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 138 | 0.19 | 0 | 0.14 | 0.37 | 134 | 0.14 | 0.57 |
| Hex | 83 | A1 | 8A | 13 | 0 | E | 25 | 86 | E | 39 |
| Octal | 203 | 241 | 212 | 23 | 0 | 16 | 45 | 206 | 16 | 71 |
| Binary | 10000011 | 10100001 | 10001010 | 10011 | 0 | 1110 | 100101 | 10000110 | 1110 | 111001 |
Color Harmonies of #83A18A
Complementary color
Monochromatic Colors of #83A18A
Black with #83A18A
Text Example
Text Example
White with #83A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A18A; }
p { color: rgb(131,161,138); }
H1.HeaderClassName
{
color: #83A18A;
}
.AnyTagClassName
{
color: #83A18A;
}
</style>
background-color css
<style>
a { background-color: #83A18A; }
a { background-color: rgb(131,161,138); }
div.DivClassName
{
background-color: #83A18A;
}
.BgClassName
{
background-color: #83A18A;
}
</style>
border-color css
<style>
span { border-color: #83A18A; }
span { border-color: rgb(131,161,138); }
td.TdClassName
{
border-color: #83A18A;
}
.TagClassName
{
border-color: #83A18A;
}
</style>