Shades of Mantis #84BA6B
Tints of Mantis #84BA6B
RGB
CMYK
RGB Variations
Color information
#84BA6B (or 0x84BA6B) is known color: Mantis. HEX triplet: 84, BA and 6B. RGB value is (132,186,107). Sum of RGB (Red+Green+Blue) = 132+186+107=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA6B is #7B4594. Grayscale: #A1A1A1. Windows color (decimal): -8078741 or 7060100. OLE color: 7060100.
HSL color Cylindrical-coordinate representation of color #84BA6B: hue angle of 101.01º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84BA6B is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 107 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.27 |
| HSL | 101.01º | 0.36% | 0.57% | - |
| HSV(B) | 101.01º | 0.42% | 0.73% | - |
| XYZ | 29.73 | 41.08 | 20.27 | - |
| YUV | 160.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 107 | 0.29 | 0 | 0.42 | 0.27 | 101.01 | 0.36 | 0.57 |
| Hex | 84 | BA | 6B | 1D | 0 | 2A | 1B | 65 | 24 | 39 |
| Octal | 204 | 272 | 153 | 35 | 0 | 52 | 33 | 145 | 44 | 71 |
| Binary | 10000100 | 10111010 | 1101011 | 11101 | 0 | 101010 | 11011 | 1100101 | 100100 | 111001 |
Color Harmonies of #84BA6B
Complementary color
Monochromatic Colors of #84BA6B
Black with #84BA6B
Text Example
Text Example
White with #84BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA6B; }
p { color: rgb(132,186,107); }
H1.HeaderClassName
{
color: #84BA6B;
}
.AnyTagClassName
{
color: #84BA6B;
}
</style>
background-color css
<style>
a { background-color: #84BA6B; }
a { background-color: rgb(132,186,107); }
div.DivClassName
{
background-color: #84BA6B;
}
.BgClassName
{
background-color: #84BA6B;
}
</style>
border-color css
<style>
span { border-color: #84BA6B; }
span { border-color: rgb(132,186,107); }
td.TdClassName
{
border-color: #84BA6B;
}
.TagClassName
{
border-color: #84BA6B;
}
</style>