COLOR #84BA73

HEX: #84BA73
RGB: (132,186,115)

Color info

#84BA73 contains mainly red and green colors. Web safe color of #84BA73 is #99CC66 (or #9C6).

RGB color model

#84BA73 color RGB value is (132,186,115).

  • red value is 132;
  • green value is 186;
  • blue value is 115.
RGB:
(132,186,115)
(52%,73%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 186 of 255 = 73%
B 115 of 255 = 45%

132
186
115

R + G + B ~ 57%. #84BA73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 186 + 115 = 433 (100%)
R 132 of 433 ~ 30.48%
G 186 of 433 ~ 42.96%
B 115 of 433 ~ 26.56%

%30.48
%42.96
%26.56

CMYK color model

#84BA73 color CMYK value is (29,0,38,27).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 38.17%
  • key color value is 27.06%
CMYK:
(29,0,38,27)
C29M0Y38K27 
(29%,0%,38%,27%)
(0.29/0.00/0.38/0.27)	

CMYK percentages

%29.03
%0
%38.17
%27.06

Codes

Color #84BA73 in popluar color models

84BA73
RGB132186115
HSL106°33.97%59.02%
HSB/HSV106°38.17%72.94%
CMYK29.03%0.00%38.17%
27.06%

Color #84BA73 in popluar number systems.

HEX84BA73
Decimal132186115
Binary10000100101110101110011
Octal204272163

Shades and tints

Shades of #84BA73

#84BA73
(132,186,115)
#78AA69
(120,170,105)
#6C9A5F
(108,154,95)
#608A55
(96,138,85)
#547A4B
(84,122,75)
#486A41
(72,106,65)
#3C5A37
(60,90,55)
#304A2D
(48,74,45)
#243A23
(36,58,35)
#182A19
(24,42,25)
#0C1A0F
(12,26,15)
#000000
(0,0,0)

Tints of #84BA73

#84BA73
(132,186,115)
#8FC07F
(143,192,127)
#9AC68B
(154,198,139)
#A5CC97
(165,204,151)
#B0D2A3
(176,210,163)
#BBD8AF
(187,216,175)
#C6DEBB
(198,222,187)
#D1E4C7
(209,228,199)
#DCEAD3
(220,234,211)
#E7F0DF
(231,240,223)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BA73 color. Also use rgb(132,186,115) instead hex code.

Text Font Color

.myTextColor { color: #84BA73; }

<p style="color:#84BA73">This sample text font color is #84BA73.</p>

This text font color is #84BA73.


Background Color

.myBgColor { background-color: #84BA73; }

<div style="background-color:#84BA73">Inner text</div>

This div background color is #84BA73.


Border color

.myBorderColor { border: 1px solid #84BA73; }

<div style="border:3px solid #84BA73">Div</div>

This div border color is #84BA73.


Opacity

.myOpacity80 { color: #84BA73; opacity: 0.8; }

<p style="color:#84BA73;opacity:0.8;">80%</p>

Text with #84BA73 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #84BA73;}

<p style="text-shadow: 3px 3px 1px #84BA73">Text here.</p>

This text has shadow with #84BA73 color.

.textShadow {text-shadow: 3px 3px 1px #84BA73, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #84BA73, 5px 5px 20px red">Text here.</p>

This text has shadow with #84BA73 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84BA73, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#84BA73, Direction=45, Strength=4)">Text</p>

This text has shadow with #84BA73 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #84BA73;
  -webkit-box-shadow:	1px 1px 3px 2px #84BA73;
  box-shadow:		1px 1px 3px 2px #84BA73;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84BA73;
-webkit-box-shadow: 1px 1px 3px 2px #84BA73;
box-shadow:1px 1px 3px 2px #84BA73;">
Div content here</div>
This div box has shadow with color #84BA73.

Preview

Color preview on black background

This text has color #84BA73 on black background.


Color preview on white background

This text has color #84BA73 on white background.



Black color preview on #84BA73 background

This text has black color on #84BA73 background.


White color preview on #84BA73 background

This text has white color on #84BA73 background.