Shades of Mantis #86BD49
Tints of Mantis #86BD49
RGB
CMYK
RGB Variations
Color information
#86BD49 (or 0x86BD49) is known color: Mantis. HEX triplet: 86, BD and 49. RGB value is (134,189,73). Sum of RGB (Red+Green+Blue) = 134+189+73=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BD49 is #7942B6. Grayscale: #9F9F9F. Windows color (decimal): -7946935 or 4832646. OLE color: 4832646.
HSL color Cylindrical-coordinate representation of color #86BD49: hue angle of 88.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86BD49 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 73 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.26 |
| HSL | 88.45º | 0.47% | 0.51% | - |
| HSV(B) | 88.45º | 0.61% | 0.74% | - |
| XYZ | 29.23 | 41.94 | 12.86 | - |
| YUV | 159.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 73 | 0.29 | 0 | 0.61 | 0.26 | 88.45 | 0.47 | 0.51 |
| Hex | 86 | BD | 49 | 1D | 0 | 3D | 1A | 58 | 2F | 33 |
| Octal | 206 | 275 | 111 | 35 | 0 | 75 | 32 | 130 | 57 | 63 |
| Binary | 10000110 | 10111101 | 1001001 | 11101 | 0 | 111101 | 11010 | 1011000 | 101111 | 110011 |
Color Harmonies of #86BD49
Complementary color
Monochromatic Colors of #86BD49
Black with #86BD49
Text Example
Text Example
White with #86BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD49; }
p { color: rgb(134,189,73); }
H1.HeaderClassName
{
color: #86BD49;
}
.AnyTagClassName
{
color: #86BD49;
}
</style>
background-color css
<style>
a { background-color: #86BD49; }
a { background-color: rgb(134,189,73); }
div.DivClassName
{
background-color: #86BD49;
}
.BgClassName
{
background-color: #86BD49;
}
</style>
border-color css
<style>
span { border-color: #86BD49; }
span { border-color: rgb(134,189,73); }
td.TdClassName
{
border-color: #86BD49;
}
.TagClassName
{
border-color: #86BD49;
}
</style>