COLOR #A4B04E

HEX: #A4B04E RGB: (164,176,78)

Color info

#A4B04E contains mainly red and green colors. Web safe color of #A4B04E is #999966 (or #996).

RGB color model

#A4B04E color RGB value is (164,176,78).

RGB: (164,176,78) (64%, 69%, 31%)

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 78 of 255 = 31%

164
176
78

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

Portions of RGB colors in percentages

R + G + B = 164 + 176 + 78 = 418 (100%)
R 164 of 418 ~ 39.23%
G 176 of 418 ~ 42.11%
B 78 of 418 ~ 18.66'%

%39.23
%42.11
%18.66

CMYK color model

#A4B04E color CMYK value is (7,0,56,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 55.68%
  • key color value is 30.98%
CMYK: (7,0,56,31) C7M0Y56K31 (7%,0%,56%,31%) (0.07/0.00/0.56/0.31) 

CMYK percentages

%6.82
%0
%55.68
%30.98

Codes

Color #A4B04E in popluar color models

A4 B0 4E
RGB 164 176 78
HSL 67° 38.58% 49.80%
HSB/HSV 67° 55.68% 69.02%
CMYK 6.82% 0.00% 55.68%
30.98%

Color #A4B04E in popluar number systems.

HEX A4 B0 4E
Decimal 164 176 78
Binary 10100100 10110000 1001110
Octal 244 260 116

Shades and tints

Shades of #A4B04E

#A4B04E
(164,176,78)
#96A047
(150,160,71)
#889040
(136,144,64)
#7A8039
(122,128,57)
#6C7032
(108,112,50)
#5E602B
(94,96,43)
#505024
(80,80,36)
#42401D
(66,64,29)
#343016
(52,48,22)
#26200F
(38,32,15)
#181008
(24,16,8)
#000000
(0,0,0)

Tints of #A4B04E

#A4B04E
(164,176,78)
#ACB75E
(172,183,94)
#B4BE6E
(180,190,110)
#BCC57E
(188,197,126)
#C4CC8E
(196,204,142)
#CCD39E
(204,211,158)
#D4DAAE
(212,218,174)
#DCE1BE
(220,225,190)
#E4E8CE
(228,232,206)
#ECEFDE
(236,239,222)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B04E color. Also use rgb(164,176,78) instead hex code.

Text Font Color

.myTextColor { color: #A4B04E; }

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

This text font color is #A4B04E.

Background Color

.myBgColor { background-color: #A4B04E; }

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

This div background color is #A4B04E.

Border color

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

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

This div border color is #A4B04E.

Opacity

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

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

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

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

This text has shadow with #A4B04E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B04E.

Preview

Color preview on black background

This text has color #A4B04E on black background.


Color preview on white background

This text has color #A4B04E on white background.


Black color preview on #A4B04E background

This text has black color on #A4B04E background.


White color preview on #A4B04E background

This text has white color on #A4B04E background.


Related colors

Complementary color

Complementary color for #hex is #5B4FB1.


I love getcolorcode.com

Triadic colors

1 #4EA4B0 and #B04EA4 with #A4B04E are triadic colors.

2 #4EB0A4 and #B0A44E with #A4B04E are triadic colors.