Shades of Mantis #84BA69
Tints of Mantis #84BA69
RGB
CMYK
RGB Variations
Color information
#84BA69 (or 0x84BA69) is known color: Mantis. HEX triplet: 84, BA and 69. RGB value is (132,186,105). Sum of RGB (Red+Green+Blue) = 132+186+105=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA69 is #7B4596. Grayscale: #A0A0A0. Windows color (decimal): -8078743 or 6929028. OLE color: 6929028.
HSL color Cylindrical-coordinate representation of color #84BA69: hue angle of 100º 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 #84BA69 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 105 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.27 |
| HSL | 100º | 0.37% | 0.57% | - |
| HSV(B) | 100º | 0.44% | 0.73% | - |
| XYZ | 29.62 | 41.04 | 19.73 | - |
| YUV | 160.62 | 96.61 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 105 | 0.29 | 0 | 0.44 | 0.27 | 100 | 0.37 | 0.57 |
| Hex | 84 | BA | 69 | 1D | 0 | 2C | 1B | 64 | 25 | 39 |
| Octal | 204 | 272 | 151 | 35 | 0 | 54 | 33 | 144 | 45 | 71 |
| Binary | 10000100 | 10111010 | 1101001 | 11101 | 0 | 101100 | 11011 | 1100100 | 100101 | 111001 |
Color Harmonies of #84BA69
Complementary color
Monochromatic Colors of #84BA69
Black with #84BA69
Text Example
Text Example
White with #84BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA69; }
p { color: rgb(132,186,105); }
H1.HeaderClassName
{
color: #84BA69;
}
.AnyTagClassName
{
color: #84BA69;
}
</style>
background-color css
<style>
a { background-color: #84BA69; }
a { background-color: rgb(132,186,105); }
div.DivClassName
{
background-color: #84BA69;
}
.BgClassName
{
background-color: #84BA69;
}
</style>
border-color css
<style>
span { border-color: #84BA69; }
span { border-color: rgb(132,186,105); }
td.TdClassName
{
border-color: #84BA69;
}
.TagClassName
{
border-color: #84BA69;
}
</style>