Shades of Mantis #8BBA6B
Tints of Mantis #8BBA6B
RGB
CMYK
RGB Variations
Color information
#8BBA6B (or 0x8BBA6B) is known color: Mantis. HEX triplet: 8B, BA and 6B. RGB value is (139,186,107). Sum of RGB (Red+Green+Blue) = 139+186+107=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA6B is #744594. Grayscale: #A3A3A3. Windows color (decimal): -7619989 or 7060107. OLE color: 7060107.
HSL color Cylindrical-coordinate representation of color #8BBA6B: hue angle of 95.7º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BBA6B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 107 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.27 |
| HSL | 95.7º | 0.36% | 0.57% | - |
| HSV(B) | 95.7º | 0.42% | 0.73% | - |
| XYZ | 30.86 | 41.67 | 20.33 | - |
| YUV | 162.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 107 | 0.25 | 0 | 0.42 | 0.27 | 95.7 | 0.36 | 0.57 |
| Hex | 8B | BA | 6B | 19 | 0 | 2A | 1B | 60 | 24 | 39 |
| Octal | 213 | 272 | 153 | 31 | 0 | 52 | 33 | 140 | 44 | 71 |
| Binary | 10001011 | 10111010 | 1101011 | 11001 | 0 | 101010 | 11011 | 1100000 | 100100 | 111001 |
Color Harmonies of #8BBA6B
Complementary color
Monochromatic Colors of #8BBA6B
Black with #8BBA6B
Text Example
Text Example
White with #8BBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA6B; }
p { color: rgb(139,186,107); }
H1.HeaderClassName
{
color: #8BBA6B;
}
.AnyTagClassName
{
color: #8BBA6B;
}
</style>
background-color css
<style>
a { background-color: #8BBA6B; }
a { background-color: rgb(139,186,107); }
div.DivClassName
{
background-color: #8BBA6B;
}
.BgClassName
{
background-color: #8BBA6B;
}
</style>
border-color css
<style>
span { border-color: #8BBA6B; }
span { border-color: rgb(139,186,107); }
td.TdClassName
{
border-color: #8BBA6B;
}
.TagClassName
{
border-color: #8BBA6B;
}
</style>