Shades of Envy #8BB093
Tints of Envy #8BB093
RGB
CMYK
RGB Variations
Color information
#8BB093 (or 0x8BB093) is known color: Envy. HEX triplet: 8B, B0 and 93. RGB value is (139,176,147). Sum of RGB (Red+Green+Blue) = 139+176+147=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB093 is #744F6C. Grayscale: #A1A1A1. Windows color (decimal): -7622509 or 9678987. OLE color: 9678987.
HSL color Cylindrical-coordinate representation of color #8BB093: hue angle of 132.97º degrees, saturation: 0.19, 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 #8BB093 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 176 | 147 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.31 |
| HSL | 132.97º | 0.19% | 0.62% | - |
| HSV(B) | 132.97º | 0.21% | 0.69% | - |
| XYZ | 31.44 | 38.65 | 33.41 | - |
| YUV | 161.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 147 | 0.21 | 0 | 0.16 | 0.31 | 132.97 | 0.19 | 0.62 |
| Hex | 8B | B0 | 93 | 15 | 0 | 10 | 1F | 85 | 13 | 3E |
| Octal | 213 | 260 | 223 | 25 | 0 | 20 | 37 | 205 | 23 | 76 |
| Binary | 10001011 | 10110000 | 10010011 | 10101 | 0 | 10000 | 11111 | 10000101 | 10011 | 111110 |
Color Harmonies of #8BB093
Complementary color
Monochromatic Colors of #8BB093
Black with #8BB093
Text Example
Text Example
White with #8BB093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB093; }
p { color: rgb(139,176,147); }
H1.HeaderClassName
{
color: #8BB093;
}
.AnyTagClassName
{
color: #8BB093;
}
</style>
background-color css
<style>
a { background-color: #8BB093; }
a { background-color: rgb(139,176,147); }
div.DivClassName
{
background-color: #8BB093;
}
.BgClassName
{
background-color: #8BB093;
}
</style>
border-color css
<style>
span { border-color: #8BB093; }
span { border-color: rgb(139,176,147); }
td.TdClassName
{
border-color: #8BB093;
}
.TagClassName
{
border-color: #8BB093;
}
</style>