#84B86A

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

Shades of Mantis #84B86A

Tints of Mantis #84B86A

Color information

#84B86A (or 0x84B86A) is unknown color: approx Mantis. HEX triplet: 84, B8 and 6A. RGB value is (132,184,106). Sum of RGB (Red+Green+Blue) = 132+184+106=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #84B86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B86A is #7B4795. Grayscale: #9F9F9F. Windows color (decimal): -8079254 or 6994052. OLE color: 6994052.

HSL color Cylindrical-coordinate representation of color #84B86A: hue angle of 100º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84B86A is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB132184106-
CMYK0.2800.420.28
HSL100º35.45%56.86%-
HSV(B)100º42.39%72.16%-
XYZ29.2640.2319.86-
YUV159.5697.77108.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 184 (72.27% from 255) = 43.60%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=31.28%
G=43.60%
B=25.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321841060.2800.420.2810035.4556.86
Hex84B86A1C02A1C642339
Octal20427015234052341444371
Binary10000100101110001101010111000101010111001100100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B86A; }

 p { color: rgb(132,184,106); }

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

<style>
 a { background-color: #84B86A; }

 a { background-color: rgb(132,184,106); }

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

<style>
 span { border-color: #84B86A; }

 span { border-color: rgb(132,184,106); }

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