Shades of Mantis #8BBA5E
Tints of Mantis #8BBA5E
RGB
CMYK
RGB Variations
Color information
#8BBA5E (or 0x8BBA5E) is known color: Mantis. HEX triplet: 8B, BA and 5E. RGB value is (139,186,94). Sum of RGB (Red+Green+Blue) = 139+186+94=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA5E is #7445A1. Grayscale: #A1A1A1. Windows color (decimal): -7620002 or 6208139. OLE color: 6208139.
HSL color Cylindrical-coordinate representation of color #8BBA5E: hue angle of 90.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BBA5E is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 94 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.27 |
| HSL | 90.65º | 0.4% | 0.55% | - |
| HSV(B) | 90.65º | 0.49% | 0.73% | - |
| XYZ | 30.23 | 41.41 | 16.99 | - |
| YUV | 161.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 94 | 0.25 | 0 | 0.49 | 0.27 | 90.65 | 0.4 | 0.55 |
| Hex | 8B | BA | 5E | 19 | 0 | 31 | 1B | 5B | 28 | 37 |
| Octal | 213 | 272 | 136 | 31 | 0 | 61 | 33 | 133 | 50 | 67 |
| Binary | 10001011 | 10111010 | 1011110 | 11001 | 0 | 110001 | 11011 | 1011011 | 101000 | 110111 |
Color Harmonies of #8BBA5E
Complementary color
Monochromatic Colors of #8BBA5E
Black with #8BBA5E
Text Example
Text Example
White with #8BBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA5E; }
p { color: rgb(139,186,94); }
H1.HeaderClassName
{
color: #8BBA5E;
}
.AnyTagClassName
{
color: #8BBA5E;
}
</style>
background-color css
<style>
a { background-color: #8BBA5E; }
a { background-color: rgb(139,186,94); }
div.DivClassName
{
background-color: #8BBA5E;
}
.BgClassName
{
background-color: #8BBA5E;
}
</style>
border-color css
<style>
span { border-color: #8BBA5E; }
span { border-color: rgb(139,186,94); }
td.TdClassName
{
border-color: #8BBA5E;
}
.TagClassName
{
border-color: #8BBA5E;
}
</style>