Shades of Envy #8BA590
Tints of Envy #8BA590
RGB
CMYK
RGB Variations
Color information
#8BA590 (or 0x8BA590) is known color: Envy. HEX triplet: 8B, A5 and 90. RGB value is (139,165,144). Sum of RGB (Red+Green+Blue) = 139+165+144=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA590 is #745A6F. Grayscale: #9A9A9A. Windows color (decimal): -7625328 or 9479563. OLE color: 9479563.
HSL color Cylindrical-coordinate representation of color #8BA590: hue angle of 131.54º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA590 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 165 | 144 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.35 |
| HSL | 131.54º | 0.13% | 0.6% | - |
| HSV(B) | 131.54º | 0.16% | 0.65% | - |
| XYZ | 29.14 | 34.41 | 31.49 | - |
| YUV | 154.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 144 | 0.16 | 0 | 0.13 | 0.35 | 131.54 | 0.13 | 0.6 |
| Hex | 8B | A5 | 90 | 10 | 0 | D | 23 | 84 | D | 3C |
| Octal | 213 | 245 | 220 | 20 | 0 | 15 | 43 | 204 | 15 | 74 |
| Binary | 10001011 | 10100101 | 10010000 | 10000 | 0 | 1101 | 100011 | 10000100 | 1101 | 111100 |
Color Harmonies of #8BA590
Complementary color
Monochromatic Colors of #8BA590
Black with #8BA590
Text Example
Text Example
White with #8BA590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA590; }
p { color: rgb(139,165,144); }
H1.HeaderClassName
{
color: #8BA590;
}
.AnyTagClassName
{
color: #8BA590;
}
</style>
background-color css
<style>
a { background-color: #8BA590; }
a { background-color: rgb(139,165,144); }
div.DivClassName
{
background-color: #8BA590;
}
.BgClassName
{
background-color: #8BA590;
}
</style>
border-color css
<style>
span { border-color: #8BA590; }
span { border-color: rgb(139,165,144); }
td.TdClassName
{
border-color: #8BA590;
}
.TagClassName
{
border-color: #8BA590;
}
</style>