Shades of Mantis #8BBB5C
Tints of Mantis #8BBB5C
RGB
CMYK
RGB Variations
Color information
#8BBB5C (or 0x8BBB5C) is known color: Mantis. HEX triplet: 8B, BB and 5C. RGB value is (139,187,92). Sum of RGB (Red+Green+Blue) = 139+187+92=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBB5C is #7444A3. Grayscale: #A2A2A2. Windows color (decimal): -7619748 or 6077323. OLE color: 6077323.
HSL color Cylindrical-coordinate representation of color #8BBB5C: hue angle of 90.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BBB5C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 92 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.27 |
| HSL | 90.32º | 0.41% | 0.55% | - |
| HSV(B) | 90.32º | 0.51% | 0.73% | - |
| XYZ | 30.35 | 41.8 | 16.59 | - |
| YUV | 161.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 92 | 0.26 | 0 | 0.51 | 0.27 | 90.32 | 0.41 | 0.55 |
| Hex | 8B | BB | 5C | 1A | 0 | 33 | 1B | 5A | 29 | 37 |
| Octal | 213 | 273 | 134 | 32 | 0 | 63 | 33 | 132 | 51 | 67 |
| Binary | 10001011 | 10111011 | 1011100 | 11010 | 0 | 110011 | 11011 | 1011010 | 101001 | 110111 |
Color Harmonies of #8BBB5C
Complementary color
Monochromatic Colors of #8BBB5C
Black with #8BBB5C
Text Example
Text Example
White with #8BBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB5C; }
p { color: rgb(139,187,92); }
H1.HeaderClassName
{
color: #8BBB5C;
}
.AnyTagClassName
{
color: #8BBB5C;
}
</style>
background-color css
<style>
a { background-color: #8BBB5C; }
a { background-color: rgb(139,187,92); }
div.DivClassName
{
background-color: #8BBB5C;
}
.BgClassName
{
background-color: #8BBB5C;
}
</style>
border-color css
<style>
span { border-color: #8BBB5C; }
span { border-color: rgb(139,187,92); }
td.TdClassName
{
border-color: #8BBB5C;
}
.TagClassName
{
border-color: #8BBB5C;
}
</style>