Shades of Mantis #8BBA69
Tints of Mantis #8BBA69
RGB
CMYK
RGB Variations
Color information
#8BBA69 (or 0x8BBA69) is known color: Mantis. HEX triplet: 8B, BA and 69. RGB value is (139,186,105). Sum of RGB (Red+Green+Blue) = 139+186+105=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA69 is #744596. Grayscale: #A2A2A2. Windows color (decimal): -7619991 or 6929035. OLE color: 6929035.
HSL color Cylindrical-coordinate representation of color #8BBA69: hue angle of 94.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BBA69 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 105 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.27 |
| HSL | 94.81º | 0.37% | 0.57% | - |
| HSV(B) | 94.81º | 0.44% | 0.73% | - |
| XYZ | 30.76 | 41.63 | 19.78 | - |
| YUV | 162.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 105 | 0.25 | 0 | 0.44 | 0.27 | 94.81 | 0.37 | 0.57 |
| Hex | 8B | BA | 69 | 19 | 0 | 2C | 1B | 5F | 25 | 39 |
| Octal | 213 | 272 | 151 | 31 | 0 | 54 | 33 | 137 | 45 | 71 |
| Binary | 10001011 | 10111010 | 1101001 | 11001 | 0 | 101100 | 11011 | 1011111 | 100101 | 111001 |
Color Harmonies of #8BBA69
Complementary color
Monochromatic Colors of #8BBA69
Black with #8BBA69
Text Example
Text Example
White with #8BBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA69; }
p { color: rgb(139,186,105); }
H1.HeaderClassName
{
color: #8BBA69;
}
.AnyTagClassName
{
color: #8BBA69;
}
</style>
background-color css
<style>
a { background-color: #8BBA69; }
a { background-color: rgb(139,186,105); }
div.DivClassName
{
background-color: #8BBA69;
}
.BgClassName
{
background-color: #8BBA69;
}
</style>
border-color css
<style>
span { border-color: #8BBA69; }
span { border-color: rgb(139,186,105); }
td.TdClassName
{
border-color: #8BBA69;
}
.TagClassName
{
border-color: #8BBA69;
}
</style>