Shades of Envy #8BA092
Tints of Envy #8BA092
RGB
CMYK
RGB Variations
Color information
#8BA092 (or 0x8BA092) is known color: Envy. HEX triplet: 8B, A0 and 92. RGB value is (139,160,146). Sum of RGB (Red+Green+Blue) = 139+160+146=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA092 is #745F6D. Grayscale: #989898. Windows color (decimal): -7626606 or 9609355. OLE color: 9609355.
HSL color Cylindrical-coordinate representation of color #8BA092: hue angle of 140º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8BA092 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 146 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.37 |
| HSL | 140º | 0.1% | 0.59% | - |
| HSV(B) | 140º | 0.13% | 0.63% | - |
| XYZ | 28.41 | 32.71 | 32.01 | - |
| YUV | 152.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 146 | 0.13 | 0 | 0.09 | 0.37 | 140 | 0.1 | 0.59 |
| Hex | 8B | A0 | 92 | D | 0 | 9 | 25 | 8C | A | 3B |
| Octal | 213 | 240 | 222 | 15 | 0 | 11 | 45 | 214 | 12 | 73 |
| Binary | 10001011 | 10100000 | 10010010 | 1101 | 0 | 1001 | 100101 | 10001100 | 1010 | 111011 |
Color Harmonies of #8BA092
Complementary color
Monochromatic Colors of #8BA092
Black with #8BA092
Text Example
Text Example
White with #8BA092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA092; }
p { color: rgb(139,160,146); }
H1.HeaderClassName
{
color: #8BA092;
}
.AnyTagClassName
{
color: #8BA092;
}
</style>
background-color css
<style>
a { background-color: #8BA092; }
a { background-color: rgb(139,160,146); }
div.DivClassName
{
background-color: #8BA092;
}
.BgClassName
{
background-color: #8BA092;
}
</style>
border-color css
<style>
span { border-color: #8BA092; }
span { border-color: rgb(139,160,146); }
td.TdClassName
{
border-color: #8BA092;
}
.TagClassName
{
border-color: #8BA092;
}
</style>