Shades of Envy #8BAB92
Tints of Envy #8BAB92
RGB
CMYK
RGB Variations
Color information
#8BAB92 (or 0x8BAB92) is known color: Envy. HEX triplet: 8B, AB and 92. RGB value is (139,171,146). Sum of RGB (Red+Green+Blue) = 139+171+146=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAB92 is #74546D. Grayscale: #9E9E9E. Windows color (decimal): -7623790 or 9612171. OLE color: 9612171.
HSL color Cylindrical-coordinate representation of color #8BAB92: hue angle of 133.12º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BAB92 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 146 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.33 |
| HSL | 133.13º | 0.16% | 0.61% | - |
| HSV(B) | 133.13º | 0.19% | 0.67% | - |
| XYZ | 30.4 | 36.69 | 32.67 | - |
| YUV | 158.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 146 | 0.19 | 0 | 0.15 | 0.33 | 133.13 | 0.16 | 0.61 |
| Hex | 8B | AB | 92 | 13 | 0 | F | 21 | 85 | 10 | 3D |
| Octal | 213 | 253 | 222 | 23 | 0 | 17 | 41 | 205 | 20 | 75 |
| Binary | 10001011 | 10101011 | 10010010 | 10011 | 0 | 1111 | 100001 | 10000101 | 10000 | 111101 |
Color Harmonies of #8BAB92
Complementary color
Monochromatic Colors of #8BAB92
Black with #8BAB92
Text Example
Text Example
White with #8BAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAB92; }
p { color: rgb(139,171,146); }
H1.HeaderClassName
{
color: #8BAB92;
}
.AnyTagClassName
{
color: #8BAB92;
}
</style>
background-color css
<style>
a { background-color: #8BAB92; }
a { background-color: rgb(139,171,146); }
div.DivClassName
{
background-color: #8BAB92;
}
.BgClassName
{
background-color: #8BAB92;
}
</style>
border-color css
<style>
span { border-color: #8BAB92; }
span { border-color: rgb(139,171,146); }
td.TdClassName
{
border-color: #8BAB92;
}
.TagClassName
{
border-color: #8BAB92;
}
</style>