Shades of Mantis #8BBC61
Tints of Mantis #8BBC61
RGB
CMYK
RGB Variations
Color information
#8BBC61 (or 0x8BBC61) is known color: Mantis. HEX triplet: 8B, BC and 61. RGB value is (139,188,97). Sum of RGB (Red+Green+Blue) = 139+188+97=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBC61 is #74439E. Grayscale: #A3A3A3. Windows color (decimal): -7619487 or 6405259. OLE color: 6405259.
HSL color Cylindrical-coordinate representation of color #8BBC61: hue angle of 92.31º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BBC61 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 97 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.26 |
| HSL | 92.31º | 0.4% | 0.56% | - |
| HSV(B) | 92.31º | 0.48% | 0.74% | - |
| XYZ | 30.79 | 42.32 | 17.85 | - |
| YUV | 162.98 | 90.77 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 97 | 0.26 | 0 | 0.48 | 0.26 | 92.31 | 0.4 | 0.56 |
| Hex | 8B | BC | 61 | 1A | 0 | 30 | 1A | 5C | 28 | 38 |
| Octal | 213 | 274 | 141 | 32 | 0 | 60 | 32 | 134 | 50 | 70 |
| Binary | 10001011 | 10111100 | 1100001 | 11010 | 0 | 110000 | 11010 | 1011100 | 101000 | 111000 |
Color Harmonies of #8BBC61
Complementary color
Monochromatic Colors of #8BBC61
Black with #8BBC61
Text Example
Text Example
White with #8BBC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC61; }
p { color: rgb(139,188,97); }
H1.HeaderClassName
{
color: #8BBC61;
}
.AnyTagClassName
{
color: #8BBC61;
}
</style>
background-color css
<style>
a { background-color: #8BBC61; }
a { background-color: rgb(139,188,97); }
div.DivClassName
{
background-color: #8BBC61;
}
.BgClassName
{
background-color: #8BBC61;
}
</style>
border-color css
<style>
span { border-color: #8BBC61; }
span { border-color: rgb(139,188,97); }
td.TdClassName
{
border-color: #8BBC61;
}
.TagClassName
{
border-color: #8BBC61;
}
</style>