Shades of Mantis #8BBD5D
Tints of Mantis #8BBD5D
RGB
CMYK
RGB Variations
Color information
#8BBD5D (or 0x8BBD5D) is known color: Mantis. HEX triplet: 8B, BD and 5D. RGB value is (139,189,93). Sum of RGB (Red+Green+Blue) = 139+189+93=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBD5D is #7442A2. Grayscale: #A3A3A3. Windows color (decimal): -7619235 or 6143371. OLE color: 6143371.
HSL color Cylindrical-coordinate representation of color #8BBD5D: hue angle of 91.25º 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 #8BBD5D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 189 | 93 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.26 |
| HSL | 91.25º | 0.42% | 0.55% | - |
| HSV(B) | 91.25º | 0.51% | 0.74% | - |
| XYZ | 30.82 | 42.67 | 16.97 | - |
| YUV | 163.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 93 | 0.26 | 0 | 0.51 | 0.26 | 91.25 | 0.42 | 0.55 |
| Hex | 8B | BD | 5D | 1A | 0 | 33 | 1A | 5B | 2A | 37 |
| Octal | 213 | 275 | 135 | 32 | 0 | 63 | 32 | 133 | 52 | 67 |
| Binary | 10001011 | 10111101 | 1011101 | 11010 | 0 | 110011 | 11010 | 1011011 | 101010 | 110111 |
Color Harmonies of #8BBD5D
Complementary color
Monochromatic Colors of #8BBD5D
Black with #8BBD5D
Text Example
Text Example
White with #8BBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBD5D; }
p { color: rgb(139,189,93); }
H1.HeaderClassName
{
color: #8BBD5D;
}
.AnyTagClassName
{
color: #8BBD5D;
}
</style>
background-color css
<style>
a { background-color: #8BBD5D; }
a { background-color: rgb(139,189,93); }
div.DivClassName
{
background-color: #8BBD5D;
}
.BgClassName
{
background-color: #8BBD5D;
}
</style>
border-color css
<style>
span { border-color: #8BBD5D; }
span { border-color: rgb(139,189,93); }
td.TdClassName
{
border-color: #8BBD5D;
}
.TagClassName
{
border-color: #8BBD5D;
}
</style>