#85BA6D

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

Shades of Mantis #85BA6D

Tints of Mantis #85BA6D

Color information

#85BA6D (or 0x85BA6D) is unknown color: approx Mantis. HEX triplet: 85, BA and 6D. RGB value is (133,186,109). Sum of RGB (Red+Green+Blue) = 133+186+109=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85BA6D is #7A4592. Grayscale: #A1A1A1. Windows color (decimal): -8013203 or 7191173. OLE color: 7191173.

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

Color convert

RGB133186109-
CMYK0.2800.410.27
HSL101.3º35.81%57.84%-
HSV(B)101.3º41.4%72.94%-
XYZ29.9941.2120.84-
YUV161.3798.44107.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=31.07%
G=43.46%
B=25.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331861090.2800.410.27101.335.8157.84
Hex85BA6D1C0291B65243a
Octal20527215534051331454472
Binary10000101101110101101101111000101001110111100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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