COLOR #84B480

HEX: #84B480 RGB: (132,180,128)

Color info

#84B480 contains red, green and blue colors in about the same proportion. Web safe color of #84B480 is #99CC66 (or #9C6).

RGB color model

#84B480 color RGB value is (132,180,128).

RGB: (132,180,128) (52%, 71%, 50%)

RGB channels and saturation

R 132 of 255 = 52%
G 180 of 255 = 71%
B 128 of 255 = 50%

132
180
128

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

Portions of RGB colors in percentages

R + G + B = 132 + 180 + 128 = 440 (100%)
R 132 of 440 ~ 30%
G 180 of 440 ~ 40.91%
B 128 of 440 ~ 29.09'%

%30
%40.91
%29.09

CMYK color model

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

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 29.41%

CMYK: (27,0,29,29)
C27M0Y29K29 (27%, 0%, 29%, 29%)
(0.27 / 0.00 / 0.29 / 0.29)

CMYK percentages

%26.67
%0
%28.89
%29.41

Codes

Color #84B480 in popluar color models

84 B4 80
RGB 132 180 128
HSL 115° 25.74% 60.39%
HSB/HSV 115° 28.89% 70.59%
CMYK 26.67% 0.00% 28.89%
29.41%

Color #84B480 in popluar number systems.

HEX 84 B4 80
Decimal 132 180 128
Binary 10000100 10110100 10000000
Octal 204 264 200

Shades and tints

Shades of #84B480

#84B480
(132,180,128)
#78A475
(120,164,117)
#6C946A
(108,148,106)
#60845F
(96,132,95)
#547454
(84,116,84)
#486449
(72,100,73)
#3C543E
(60,84,62)
#304433
(48,68,51)
#243428
(36,52,40)
#18241D
(24,36,29)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #84B480

#84B480
(132,180,128)
#8FBA8B
(143,186,139)
#9AC096
(154,192,150)
#A5C6A1
(165,198,161)
#B0CCAC
(176,204,172)
#BBD2B7
(187,210,183)
#C6D8C2
(198,216,194)
#D1DECD
(209,222,205)
#DCE4D8
(220,228,216)
#E7EAE3
(231,234,227)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B480 color. Also use rgb(132,180,128) instead hex code.

Text Font Color

.myTextColor { color: #84B480; }

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

This text font color is #84B480.

Background Color

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

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

This div background color is #84B480.

Border color

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

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

This div border color is #84B480.

Opacity

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

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

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

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

This text has shadow with #84B480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B480.

Preview

Color preview on black background

This text has color #84B480 on black background.


Color preview on white background

This text has color #84B480 on white background.


Black color preview on #84B480 background

This text has black color on #84B480 background.


White color preview on #84B480 background

This text has white color on #84B480 background.


Related colors

Complementary color

Complementary color for #hex is #7B4B7F.


I love getcolorcode.com

Triadic colors

1 #8084B4 and #B48084 with #84B480 are triadic colors.

2 #80B484 and #B48480 with #84B480 are triadic colors.