Shades of Envy #8BAC8B
Tints of Envy #8BAC8B
RGB
CMYK
RGB Variations
Color information
#8BAC8B (or 0x8BAC8B) is known color: Envy. HEX triplet: 8B, AC and 8B. RGB value is (139,172,139). Sum of RGB (Red+Green+Blue) = 139+172+139=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAC8B is #745374. Grayscale: #9E9E9E. Windows color (decimal): -7623541 or 9153675. OLE color: 9153675.
HSL color Cylindrical-coordinate representation of color #8BAC8B: hue angle of 120º 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 #8BAC8B is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 139 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.33 |
| HSL | 120º | 0.17% | 0.61% | - |
| HSV(B) | 120º | 0.19% | 0.67% | - |
| XYZ | 30.06 | 36.86 | 29.96 | - |
| YUV | 158.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 139 | 0.19 | 0 | 0.19 | 0.33 | 120 | 0.17 | 0.61 |
| Hex | 8B | AC | 8B | 13 | 0 | 13 | 21 | 78 | 11 | 3D |
| Octal | 213 | 254 | 213 | 23 | 0 | 23 | 41 | 170 | 21 | 75 |
| Binary | 10001011 | 10101100 | 10001011 | 10011 | 0 | 10011 | 100001 | 1111000 | 10001 | 111101 |
Color Harmonies of #8BAC8B
Complementary color
Monochromatic Colors of #8BAC8B
Black with #8BAC8B
Text Example
Text Example
White with #8BAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC8B; }
p { color: rgb(139,172,139); }
H1.HeaderClassName
{
color: #8BAC8B;
}
.AnyTagClassName
{
color: #8BAC8B;
}
</style>
background-color css
<style>
a { background-color: #8BAC8B; }
a { background-color: rgb(139,172,139); }
div.DivClassName
{
background-color: #8BAC8B;
}
.BgClassName
{
background-color: #8BAC8B;
}
</style>
border-color css
<style>
span { border-color: #8BAC8B; }
span { border-color: rgb(139,172,139); }
td.TdClassName
{
border-color: #8BAC8B;
}
.TagClassName
{
border-color: #8BAC8B;
}
</style>