Shades of Envy #8BA98C
Tints of Envy #8BA98C
RGB
CMYK
RGB Variations
Color information
#8BA98C (or 0x8BA98C) is known color: Envy. HEX triplet: 8B, A9 and 8C. RGB value is (139,169,140). Sum of RGB (Red+Green+Blue) = 139+169+140=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA98C is #745673. Grayscale: #9C9C9C. Windows color (decimal): -7624308 or 9218443. OLE color: 9218443.
HSL color Cylindrical-coordinate representation of color #8BA98C: hue angle of 122º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8BA98C is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 140 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.34 |
| HSL | 122º | 0.15% | 0.6% | - |
| HSV(B) | 122º | 0.18% | 0.66% | - |
| XYZ | 29.57 | 35.76 | 30.15 | - |
| YUV | 156.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 140 | 0.18 | 0 | 0.17 | 0.34 | 122 | 0.15 | 0.6 |
| Hex | 8B | A9 | 8C | 12 | 0 | 11 | 22 | 7A | F | 3C |
| Octal | 213 | 251 | 214 | 22 | 0 | 21 | 42 | 172 | 17 | 74 |
| Binary | 10001011 | 10101001 | 10001100 | 10010 | 0 | 10001 | 100010 | 1111010 | 1111 | 111100 |
Color Harmonies of #8BA98C
Complementary color
Monochromatic Colors of #8BA98C
Black with #8BA98C
Text Example
Text Example
White with #8BA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA98C; }
p { color: rgb(139,169,140); }
H1.HeaderClassName
{
color: #8BA98C;
}
.AnyTagClassName
{
color: #8BA98C;
}
</style>
background-color css
<style>
a { background-color: #8BA98C; }
a { background-color: rgb(139,169,140); }
div.DivClassName
{
background-color: #8BA98C;
}
.BgClassName
{
background-color: #8BA98C;
}
</style>
border-color css
<style>
span { border-color: #8BA98C; }
span { border-color: rgb(139,169,140); }
td.TdClassName
{
border-color: #8BA98C;
}
.TagClassName
{
border-color: #8BA98C;
}
</style>