Shades of Envy #8BAC94
Tints of Envy #8BAC94
RGB
CMYK
RGB Variations
Color information
#8BAC94 (or 0x8BAC94) is known color: Envy. HEX triplet: 8B, AC and 94. RGB value is (139,172,148). Sum of RGB (Red+Green+Blue) = 139+172+148=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAC94 is #74536B. Grayscale: #9F9F9F. Windows color (decimal): -7623532 or 9743499. OLE color: 9743499.
HSL color Cylindrical-coordinate representation of color #8BAC94: hue angle of 136.36º 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 #8BAC94 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 148 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.33 |
| HSL | 136.36º | 0.17% | 0.61% | - |
| HSV(B) | 136.36º | 0.19% | 0.67% | - |
| XYZ | 30.75 | 37.13 | 33.56 | - |
| YUV | 159.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 148 | 0.19 | 0 | 0.14 | 0.33 | 136.36 | 0.17 | 0.61 |
| Hex | 8B | AC | 94 | 13 | 0 | E | 21 | 88 | 11 | 3D |
| Octal | 213 | 254 | 224 | 23 | 0 | 16 | 41 | 210 | 21 | 75 |
| Binary | 10001011 | 10101100 | 10010100 | 10011 | 0 | 1110 | 100001 | 10001000 | 10001 | 111101 |
Color Harmonies of #8BAC94
Complementary color
Monochromatic Colors of #8BAC94
Black with #8BAC94
Text Example
Text Example
White with #8BAC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC94; }
p { color: rgb(139,172,148); }
H1.HeaderClassName
{
color: #8BAC94;
}
.AnyTagClassName
{
color: #8BAC94;
}
</style>
background-color css
<style>
a { background-color: #8BAC94; }
a { background-color: rgb(139,172,148); }
div.DivClassName
{
background-color: #8BAC94;
}
.BgClassName
{
background-color: #8BAC94;
}
</style>
border-color css
<style>
span { border-color: #8BAC94; }
span { border-color: rgb(139,172,148); }
td.TdClassName
{
border-color: #8BAC94;
}
.TagClassName
{
border-color: #8BAC94;
}
</style>