Shades of Mantis #8BBC59
Tints of Mantis #8BBC59
RGB
CMYK
RGB Variations
Color information
#8BBC59 (or 0x8BBC59) is known color: Mantis. HEX triplet: 8B, BC and 59. RGB value is (139,188,89). Sum of RGB (Red+Green+Blue) = 139+188+89=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBC59 is #7443A6. Grayscale: #A2A2A2. Windows color (decimal): -7619495 or 5880971. OLE color: 5880971.
HSL color Cylindrical-coordinate representation of color #8BBC59: hue angle of 89.7º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BBC59 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 89 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.26 |
| HSL | 89.7º | 0.42% | 0.54% | - |
| HSV(B) | 89.7º | 0.53% | 0.74% | - |
| XYZ | 30.43 | 42.18 | 15.99 | - |
| YUV | 162.06 | 86.77 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 89 | 0.26 | 0 | 0.53 | 0.26 | 89.7 | 0.42 | 0.54 |
| Hex | 8B | BC | 59 | 1A | 0 | 35 | 1A | 5A | 2A | 36 |
| Octal | 213 | 274 | 131 | 32 | 0 | 65 | 32 | 132 | 52 | 66 |
| Binary | 10001011 | 10111100 | 1011001 | 11010 | 0 | 110101 | 11010 | 1011010 | 101010 | 110110 |
Color Harmonies of #8BBC59
Complementary color
Monochromatic Colors of #8BBC59
Black with #8BBC59
Text Example
Text Example
White with #8BBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC59; }
p { color: rgb(139,188,89); }
H1.HeaderClassName
{
color: #8BBC59;
}
.AnyTagClassName
{
color: #8BBC59;
}
</style>
background-color css
<style>
a { background-color: #8BBC59; }
a { background-color: rgb(139,188,89); }
div.DivClassName
{
background-color: #8BBC59;
}
.BgClassName
{
background-color: #8BBC59;
}
</style>
border-color css
<style>
span { border-color: #8BBC59; }
span { border-color: rgb(139,188,89); }
td.TdClassName
{
border-color: #8BBC59;
}
.TagClassName
{
border-color: #8BBC59;
}
</style>