Shades of Envy #83AB89
Tints of Envy #83AB89
RGB
CMYK
RGB Variations
Color information
#83AB89 (or 0x83AB89) is known color: Envy. HEX triplet: 83, AB and 89. RGB value is (131,171,137). Sum of RGB (Red+Green+Blue) = 131+171+137=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AB89 is #7C5476. Grayscale: #9B9B9B. Windows color (decimal): -8148087 or 9022339. OLE color: 9022339.
HSL color Cylindrical-coordinate representation of color #83AB89: hue angle of 129º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83AB89 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 137 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.33 |
| HSL | 129º | 0.19% | 0.59% | - |
| HSV(B) | 129º | 0.23% | 0.67% | - |
| XYZ | 28.44 | 35.76 | 29.07 | - |
| YUV | 155.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 137 | 0.23 | 0 | 0.20 | 0.33 | 129 | 0.19 | 0.59 |
| Hex | 83 | AB | 89 | 17 | 0 | 14 | 21 | 81 | 13 | 3B |
| Octal | 203 | 253 | 211 | 27 | 0 | 24 | 41 | 201 | 23 | 73 |
| Binary | 10000011 | 10101011 | 10001001 | 10111 | 0 | 10100 | 100001 | 10000001 | 10011 | 111011 |
Color Harmonies of #83AB89
Complementary color
Monochromatic Colors of #83AB89
Black with #83AB89
Text Example
Text Example
White with #83AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB89; }
p { color: rgb(131,171,137); }
H1.HeaderClassName
{
color: #83AB89;
}
.AnyTagClassName
{
color: #83AB89;
}
</style>
background-color css
<style>
a { background-color: #83AB89; }
a { background-color: rgb(131,171,137); }
div.DivClassName
{
background-color: #83AB89;
}
.BgClassName
{
background-color: #83AB89;
}
</style>
border-color css
<style>
span { border-color: #83AB89; }
span { border-color: rgb(131,171,137); }
td.TdClassName
{
border-color: #83AB89;
}
.TagClassName
{
border-color: #83AB89;
}
</style>