Shades of Mantis #84BA76
Tints of Mantis #84BA76
RGB
CMYK
RGB Variations
Color information
#84BA76 (or 0x84BA76) is known color: Mantis. HEX triplet: 84, BA and 76. RGB value is (132,186,118). Sum of RGB (Red+Green+Blue) = 132+186+118=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA76 is #7B4589. Grayscale: #A2A2A2. Windows color (decimal): -8078730 or 7780996. OLE color: 7780996.
HSL color Cylindrical-coordinate representation of color #84BA76: hue angle of 107.65º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84BA76 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 118 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.27 |
| HSL | 107.65º | 0.33% | 0.6% | - |
| HSV(B) | 107.65º | 0.37% | 0.73% | - |
| XYZ | 30.34 | 41.33 | 23.52 | - |
| YUV | 162.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 118 | 0.29 | 0 | 0.37 | 0.27 | 107.65 | 0.33 | 0.6 |
| Hex | 84 | BA | 76 | 1D | 0 | 25 | 1B | 6C | 21 | 3C |
| Octal | 204 | 272 | 166 | 35 | 0 | 45 | 33 | 154 | 41 | 74 |
| Binary | 10000100 | 10111010 | 1110110 | 11101 | 0 | 100101 | 11011 | 1101100 | 100001 | 111100 |
Color Harmonies of #84BA76
Complementary color
Monochromatic Colors of #84BA76
Black with #84BA76
Text Example
Text Example
White with #84BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA76; }
p { color: rgb(132,186,118); }
H1.HeaderClassName
{
color: #84BA76;
}
.AnyTagClassName
{
color: #84BA76;
}
</style>
background-color css
<style>
a { background-color: #84BA76; }
a { background-color: rgb(132,186,118); }
div.DivClassName
{
background-color: #84BA76;
}
.BgClassName
{
background-color: #84BA76;
}
</style>
border-color css
<style>
span { border-color: #84BA76; }
span { border-color: rgb(132,186,118); }
td.TdClassName
{
border-color: #84BA76;
}
.TagClassName
{
border-color: #84BA76;
}
</style>