Shades of Envy #8BB390
Tints of Envy #8BB390
RGB
CMYK
RGB Variations
Color information
#8BB390 (or 0x8BB390) is known color: Envy. HEX triplet: 8B, B3 and 90. RGB value is (139,179,144). Sum of RGB (Red+Green+Blue) = 139+179+144=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB390 is #744C6F. Grayscale: #A3A3A3. Windows color (decimal): -7621744 or 9483147. OLE color: 9483147.
HSL color Cylindrical-coordinate representation of color #8BB390: hue angle of 127.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BB390 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 179 | 144 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.30 |
| HSL | 127.5º | 0.21% | 0.62% | - |
| HSV(B) | 127.5º | 0.22% | 0.7% | - |
| XYZ | 31.8 | 39.74 | 32.38 | - |
| YUV | 163.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 179 | 144 | 0.22 | 0 | 0.20 | 0.30 | 127.5 | 0.21 | 0.62 |
| Hex | 8B | B3 | 90 | 16 | 0 | 14 | 1E | 80 | 15 | 3E |
| Octal | 213 | 263 | 220 | 26 | 0 | 24 | 36 | 200 | 25 | 76 |
| Binary | 10001011 | 10110011 | 10010000 | 10110 | 0 | 10100 | 11110 | 10000000 | 10101 | 111110 |
Color Harmonies of #8BB390
Complementary color
Monochromatic Colors of #8BB390
Black with #8BB390
Text Example
Text Example
White with #8BB390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB390; }
p { color: rgb(139,179,144); }
H1.HeaderClassName
{
color: #8BB390;
}
.AnyTagClassName
{
color: #8BB390;
}
</style>
background-color css
<style>
a { background-color: #8BB390; }
a { background-color: rgb(139,179,144); }
div.DivClassName
{
background-color: #8BB390;
}
.BgClassName
{
background-color: #8BB390;
}
</style>
border-color css
<style>
span { border-color: #8BB390; }
span { border-color: rgb(139,179,144); }
td.TdClassName
{
border-color: #8BB390;
}
.TagClassName
{
border-color: #8BB390;
}
</style>