COLOR #84B943

HEX: #84B943 RGB: (132,185,67)

Color info

#84B943 contains mainly red and green colors. Web safe color of #84B943 is #99CC33 (or #9C3).

RGB color model

#84B943 color RGB value is (132,185,67).

RGB: (132,185,67) (52%, 73%, 26%)

RGB channels and saturation

R 132 of 255 = 52%
G 185 of 255 = 73%
B 67 of 255 = 26%

132
185
67

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

Portions of RGB colors in percentages

R + G + B = 132 + 185 + 67 = 384 (100%)
R 132 of 384 ~ 34.38%
G 185 of 384 ~ 48.18%
B 67 of 384 ~ 17.45'%

%34.38
%48.18
%17.45

CMYK color model

#84B943 color CMYK value is (29,0,64,27).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 63.78%
  • key color value is 27.45%

CMYK: (29,0,64,27)
C29M0Y64K27 (29%, 0%, 64%, 27%)
(0.29 / 0.00 / 0.64 / 0.27)

CMYK percentages

%28.65
%0
%63.78
%27.45

Codes

Color #84B943 in popluar color models

84 B9 43
RGB 132 185 67
HSL 87° 46.83% 49.41%
HSB/HSV 87° 63.78% 72.55%
CMYK 28.65% 0.00% 63.78%
27.45%

Color #84B943 in popluar number systems.

HEX 84 B9 43
Decimal 132 185 67
Binary 10000100 10111001 1000011
Octal 204 271 103

Shades and tints

Shades of #84B943

#84B943
(132,185,67)
#78A93D
(120,169,61)
#6C9937
(108,153,55)
#608931
(96,137,49)
#54792B
(84,121,43)
#486925
(72,105,37)
#3C591F
(60,89,31)
#304919
(48,73,25)
#243913
(36,57,19)
#18290D
(24,41,13)
#0C1907
(12,25,7)
#000000
(0,0,0)

Tints of #84B943

#84B943
(132,185,67)
#8FBF54
(143,191,84)
#9AC565
(154,197,101)
#A5CB76
(165,203,118)
#B0D187
(176,209,135)
#BBD798
(187,215,152)
#C6DDA9
(198,221,169)
#D1E3BA
(209,227,186)
#DCE9CB
(220,233,203)
#E7EFDC
(231,239,220)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B943 color. Also use rgb(132,185,67) instead hex code.

Text Font Color

.myTextColor { color: #84B943; }

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

This text font color is #84B943.

Background Color

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

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

This div background color is #84B943.

Border color

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

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

This div border color is #84B943.

Opacity

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

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

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

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

This text has shadow with #84B943 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B943.

Preview

Color preview on black background

This text has color #84B943 on black background.


Color preview on white background

This text has color #84B943 on white background.


Black color preview on #84B943 background

This text has black color on #84B943 background.


White color preview on #84B943 background

This text has white color on #84B943 background.


Related colors

Complementary color

Complementary color for #hex is #7B46BC.


I love getcolorcode.com

Triadic colors

1 #4384B9 and #B94384 with #84B943 are triadic colors.

2 #43B984 and #B98443 with #84B943 are triadic colors.