Shades of Envy #8BA48F
Tints of Envy #8BA48F
RGB
CMYK
RGB Variations
Color information
#8BA48F (or 0x8BA48F) is known color: Envy. HEX triplet: 8B, A4 and 8F. RGB value is (139,164,143). Sum of RGB (Red+Green+Blue) = 139+164+143=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA48F is #745B70. Grayscale: #9A9A9A. Windows color (decimal): -7625585 or 9413771. OLE color: 9413771.
HSL color Cylindrical-coordinate representation of color #8BA48F: hue angle of 129.6º 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 #8BA48F is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 143 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.36 |
| HSL | 129.6º | 0.12% | 0.59% | - |
| HSV(B) | 129.6º | 0.15% | 0.64% | - |
| XYZ | 28.88 | 34.02 | 31.03 | - |
| YUV | 154.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 143 | 0.15 | 0 | 0.13 | 0.36 | 129.6 | 0.12 | 0.59 |
| Hex | 8B | A4 | 8F | F | 0 | D | 24 | 82 | C | 3B |
| Octal | 213 | 244 | 217 | 17 | 0 | 15 | 44 | 202 | 14 | 73 |
| Binary | 10001011 | 10100100 | 10001111 | 1111 | 0 | 1101 | 100100 | 10000010 | 1100 | 111011 |
Color Harmonies of #8BA48F
Complementary color
Monochromatic Colors of #8BA48F
Black with #8BA48F
Text Example
Text Example
White with #8BA48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA48F; }
p { color: rgb(139,164,143); }
H1.HeaderClassName
{
color: #8BA48F;
}
.AnyTagClassName
{
color: #8BA48F;
}
</style>
background-color css
<style>
a { background-color: #8BA48F; }
a { background-color: rgb(139,164,143); }
div.DivClassName
{
background-color: #8BA48F;
}
.BgClassName
{
background-color: #8BA48F;
}
</style>
border-color css
<style>
span { border-color: #8BA48F; }
span { border-color: rgb(139,164,143); }
td.TdClassName
{
border-color: #8BA48F;
}
.TagClassName
{
border-color: #8BA48F;
}
</style>