COLOR #A4B866

HEX: #A4B866
RGB: (164,184,102)

Color info

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

RGB color model

#A4B866 color RGB value is (164,184,102).

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

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 102 of 255 = 40%

164
184
102

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

Portions of RGB colors in percentages

R + G + B =
164 + 184 + 102 = 450 (100%)
R 164 of 450 ~ 36.44%
G 184 of 450 ~ 40.89%
B 102 of 450 ~ 22.67%

%36.44
%40.89
%22.67

CMYK color model

#A4B866 color CMYK value is (11,0,45,28).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 44.57%
  • key color value is 27.84%
CMYK:
(11,0,45,28)
C11M0Y45K28 
(11%,0%,45%,28%)
(0.11/0.00/0.45/0.28)	

CMYK percentages

%10.87
%0
%44.57
%27.84

Codes

Color #A4B866 in popluar color models

A4B866
RGB164184102
HSL75°36.61%56.08%
HSB/HSV75°44.57%72.16%
CMYK10.87%0.00%44.57%
27.84%

Color #A4B866 in popluar number systems.

HEXA4B866
Decimal164184102
Binary10100100101110001100110
Octal244270146

Shades and tints

Shades of #A4B866

#A4B866
(164,184,102)
#96A85D
(150,168,93)
#889854
(136,152,84)
#7A884B
(122,136,75)
#6C7842
(108,120,66)
#5E6839
(94,104,57)
#505830
(80,88,48)
#424827
(66,72,39)
#34381E
(52,56,30)
#262815
(38,40,21)
#18180C
(24,24,12)
#000000
(0,0,0)

Tints of #A4B866

#A4B866
(164,184,102)
#ACBE73
(172,190,115)
#B4C480
(180,196,128)
#BCCA8D
(188,202,141)
#C4D09A
(196,208,154)
#CCD6A7
(204,214,167)
#D4DCB4
(212,220,180)
#DCE2C1
(220,226,193)
#E4E8CE
(228,232,206)
#ECEEDB
(236,238,219)
#F4F4E8
(244,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B866; }

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

This text font color is #A4B866.


Background Color

.myBgColor { background-color: #A4B866; }

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

This div background color is #A4B866.


Border color

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

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

This div border color is #A4B866.


Opacity

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

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

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

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

This text has shadow with #A4B866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B866 on black background.


Color preview on white background

This text has color #A4B866 on white background.



Black color preview on #A4B866 background

This text has black color on #A4B866 background.


White color preview on #A4B866 background

This text has white color on #A4B866 background.