Shades of Envy #8BAD8C
Tints of Envy #8BAD8C
RGB
CMYK
RGB Variations
Color information
#8BAD8C (or 0x8BAD8C) is known color: Envy. HEX triplet: 8B, AD and 8C. RGB value is (139,173,140). Sum of RGB (Red+Green+Blue) = 139+173+140=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAD8C is #745273. Grayscale: #9F9F9F. Windows color (decimal): -7623284 or 9219467. OLE color: 9219467.
HSL color Cylindrical-coordinate representation of color #8BAD8C: hue angle of 121.76º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BAD8C is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 140 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.32 |
| HSL | 121.76º | 0.17% | 0.61% | - |
| HSV(B) | 121.76º | 0.2% | 0.68% | - |
| XYZ | 30.32 | 37.27 | 30.41 | - |
| YUV | 159.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 140 | 0.20 | 0 | 0.19 | 0.32 | 121.76 | 0.17 | 0.61 |
| Hex | 8B | AD | 8C | 14 | 0 | 13 | 20 | 7A | 11 | 3D |
| Octal | 213 | 255 | 214 | 24 | 0 | 23 | 40 | 172 | 21 | 75 |
| Binary | 10001011 | 10101101 | 10001100 | 10100 | 0 | 10011 | 100000 | 1111010 | 10001 | 111101 |
Color Harmonies of #8BAD8C
Complementary color
Monochromatic Colors of #8BAD8C
Black with #8BAD8C
Text Example
Text Example
White with #8BAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAD8C; }
p { color: rgb(139,173,140); }
H1.HeaderClassName
{
color: #8BAD8C;
}
.AnyTagClassName
{
color: #8BAD8C;
}
</style>
background-color css
<style>
a { background-color: #8BAD8C; }
a { background-color: rgb(139,173,140); }
div.DivClassName
{
background-color: #8BAD8C;
}
.BgClassName
{
background-color: #8BAD8C;
}
</style>
border-color css
<style>
span { border-color: #8BAD8C; }
span { border-color: rgb(139,173,140); }
td.TdClassName
{
border-color: #8BAD8C;
}
.TagClassName
{
border-color: #8BAD8C;
}
</style>