Shades of Envy #8BAF92
Tints of Envy #8BAF92
RGB
CMYK
RGB Variations
Color information
#8BAF92 (or 0x8BAF92) is known color: Envy. HEX triplet: 8B, AF and 92. RGB value is (139,175,146). Sum of RGB (Red+Green+Blue) = 139+175+146=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAF92 is #74506D. Grayscale: #A1A1A1. Windows color (decimal): -7622766 or 9613195. OLE color: 9613195.
HSL color Cylindrical-coordinate representation of color #8BAF92: hue angle of 131.67º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BAF92 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 146 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.31 |
| HSL | 131.67º | 0.18% | 0.62% | - |
| HSV(B) | 131.67º | 0.21% | 0.69% | - |
| XYZ | 31.17 | 38.22 | 32.93 | - |
| YUV | 160.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 146 | 0.21 | 0 | 0.17 | 0.31 | 131.67 | 0.18 | 0.62 |
| Hex | 8B | AF | 92 | 15 | 0 | 11 | 1F | 84 | 12 | 3E |
| Octal | 213 | 257 | 222 | 25 | 0 | 21 | 37 | 204 | 22 | 76 |
| Binary | 10001011 | 10101111 | 10010010 | 10101 | 0 | 10001 | 11111 | 10000100 | 10010 | 111110 |
Color Harmonies of #8BAF92
Complementary color
Monochromatic Colors of #8BAF92
Black with #8BAF92
Text Example
Text Example
White with #8BAF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF92; }
p { color: rgb(139,175,146); }
H1.HeaderClassName
{
color: #8BAF92;
}
.AnyTagClassName
{
color: #8BAF92;
}
</style>
background-color css
<style>
a { background-color: #8BAF92; }
a { background-color: rgb(139,175,146); }
div.DivClassName
{
background-color: #8BAF92;
}
.BgClassName
{
background-color: #8BAF92;
}
</style>
border-color css
<style>
span { border-color: #8BAF92; }
span { border-color: rgb(139,175,146); }
td.TdClassName
{
border-color: #8BAF92;
}
.TagClassName
{
border-color: #8BAF92;
}
</style>