#84BA73

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

Shades of Mantis #84BA73

Tints of Mantis #84BA73

Color information

#84BA73 (or 0x84BA73) is unknown color: approx Mantis. HEX triplet: 84, BA and 73. RGB value is (132,186,115). Sum of RGB (Red+Green+Blue) = 132+186+115=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA73 is #7B458C. Grayscale: #A1A1A1. Windows color (decimal): -8078733 or 7584388. OLE color: 7584388.

HSL color Cylindrical-coordinate representation of color #84BA73: hue angle of 105.63º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84BA73 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB132186115-
CMYK0.2900.380.27
HSL105.63º33.97%59.02%-
HSV(B)105.63º38.17%72.94%-
XYZ30.1741.2622.59-
YUV161.76101.61106.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.48%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=30.48%
G=42.96%
B=26.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321861150.2900.380.27105.6333.9759.02
Hex84BA731D0261B6a223b
Octal20427216335046331524273
Binary10000100101110101110011111010100110110111101010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,186,115); }

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

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

 a { background-color: rgb(132,186,115); }

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

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

 span { border-color: rgb(132,186,115); }

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