Shades of Mantis #8BBC5E
Tints of Mantis #8BBC5E
RGB
CMYK
RGB Variations
Color information
#8BBC5E (or 0x8BBC5E) is known color: Mantis. HEX triplet: 8B, BC and 5E. RGB value is (139,188,94). Sum of RGB (Red+Green+Blue) = 139+188+94=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBC5E is #7443A1. Grayscale: #A2A2A2. Windows color (decimal): -7619490 or 6208651. OLE color: 6208651.
HSL color Cylindrical-coordinate representation of color #8BBC5E: hue angle of 91.28º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BBC5E is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 139 | 188 | 94 | - |
CMYK | 0.26 | 0 | 0.50 | 0.26 |
HSL | 91.28º | 0.41% | 0.55% | - |
HSV(B) | 91.28º | 0.5% | 0.74% | - |
XYZ | 30.65 | 42.26 | 17.13 | - |
YUV | 162.63 | 89.27 | 111.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 188 | 94 | 0.26 | 0 | 0.50 | 0.26 | 91.28 | 0.41 | 0.55 |
Hex | 8B | BC | 5E | 1A | 0 | 32 | 1A | 5B | 29 | 37 |
Octal | 213 | 274 | 136 | 32 | 0 | 62 | 32 | 133 | 51 | 67 |
Binary | 10001011 | 10111100 | 1011110 | 11010 | 0 | 110010 | 11010 | 1011011 | 101001 | 110111 |
Color Harmonies of #8BBC5E
Complementary color
Monochromatic Colors of #8BBC5E
Black with #8BBC5E
Text Example
Text Example
White with #8BBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC5E; }
p { color: rgb(139,188,94); }
H1.HeaderClassName
{
color: #8BBC5E;
}
.AnyTagClassName
{
color: #8BBC5E;
}
</style>
background-color css
<style>
a { background-color: #8BBC5E; }
a { background-color: rgb(139,188,94); }
div.DivClassName
{
background-color: #8BBC5E;
}
.BgClassName
{
background-color: #8BBC5E;
}
</style>
border-color css
<style>
span { border-color: #8BBC5E; }
span { border-color: rgb(139,188,94); }
td.TdClassName
{
border-color: #8BBC5E;
}
.TagClassName
{
border-color: #8BBC5E;
}
</style>