#85B856

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

Shades of Mantis #85B856

Tints of Mantis #85B856

Color information

#85B856 (or 0x85B856) is unknown color: approx Mantis. HEX triplet: 85, B8 and 56. RGB value is (133,184,86). Sum of RGB (Red+Green+Blue) = 133+184+86=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #85B856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B856 is #7A47A9. Grayscale: #9D9D9D. Windows color (decimal): -8013738 or 5683333. OLE color: 5683333.

HSL color Cylindrical-coordinate representation of color #85B856: hue angle of 91.22º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85B856 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB13318486-
CMYK0.2800.530.28
HSL91.22º40.83%52.94%-
HSV(B)91.22º53.26%72.16%-
XYZ28.4939.9415.01-
YUV157.5887.6110.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 184 (72.27% from 255) = 45.66%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=33.00%
G=45.66%
B=21.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133184860.2800.530.2891.2240.8352.94
Hex85B8561C0351C5b2935
Octal20527012634065341335165
Binary10000101101110001010110111000110101111001011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,184,86); }

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

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

 a { background-color: rgb(133,184,86); }

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

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

 span { border-color: rgb(133,184,86); }

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