Shades of Mantis #85BA6D
Tints of Mantis #85BA6D
RGB
CMYK
RGB Variations
Color information
#85BA6D (or 0x85BA6D) is known color: Mantis. HEX triplet: 85, BA and 6D. RGB value is (133,186,109). Sum of RGB (Red+Green+Blue) = 133+186+109=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA6D is #7A4592. Grayscale: #A1A1A1. Windows color (decimal): -8013203 or 7191173. OLE color: 7191173.
HSL color Cylindrical-coordinate representation of color #85BA6D: hue angle of 101.3º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85BA6D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 109 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.27 |
| HSL | 101.3º | 0.36% | 0.58% | - |
| HSV(B) | 101.3º | 0.41% | 0.73% | - |
| XYZ | 29.99 | 41.21 | 20.84 | - |
| YUV | 161.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 109 | 0.28 | 0 | 0.41 | 0.27 | 101.3 | 0.36 | 0.58 |
| Hex | 85 | BA | 6D | 1C | 0 | 29 | 1B | 65 | 24 | 3A |
| Octal | 205 | 272 | 155 | 34 | 0 | 51 | 33 | 145 | 44 | 72 |
| Binary | 10000101 | 10111010 | 1101101 | 11100 | 0 | 101001 | 11011 | 1100101 | 100100 | 111010 |
Color Harmonies of #85BA6D
Complementary color
Monochromatic Colors of #85BA6D
Black with #85BA6D
Text Example
Text Example
White with #85BA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA6D; }
p { color: rgb(133,186,109); }
H1.HeaderClassName
{
color: #85BA6D;
}
.AnyTagClassName
{
color: #85BA6D;
}
</style>
background-color css
<style>
a { background-color: #85BA6D; }
a { background-color: rgb(133,186,109); }
div.DivClassName
{
background-color: #85BA6D;
}
.BgClassName
{
background-color: #85BA6D;
}
</style>
border-color css
<style>
span { border-color: #85BA6D; }
span { border-color: rgb(133,186,109); }
td.TdClassName
{
border-color: #85BA6D;
}
.TagClassName
{
border-color: #85BA6D;
}
</style>