#85B466

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

Shades of Mantis #85B466

Tints of Mantis #85B466

Color information

#85B466 (or 0x85B466) is unknown color: approx Mantis. HEX triplet: 85, B4 and 66. RGB value is (133,180,102). Sum of RGB (Red+Green+Blue) = 133+180+102=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #85B466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B466 is #7A4B99. Grayscale: #9D9D9D. Windows color (decimal): -8014746 or 6730885. OLE color: 6730885.

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

Color convert

RGB133180102-
CMYK0.2600.430.29
HSL96.15º34.21%55.29%-
HSV(B)96.15º43.33%70.59%-
XYZ28.3938.5918.52-
YUV157.0696.93110.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 180 (70.70% from 255) = 43.37%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=32.05%
G=43.37%
B=24.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331801020.2600.430.2996.1534.2155.29
Hex85B4661A02B1D602237
Octal20526414632053351404267
Binary10000101101101001100110110100101011111011100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,180,102); }

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

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

 a { background-color: rgb(133,180,102); }

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

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

 span { border-color: rgb(133,180,102); }

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