COLOR #A9B94C

HEX: #A9B94C RGB: (169,185,76)

Color info

#A9B94C contains mainly red and green colors. Web safe color of #A9B94C is #99CC33 (or #9C3).

RGB color model

#A9B94C color RGB value is (169,185,76).

RGB: (169,185,76) (66%, 73%, 30%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 76 of 255 = 30%

169
185
76

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

Portions of RGB colors in percentages

R + G + B = 169 + 185 + 76 = 430 (100%)
R 169 of 430 ~ 39.3%
G 185 of 430 ~ 43.02%
B 76 of 430 ~ 17.67'%

%39.3
%43.02
%17.67

CMYK color model

#A9B94C color CMYK value is (9,0,59,27).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 58.92%
  • key color value is 27.45%

CMYK: (9,0,59,27)
C9M0Y59K27 (9%, 0%, 59%, 27%)
(0.09 / 0.00 / 0.59 / 0.27)

CMYK percentages

%8.65
%0
%58.92
%27.45

Codes

Color #A9B94C in popluar color models

A9 B9 4C
RGB 169 185 76
HSL 69° 43.78% 51.18%
HSB/HSV 69° 58.92% 72.55%
CMYK 8.65% 0.00% 58.92%
27.45%

Color #A9B94C in popluar number systems.

HEX A9 B9 4C
Decimal 169 185 76
Binary 10101001 10111001 1001100
Octal 251 271 114

Shades and tints

Shades of #A9B94C

#A9B94C
(169,185,76)
#9AA946
(154,169,70)
#8B9940
(139,153,64)
#7C893A
(124,137,58)
#6D7934
(109,121,52)
#5E692E
(94,105,46)
#4F5928
(79,89,40)
#404922
(64,73,34)
#31391C
(49,57,28)
#222916
(34,41,22)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #A9B94C

#A9B94C
(169,185,76)
#B0BF5C
(176,191,92)
#B7C56C
(183,197,108)
#BECB7C
(190,203,124)
#C5D18C
(197,209,140)
#CCD79C
(204,215,156)
#D3DDAC
(211,221,172)
#DAE3BC
(218,227,188)
#E1E9CC
(225,233,204)
#E8EFDC
(232,239,220)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B94C color. Also use rgb(169,185,76) instead hex code.

Text Font Color

.myTextColor { color: #A9B94C; }

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

This text font color is #A9B94C.

Background Color

.myBgColor { background-color: #A9B94C; }

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

This div background color is #A9B94C.

Border color

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

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

This div border color is #A9B94C.

Opacity

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

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

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

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

This text has shadow with #A9B94C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B94C.

Preview

Color preview on black background

This text has color #A9B94C on black background.


Color preview on white background

This text has color #A9B94C on white background.


Black color preview on #A9B94C background

This text has black color on #A9B94C background.


White color preview on #A9B94C background

This text has white color on #A9B94C background.


Related colors

Complementary color

Complementary color for #hex is #5646B3.


I love getcolorcode.com

Triadic colors

1 #4CA9B9 and #B94CA9 with #A9B94C are triadic colors.

2 #4CB9A9 and #B9A94C with #A9B94C are triadic colors.