Shades of Envy #83A38B
Tints of Envy #83A38B
RGB
CMYK
RGB Variations
Color information
#83A38B (or 0x83A38B) is known color: Envy. HEX triplet: 83, A3 and 8B. RGB value is (131,163,139). Sum of RGB (Red+Green+Blue) = 131+163+139=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #83A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A38B is #7C5C74. Grayscale: #969696. Windows color (decimal): -8150133 or 9151363. OLE color: 9151363.
HSL color Cylindrical-coordinate representation of color #83A38B: hue angle of 135º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83A38B is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 139 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.36 |
| HSL | 135º | 0.15% | 0.58% | - |
| HSV(B) | 135º | 0.2% | 0.64% | - |
| XYZ | 27.12 | 32.88 | 29.34 | - |
| YUV | 150.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 139 | 0.20 | 0 | 0.15 | 0.36 | 135 | 0.15 | 0.58 |
| Hex | 83 | A3 | 8B | 14 | 0 | F | 24 | 87 | F | 3A |
| Octal | 203 | 243 | 213 | 24 | 0 | 17 | 44 | 207 | 17 | 72 |
| Binary | 10000011 | 10100011 | 10001011 | 10100 | 0 | 1111 | 100100 | 10000111 | 1111 | 111010 |
Color Harmonies of #83A38B
Complementary color
Monochromatic Colors of #83A38B
Black with #83A38B
Text Example
Text Example
White with #83A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A38B; }
p { color: rgb(131,163,139); }
H1.HeaderClassName
{
color: #83A38B;
}
.AnyTagClassName
{
color: #83A38B;
}
</style>
background-color css
<style>
a { background-color: #83A38B; }
a { background-color: rgb(131,163,139); }
div.DivClassName
{
background-color: #83A38B;
}
.BgClassName
{
background-color: #83A38B;
}
</style>
border-color css
<style>
span { border-color: #83A38B; }
span { border-color: rgb(131,163,139); }
td.TdClassName
{
border-color: #83A38B;
}
.TagClassName
{
border-color: #83A38B;
}
</style>