COLOR #84BA6B

HEX: #84BA6B RGB: (132,186,107)

Color info

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

RGB color model

#84BA6B color RGB value is (132,186,107).

RGB: (132,186,107) (52%, 73%, 42%)

RGB channels and saturation

R 132 of 255 = 52%
G 186 of 255 = 73%
B 107 of 255 = 42%

132
186
107

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

Portions of RGB colors in percentages

R + G + B = 132 + 186 + 107 = 425 (100%)
R 132 of 425 ~ 31.06%
G 186 of 425 ~ 43.76%
B 107 of 425 ~ 25.18'%

%31.06
%43.76
%25.18

CMYK color model

#84BA6B color CMYK value is (29,0,42,27).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 42.47%
  • key color value is 27.06%
CMYK: (29,0,42,27) C29M0Y42K27 (29%,0%,42%,27%) (0.29/0.00/0.42/0.27) 

CMYK percentages

%29.03
%0
%42.47
%27.06

Codes

Color #84BA6B in popluar color models

84 BA 6B
RGB 132 186 107
HSL 101° 36.41% 57.45%
HSB/HSV 101° 42.47% 72.94%
CMYK 29.03% 0.00% 42.47%
27.06%

Color #84BA6B in popluar number systems.

HEX 84 BA 6B
Decimal 132 186 107
Binary 10000100 10111010 1101011
Octal 204 272 153

Shades and tints

Shades of #84BA6B

#84BA6B
(132,186,107)
#78AA62
(120,170,98)
#6C9A59
(108,154,89)
#608A50
(96,138,80)
#547A47
(84,122,71)
#486A3E
(72,106,62)
#3C5A35
(60,90,53)
#304A2C
(48,74,44)
#243A23
(36,58,35)
#182A1A
(24,42,26)
#0C1A11
(12,26,17)
#000000
(0,0,0)

Tints of #84BA6B

#84BA6B
(132,186,107)
#8FC078
(143,192,120)
#9AC685
(154,198,133)
#A5CC92
(165,204,146)
#B0D29F
(176,210,159)
#BBD8AC
(187,216,172)
#C6DEB9
(198,222,185)
#D1E4C6
(209,228,198)
#DCEAD3
(220,234,211)
#E7F0E0
(231,240,224)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BA6B; }

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

This text font color is #84BA6B.

Background Color

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

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

This div background color is #84BA6B.

Border color

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

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

This div border color is #84BA6B.

Opacity

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

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

Text with #84BA6B 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 #84BA6B;}

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

This text has shadow with #84BA6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84BA6B.

Preview

Color preview on black background

This text has color #84BA6B on black background.


Color preview on white background

This text has color #84BA6B on white background.


Black color preview on #84BA6B background

This text has black color on #84BA6B background.


White color preview on #84BA6B background

This text has white color on #84BA6B background.


Related colors

Complementary color

Complementary color for #hex is #7B4594.


I love getcolorcode.com

Triadic colors

1 #6B84BA and #BA6B84 with #84BA6B are triadic colors.

2 #6BBA84 and #BA846B with #84BA6B are triadic colors.