Shades of Envy #8BB090
Tints of Envy #8BB090
RGB
CMYK
RGB Variations
Color information
#8BB090 (or 0x8BB090) is known color: Envy. HEX triplet: 8B, B0 and 90. RGB value is (139,176,144). Sum of RGB (Red+Green+Blue) = 139+176+144=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB090 is #744F6F. Grayscale: #A1A1A1. Windows color (decimal): -7622512 or 9482379. OLE color: 9482379.
HSL color Cylindrical-coordinate representation of color #8BB090: hue angle of 128.11º 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 #8BB090 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 176 | 144 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.31 |
| HSL | 128.11º | 0.19% | 0.62% | - |
| HSV(B) | 128.11º | 0.21% | 0.69% | - |
| XYZ | 31.21 | 38.55 | 32.18 | - |
| YUV | 161.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 144 | 0.21 | 0 | 0.18 | 0.31 | 128.11 | 0.19 | 0.62 |
| Hex | 8B | B0 | 90 | 15 | 0 | 12 | 1F | 80 | 13 | 3E |
| Octal | 213 | 260 | 220 | 25 | 0 | 22 | 37 | 200 | 23 | 76 |
| Binary | 10001011 | 10110000 | 10010000 | 10101 | 0 | 10010 | 11111 | 10000000 | 10011 | 111110 |
Color Harmonies of #8BB090
Complementary color
Monochromatic Colors of #8BB090
Black with #8BB090
Text Example
Text Example
White with #8BB090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB090; }
p { color: rgb(139,176,144); }
H1.HeaderClassName
{
color: #8BB090;
}
.AnyTagClassName
{
color: #8BB090;
}
</style>
background-color css
<style>
a { background-color: #8BB090; }
a { background-color: rgb(139,176,144); }
div.DivClassName
{
background-color: #8BB090;
}
.BgClassName
{
background-color: #8BB090;
}
</style>
border-color css
<style>
span { border-color: #8BB090; }
span { border-color: rgb(139,176,144); }
td.TdClassName
{
border-color: #8BB090;
}
.TagClassName
{
border-color: #8BB090;
}
</style>