Shades of Mantis #8BBD5C
Tints of Mantis #8BBD5C
RGB
CMYK
RGB Variations
Color information
#8BBD5C (or 0x8BBD5C) is known color: Mantis. HEX triplet: 8B, BD and 5C. RGB value is (139,189,92). Sum of RGB (Red+Green+Blue) = 139+189+92=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBD5C is #7442A3. Grayscale: #A3A3A3. Windows color (decimal): -7619236 or 6077835. OLE color: 6077835.
HSL color Cylindrical-coordinate representation of color #8BBD5C: hue angle of 90.93º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BBD5C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 189 | 92 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.26 |
| HSL | 90.93º | 0.42% | 0.55% | - |
| HSV(B) | 90.93º | 0.51% | 0.74% | - |
| XYZ | 30.78 | 42.66 | 16.74 | - |
| YUV | 162.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 92 | 0.26 | 0 | 0.51 | 0.26 | 90.93 | 0.42 | 0.55 |
| Hex | 8B | BD | 5C | 1A | 0 | 33 | 1A | 5B | 2A | 37 |
| Octal | 213 | 275 | 134 | 32 | 0 | 63 | 32 | 133 | 52 | 67 |
| Binary | 10001011 | 10111101 | 1011100 | 11010 | 0 | 110011 | 11010 | 1011011 | 101010 | 110111 |
Color Harmonies of #8BBD5C
Complementary color
Monochromatic Colors of #8BBD5C
Black with #8BBD5C
Text Example
Text Example
White with #8BBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBD5C; }
p { color: rgb(139,189,92); }
H1.HeaderClassName
{
color: #8BBD5C;
}
.AnyTagClassName
{
color: #8BBD5C;
}
</style>
background-color css
<style>
a { background-color: #8BBD5C; }
a { background-color: rgb(139,189,92); }
div.DivClassName
{
background-color: #8BBD5C;
}
.BgClassName
{
background-color: #8BBD5C;
}
</style>
border-color css
<style>
span { border-color: #8BBD5C; }
span { border-color: rgb(139,189,92); }
td.TdClassName
{
border-color: #8BBD5C;
}
.TagClassName
{
border-color: #8BBD5C;
}
</style>