COLOR #A4BD84

HEX: #A4BD84
RGB: (164,189,132)

Color info

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

RGB color model

#A4BD84 color RGB value is (164,189,132).

  • red value is 164;
  • green value is 189;
  • blue value is 132.
RGB:
(164,189,132)
(64%,74%,52%)

RGB channels and saturation

R 164 of 255 = 64%
G 189 of 255 = 74%
B 132 of 255 = 52%

164
189
132

R + G + B ~ 63%. #A4BD84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 189 + 132 = 485 (100%)
R 164 of 485 ~ 33.81%
G 189 of 485 ~ 38.97%
B 132 of 485 ~ 27.22%

%33.81
%38.97
%27.22

CMYK color model

#A4BD84 color CMYK value is (13,0,30,26).

  • cyan value is 13.23%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK:
(13,0,30,26)
C13M0Y30K26 
(13%,0%,30%,26%)
(0.13/0.00/0.30/0.26)	

CMYK percentages

%13.23
%0
%30.16
%25.88

Codes

Color #A4BD84 in popluar color models

A4BD84
RGB164189132
HSL86°30.16%62.94%
HSB/HSV86°30.16%74.12%
CMYK13.23%0.00%30.16%
25.88%

Color #A4BD84 in popluar number systems.

HEXA4BD84
Decimal164189132
Binary101001001011110110000100
Octal244275204

Shades and tints

Shades of #A4BD84

#A4BD84
(164,189,132)
#96AC78
(150,172,120)
#889B6C
(136,155,108)
#7A8A60
(122,138,96)
#6C7954
(108,121,84)
#5E6848
(94,104,72)
#50573C
(80,87,60)
#424630
(66,70,48)
#343524
(52,53,36)
#262418
(38,36,24)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #A4BD84

#A4BD84
(164,189,132)
#ACC38F
(172,195,143)
#B4C99A
(180,201,154)
#BCCFA5
(188,207,165)
#C4D5B0
(196,213,176)
#CCDBBB
(204,219,187)
#D4E1C6
(212,225,198)
#DCE7D1
(220,231,209)
#E4EDDC
(228,237,220)
#ECF3E7
(236,243,231)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BD84 color. Also use rgb(164,189,132) instead hex code.

Text Font Color

.myTextColor { color: #A4BD84; }

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

This text font color is #A4BD84.


Background Color

.myBgColor { background-color: #A4BD84; }

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

This div background color is #A4BD84.


Border color

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

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

This div border color is #A4BD84.


Opacity

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

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

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

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

This text has shadow with #A4BD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BD84 on black background.


Color preview on white background

This text has color #A4BD84 on white background.



Black color preview on #A4BD84 background

This text has black color on #A4BD84 background.


White color preview on #A4BD84 background

This text has white color on #A4BD84 background.