Shades of Mantis #84B956
Tints of Mantis #84B956
RGB
CMYK
RGB Variations
Color information
#84B956 (or 0x84B956) is known color: Mantis. HEX triplet: 84, B9 and 56. RGB value is (132,185,86). Sum of RGB (Red+Green+Blue) = 132+185+86=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #84B956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B956 is #7B46A9. Grayscale: #9E9E9E. Windows color (decimal): -8079018 or 5683588. OLE color: 5683588.
HSL color Cylindrical-coordinate representation of color #84B956: hue angle of 92.12º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84B956 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 86 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.27 |
| HSL | 92.12º | 0.41% | 0.53% | - |
| HSV(B) | 92.12º | 0.54% | 0.73% | - |
| XYZ | 28.54 | 40.28 | 15.07 | - |
| YUV | 157.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 86 | 0.29 | 0 | 0.54 | 0.27 | 92.12 | 0.41 | 0.53 |
| Hex | 84 | B9 | 56 | 1D | 0 | 36 | 1B | 5C | 29 | 35 |
| Octal | 204 | 271 | 126 | 35 | 0 | 66 | 33 | 134 | 51 | 65 |
| Binary | 10000100 | 10111001 | 1010110 | 11101 | 0 | 110110 | 11011 | 1011100 | 101001 | 110101 |
Color Harmonies of #84B956
Complementary color
Monochromatic Colors of #84B956
Black with #84B956
Text Example
Text Example
White with #84B956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B956; }
p { color: rgb(132,185,86); }
H1.HeaderClassName
{
color: #84B956;
}
.AnyTagClassName
{
color: #84B956;
}
</style>
background-color css
<style>
a { background-color: #84B956; }
a { background-color: rgb(132,185,86); }
div.DivClassName
{
background-color: #84B956;
}
.BgClassName
{
background-color: #84B956;
}
</style>
border-color css
<style>
span { border-color: #84B956; }
span { border-color: rgb(132,185,86); }
td.TdClassName
{
border-color: #84B956;
}
.TagClassName
{
border-color: #84B956;
}
</style>