Shades of Envy #8BAA94
Tints of Envy #8BAA94
RGB
CMYK
RGB Variations
Color information
#8BAA94 (or 0x8BAA94) is known color: Envy. HEX triplet: 8B, AA and 94. RGB value is (139,170,148). Sum of RGB (Red+Green+Blue) = 139+170+148=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAA94 is #74556B. Grayscale: #9E9E9E. Windows color (decimal): -7624044 or 9742987. OLE color: 9742987.
HSL color Cylindrical-coordinate representation of color #8BAA94: hue angle of 137.42º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8BAA94 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 170 | 148 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.33 |
| HSL | 137.42º | 0.15% | 0.61% | - |
| HSV(B) | 137.42º | 0.18% | 0.67% | - |
| XYZ | 30.37 | 36.38 | 33.44 | - |
| YUV | 158.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 148 | 0.18 | 0 | 0.13 | 0.33 | 137.42 | 0.15 | 0.61 |
| Hex | 8B | AA | 94 | 12 | 0 | D | 21 | 89 | F | 3D |
| Octal | 213 | 252 | 224 | 22 | 0 | 15 | 41 | 211 | 17 | 75 |
| Binary | 10001011 | 10101010 | 10010100 | 10010 | 0 | 1101 | 100001 | 10001001 | 1111 | 111101 |
Color Harmonies of #8BAA94
Complementary color
Monochromatic Colors of #8BAA94
Black with #8BAA94
Text Example
Text Example
White with #8BAA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAA94; }
p { color: rgb(139,170,148); }
H1.HeaderClassName
{
color: #8BAA94;
}
.AnyTagClassName
{
color: #8BAA94;
}
</style>
background-color css
<style>
a { background-color: #8BAA94; }
a { background-color: rgb(139,170,148); }
div.DivClassName
{
background-color: #8BAA94;
}
.BgClassName
{
background-color: #8BAA94;
}
</style>
border-color css
<style>
span { border-color: #8BAA94; }
span { border-color: rgb(139,170,148); }
td.TdClassName
{
border-color: #8BAA94;
}
.TagClassName
{
border-color: #8BAA94;
}
</style>