#85BA6F

Color #85BA6F Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #85BA6F

Tints of Mantis #85BA6F

Color information

#85BA6F (or 0x85BA6F) is unknown color: approx Mantis. HEX triplet: 85, BA and 6F. RGB value is (133,186,111). Sum of RGB (Red+Green+Blue) = 133+186+111=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA6F is #7A4590. Grayscale: #A1A1A1. Windows color (decimal): -8013201 or 7322245. OLE color: 7322245.

HSL color Cylindrical-coordinate representation of color #85BA6F: hue angle of 102.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BA6F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB133186111-
CMYK0.2800.400.27
HSL102.4º35.21%58.24%-
HSV(B)102.4º40.32%72.94%-
XYZ30.141.2521.41-
YUV161.699.44107.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 186 (73.05% from 255) = 43.26%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=30.93%
G=43.26%
B=25.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331861110.2800.400.27102.435.2158.24
Hex85BA6F1C0281B66233a
Octal20527215734050331464372
Binary10000101101110101101111111000101000110111100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BA6F; }

 p { color: rgb(133,186,111); }

 H1.HeaderClassName
 {
   color: #85BA6F;
 }
 .AnyTagClassName
 {
   color: #85BA6F;
 }
</style>
background-color css

<style>
 a { background-color: #85BA6F; }

 a { background-color: rgb(133,186,111); }

 div.DivClassName
 {
   background-color: #85BA6F;
 }
 .BgClassName
 {
   background-color: #85BA6F;
 }
</style>
border-color css

<style>
 span { border-color: #85BA6F; }

 span { border-color: rgb(133,186,111); }

 td.TdClassName
 {
   border-color: #85BA6F;
 }
 .TagClassName
 {
   border-color: #85BA6F;
 }
</style>