COLOR #A4B980

HEX: #A4B980 RGB: (164,185,128)

Color info

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

RGB color model

#A4B980 color RGB value is (164,185,128).

RGB: (164,185,128) (64%, 73%, 50%)

RGB channels and saturation

R 164 of 255 = 64%
G 185 of 255 = 73%
B 128 of 255 = 50%

164
185
128

R + G + B ~ 62%. #A4B980 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 185 + 128 = 477 (100%)
R 164 of 477 ~ 34.38%
G 185 of 477 ~ 38.78%
B 128 of 477 ~ 26.83'%

%34.38
%38.78
%26.83

CMYK color model

#A4B980 color CMYK value is (11,0,31,27).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 27.45%
CMYK: (11,0,31,27) C11M0Y31K27 (11%,0%,31%,27%) (0.11/0.00/0.31/0.27) 

CMYK percentages

%11.35
%0
%30.81
%27.45

Codes

Color #A4B980 in popluar color models

A4 B9 80
RGB 164 185 128
HSL 82° 28.93% 61.37%
HSB/HSV 82° 30.81% 72.55%
CMYK 11.35% 0.00% 30.81%
27.45%

Color #A4B980 in popluar number systems.

HEX A4 B9 80
Decimal 164 185 128
Binary 10100100 10111001 10000000
Octal 244 271 200

Shades and tints

Shades of #A4B980

#A4B980
(164,185,128)
#96A975
(150,169,117)
#88996A
(136,153,106)
#7A895F
(122,137,95)
#6C7954
(108,121,84)
#5E6949
(94,105,73)
#50593E
(80,89,62)
#424933
(66,73,51)
#343928
(52,57,40)
#26291D
(38,41,29)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #A4B980

#A4B980
(164,185,128)
#ACBF8B
(172,191,139)
#B4C596
(180,197,150)
#BCCBA1
(188,203,161)
#C4D1AC
(196,209,172)
#CCD7B7
(204,215,183)
#D4DDC2
(212,221,194)
#DCE3CD
(220,227,205)
#E4E9D8
(228,233,216)
#ECEFE3
(236,239,227)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B980 color. Also use rgb(164,185,128) instead hex code.

Text Font Color

.myTextColor { color: #A4B980; }

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

This text font color is #A4B980.

Background Color

.myBgColor { background-color: #A4B980; }

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

This div background color is #A4B980.

Border color

.myBorderColor { border: 1px solid #A4B980; }

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

This div border color is #A4B980.

Opacity

.myOpacity80 { color: #A4B980; opacity: 0.8; }

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

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

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

This text has shadow with #A4B980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B980.

Preview

Color preview on black background

This text has color #A4B980 on black background.


Color preview on white background

This text has color #A4B980 on white background.


Black color preview on #A4B980 background

This text has black color on #A4B980 background.


White color preview on #A4B980 background

This text has white color on #A4B980 background.


Related colors

Complementary color

Complementary color for #hex is #5B467F.


I love getcolorcode.com

Triadic colors

1 #80A4B9 and #B980A4 with #A4B980 are triadic colors.

2 #80B9A4 and #B9A480 with #A4B980 are triadic colors.