#84BA60

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

Shades of Mantis #84BA60

Tints of Mantis #84BA60

Color information

#84BA60 (or 0x84BA60) is unknown color: approx Mantis. HEX triplet: 84, BA and 60. RGB value is (132,186,96). Sum of RGB (Red+Green+Blue) = 132+186+96=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA60 is #7B459F. Grayscale: #9F9F9F. Windows color (decimal): -8078752 or 6339204. OLE color: 6339204.

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

Color convert

RGB13218696-
CMYK0.2900.480.27
HSL96º39.47%55.29%-
HSV(B)96º48.39%72.94%-
XYZ29.1940.8717.42-
YUV159.5992.11108.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 186 (73.05% from 255) = 44.93%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=31.88%
G=44.93%
B=23.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132186960.2900.480.279639.4755.29
Hex84BA601D0301B602737
Octal20427214035060331404767
Binary10000100101110101100000111010110000110111100000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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