#85BC5B

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

Shades of Mantis #85BC5B

Tints of Mantis #85BC5B

Color information

#85BC5B (or 0x85BC5B) is unknown color: approx Mantis. HEX triplet: 85, BC and 5B. RGB value is (133,188,91). Sum of RGB (Red+Green+Blue) = 133+188+91=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BC5B is #7A43A4. Grayscale: #A0A0A0. Windows color (decimal): -8012709 or 6012037. OLE color: 6012037.

HSL color Cylindrical-coordinate representation of color #85BC5B: hue angle of 94.02º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85BC5B is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB13318891-
CMYK0.2900.520.26
HSL94.02º41.99%54.71%-
HSV(B)94.02º51.6%73.73%-
XYZ29.5441.7116.39-
YUV160.588.78108.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 188 (73.83% from 255) = 45.63%
BLUE value IS 91 (35.94% from 255) = 22.09%
R=32.28%
G=45.63%
B=22.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133188910.2900.520.2694.0241.9954.71
Hex85BC5B1D0341A5e2a37
Octal20527413335064321365267
Binary10000101101111001011011111010110100110101011110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,188,91); }

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

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

 a { background-color: rgb(133,188,91); }

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

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

 span { border-color: rgb(133,188,91); }

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