Shades of Envy #8BAC8E
Tints of Envy #8BAC8E
RGB
CMYK
RGB Variations
Color information
#8BAC8E (or 0x8BAC8E) is known color: Envy. HEX triplet: 8B, AC and 8E. RGB value is (139,172,142). Sum of RGB (Red+Green+Blue) = 139+172+142=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAC8E is #745371. Grayscale: #9E9E9E. Windows color (decimal): -7623538 or 9350283. OLE color: 9350283.
HSL color Cylindrical-coordinate representation of color #8BAC8E: hue angle of 125.45º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BAC8E is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 142 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.33 |
| HSL | 125.45º | 0.17% | 0.61% | - |
| HSV(B) | 125.45º | 0.19% | 0.67% | - |
| XYZ | 30.28 | 36.95 | 31.13 | - |
| YUV | 158.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 142 | 0.19 | 0 | 0.17 | 0.33 | 125.45 | 0.17 | 0.61 |
| Hex | 8B | AC | 8E | 13 | 0 | 11 | 21 | 7D | 11 | 3D |
| Octal | 213 | 254 | 216 | 23 | 0 | 21 | 41 | 175 | 21 | 75 |
| Binary | 10001011 | 10101100 | 10001110 | 10011 | 0 | 10001 | 100001 | 1111101 | 10001 | 111101 |
Color Harmonies of #8BAC8E
Complementary color
Monochromatic Colors of #8BAC8E
Black with #8BAC8E
Text Example
Text Example
White with #8BAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC8E; }
p { color: rgb(139,172,142); }
H1.HeaderClassName
{
color: #8BAC8E;
}
.AnyTagClassName
{
color: #8BAC8E;
}
</style>
background-color css
<style>
a { background-color: #8BAC8E; }
a { background-color: rgb(139,172,142); }
div.DivClassName
{
background-color: #8BAC8E;
}
.BgClassName
{
background-color: #8BAC8E;
}
</style>
border-color css
<style>
span { border-color: #8BAC8E; }
span { border-color: rgb(139,172,142); }
td.TdClassName
{
border-color: #8BAC8E;
}
.TagClassName
{
border-color: #8BAC8E;
}
</style>