COLOR #A4B855

HEX: #A4B855
RGB: (164,184,85)

Color info

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

RGB color model

#A4B855 color RGB value is (164,184,85).

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

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 85 of 255 = 33%

164
184
85

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

Portions of RGB colors in percentages

R + G + B =
164 + 184 + 85 = 433 (100%)
R 164 of 433 ~ 37.88%
G 184 of 433 ~ 42.49%
B 85 of 433 ~ 19.63%

%37.88
%42.49
%19.63

CMYK color model

#A4B855 color CMYK value is (11,0,54,28).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 53.80%
  • key color value is 27.84%
CMYK:
(11,0,54,28)
C11M0Y54K28 
(11%,0%,54%,28%)
(0.11/0.00/0.54/0.28)	

CMYK percentages

%10.87
%0
%53.8
%27.84

Codes

Color #A4B855 in popluar color models

A4B855
RGB16418485
HSL72°41.08%52.75%
HSB/HSV72°53.80%72.16%
CMYK10.87%0.00%53.80%
27.84%

Color #A4B855 in popluar number systems.

HEXA4B855
Decimal16418485
Binary10100100101110001010101
Octal244270125

Shades and tints

Shades of #A4B855

#A4B855
(164,184,85)
#96A84E
(150,168,78)
#889847
(136,152,71)
#7A8840
(122,136,64)
#6C7839
(108,120,57)
#5E6832
(94,104,50)
#50582B
(80,88,43)
#424824
(66,72,36)
#34381D
(52,56,29)
#262816
(38,40,22)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #A4B855

#A4B855
(164,184,85)
#ACBE64
(172,190,100)
#B4C473
(180,196,115)
#BCCA82
(188,202,130)
#C4D091
(196,208,145)
#CCD6A0
(204,214,160)
#D4DCAF
(212,220,175)
#DCE2BE
(220,226,190)
#E4E8CD
(228,232,205)
#ECEEDC
(236,238,220)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B855; }

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

This text font color is #A4B855.


Background Color

.myBgColor { background-color: #A4B855; }

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

This div background color is #A4B855.


Border color

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

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

This div border color is #A4B855.


Opacity

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

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

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

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

This text has shadow with #A4B855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B855 on black background.


Color preview on white background

This text has color #A4B855 on white background.



Black color preview on #A4B855 background

This text has black color on #A4B855 background.


White color preview on #A4B855 background

This text has white color on #A4B855 background.