Shades of Envy #8BA392
Tints of Envy #8BA392
RGB
CMYK
RGB Variations
Color information
#8BA392 (or 0x8BA392) is known color: Envy. HEX triplet: 8B, A3 and 92. RGB value is (139,163,146). Sum of RGB (Red+Green+Blue) = 139+163+146=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA392 is #745C6D. Grayscale: #999999. Windows color (decimal): -7625838 or 9610123. OLE color: 9610123.
HSL color Cylindrical-coordinate representation of color #8BA392: hue angle of 137.5º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8BA392 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 146 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.36 |
| HSL | 137.5º | 0.12% | 0.59% | - |
| HSV(B) | 137.5º | 0.15% | 0.64% | - |
| XYZ | 28.93 | 33.76 | 32.19 | - |
| YUV | 153.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 146 | 0.15 | 0 | 0.10 | 0.36 | 137.5 | 0.12 | 0.59 |
| Hex | 8B | A3 | 92 | F | 0 | A | 24 | 8A | C | 3B |
| Octal | 213 | 243 | 222 | 17 | 0 | 12 | 44 | 212 | 14 | 73 |
| Binary | 10001011 | 10100011 | 10010010 | 1111 | 0 | 1010 | 100100 | 10001010 | 1100 | 111011 |
Color Harmonies of #8BA392
Complementary color
Monochromatic Colors of #8BA392
Black with #8BA392
Text Example
Text Example
White with #8BA392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA392; }
p { color: rgb(139,163,146); }
H1.HeaderClassName
{
color: #8BA392;
}
.AnyTagClassName
{
color: #8BA392;
}
</style>
background-color css
<style>
a { background-color: #8BA392; }
a { background-color: rgb(139,163,146); }
div.DivClassName
{
background-color: #8BA392;
}
.BgClassName
{
background-color: #8BA392;
}
</style>
border-color css
<style>
span { border-color: #8BA392; }
span { border-color: rgb(139,163,146); }
td.TdClassName
{
border-color: #8BA392;
}
.TagClassName
{
border-color: #8BA392;
}
</style>