COLOR #A4B85D

HEX: #A4B85D
RGB: (164,184,93)

Color info

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

RGB color model

#A4B85D color RGB value is (164,184,93).

  • red value is 164;
  • green value is 184;
  • blue value is 93.
RGB:
(164,184,93)
(64%,72%,36%)

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 93 of 255 = 36%

164
184
93

R + G + B ~ 57%. #A4B85D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 184 + 93 = 441 (100%)
R 164 of 441 ~ 37.19%
G 184 of 441 ~ 41.72%
B 93 of 441 ~ 21.09%

%37.19
%41.72
%21.09

CMYK color model

#A4B85D color CMYK value is (11,0,49,28).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 49.46%
  • key color value is 27.84%
CMYK:
(11,0,49,28)
C11M0Y49K28 
(11%,0%,49%,28%)
(0.11/0.00/0.49/0.28)	

CMYK percentages

%10.87
%0
%49.46
%27.84

Codes

Color #A4B85D in popluar color models

A4B85D
RGB16418493
HSL73°39.06%54.31%
HSB/HSV73°49.46%72.16%
CMYK10.87%0.00%49.46%
27.84%

Color #A4B85D in popluar number systems.

HEXA4B85D
Decimal16418493
Binary10100100101110001011101
Octal244270135

Shades and tints

Shades of #A4B85D

#A4B85D
(164,184,93)
#96A855
(150,168,85)
#88984D
(136,152,77)
#7A8845
(122,136,69)
#6C783D
(108,120,61)
#5E6835
(94,104,53)
#50582D
(80,88,45)
#424825
(66,72,37)
#34381D
(52,56,29)
#262815
(38,40,21)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #A4B85D

#A4B85D
(164,184,93)
#ACBE6B
(172,190,107)
#B4C479
(180,196,121)
#BCCA87
(188,202,135)
#C4D095
(196,208,149)
#CCD6A3
(204,214,163)
#D4DCB1
(212,220,177)
#DCE2BF
(220,226,191)
#E4E8CD
(228,232,205)
#ECEEDB
(236,238,219)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B85D color. Also use rgb(164,184,93) instead hex code.

Text Font Color

.myTextColor { color: #A4B85D; }

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

This text font color is #A4B85D.


Background Color

.myBgColor { background-color: #A4B85D; }

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

This div background color is #A4B85D.


Border color

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

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

This div border color is #A4B85D.


Opacity

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

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

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

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

This text has shadow with #A4B85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B85D on black background.


Color preview on white background

This text has color #A4B85D on white background.



Black color preview on #A4B85D background

This text has black color on #A4B85D background.


White color preview on #A4B85D background

This text has white color on #A4B85D background.