Shades of Mantis #84B869
Tints of Mantis #84B869
RGB
CMYK
RGB Variations
Color information
#84B869 (or 0x84B869) is known color: Mantis. HEX triplet: 84, B8 and 69. RGB value is (132,184,105). Sum of RGB (Red+Green+Blue) = 132+184+105=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #84B869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B869 is #7B4796. Grayscale: #9F9F9F. Windows color (decimal): -8079255 or 6928516. OLE color: 6928516.
HSL color Cylindrical-coordinate representation of color #84B869: hue angle of 99.49º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84B869 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 105 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.28 |
| HSL | 99.49º | 0.36% | 0.57% | - |
| HSV(B) | 99.49º | 0.43% | 0.72% | - |
| XYZ | 29.21 | 40.21 | 19.59 | - |
| YUV | 159.45 | 97.27 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 105 | 0.28 | 0 | 0.43 | 0.28 | 99.49 | 0.36 | 0.57 |
| Hex | 84 | B8 | 69 | 1C | 0 | 2B | 1C | 63 | 24 | 39 |
| Octal | 204 | 270 | 151 | 34 | 0 | 53 | 34 | 143 | 44 | 71 |
| Binary | 10000100 | 10111000 | 1101001 | 11100 | 0 | 101011 | 11100 | 1100011 | 100100 | 111001 |
Color Harmonies of #84B869
Complementary color
Monochromatic Colors of #84B869
Black with #84B869
Text Example
Text Example
White with #84B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B869; }
p { color: rgb(132,184,105); }
H1.HeaderClassName
{
color: #84B869;
}
.AnyTagClassName
{
color: #84B869;
}
</style>
background-color css
<style>
a { background-color: #84B869; }
a { background-color: rgb(132,184,105); }
div.DivClassName
{
background-color: #84B869;
}
.BgClassName
{
background-color: #84B869;
}
</style>
border-color css
<style>
span { border-color: #84B869; }
span { border-color: rgb(132,184,105); }
td.TdClassName
{
border-color: #84B869;
}
.TagClassName
{
border-color: #84B869;
}
</style>