#85BA73

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

Shades of Mantis #85BA73

Tints of Mantis #85BA73

Color information

#85BA73 (or 0x85BA73) is unknown color: approx Mantis. HEX triplet: 85, BA and 73. RGB value is (133,186,115). Sum of RGB (Red+Green+Blue) = 133+186+115=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA73 is #7A458C. Grayscale: #A2A2A2. Windows color (decimal): -8013197 or 7584389. OLE color: 7584389.

HSL color Cylindrical-coordinate representation of color #85BA73: hue angle of 104.79º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85BA73 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB133186115-
CMYK0.2800.380.27
HSL104.79º33.97%59.02%-
HSV(B)104.79º38.17%72.94%-
XYZ30.3341.3422.6-
YUV162.06101.44107.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=30.65%
G=42.86%
B=26.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331861150.2800.380.27104.7933.9759.02
Hex85BA731C0261B69223b
Octal20527216334046331514273
Binary10000101101110101110011111000100110110111101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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