COLOR #A9B76B

HEX: #A9B76B
RGB: (169,183,107)

Color info

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

RGB color model

#A9B76B color RGB value is (169,183,107).

  • red value is 169;
  • green value is 183;
  • blue value is 107.
RGB:
(169,183,107)
(66%,72%,42%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 107 of 255 = 42%

169
183
107

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

Portions of RGB colors in percentages

R + G + B =
169 + 183 + 107 = 459 (100%)
R 169 of 459 ~ 36.82%
G 183 of 459 ~ 39.87%
B 107 of 459 ~ 23.31%

%36.82
%39.87
%23.31

CMYK color model

#A9B76B color CMYK value is (8,0,42,28).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 41.53%
  • key color value is 28.24%
CMYK:
(8,0,42,28)
C8M0Y42K28 
(8%,0%,42%,28%)
(0.08/0.00/0.42/0.28)	

CMYK percentages

%7.65
%0
%41.53
%28.24

Codes

Color #A9B76B in popluar color models

A9B76B
RGB169183107
HSL71°34.55%56.86%
HSB/HSV71°41.53%71.76%
CMYK7.65%0.00%41.53%
28.24%

Color #A9B76B in popluar number systems.

HEXA9B76B
Decimal169183107
Binary10101001101101111101011
Octal251267153

Shades and tints

Shades of #A9B76B

#A9B76B
(169,183,107)
#9AA762
(154,167,98)
#8B9759
(139,151,89)
#7C8750
(124,135,80)
#6D7747
(109,119,71)
#5E673E
(94,103,62)
#4F5735
(79,87,53)
#40472C
(64,71,44)
#313723
(49,55,35)
#22271A
(34,39,26)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #A9B76B

#A9B76B
(169,183,107)
#B0BD78
(176,189,120)
#B7C385
(183,195,133)
#BEC992
(190,201,146)
#C5CF9F
(197,207,159)
#CCD5AC
(204,213,172)
#D3DBB9
(211,219,185)
#DAE1C6
(218,225,198)
#E1E7D3
(225,231,211)
#E8EDE0
(232,237,224)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B76B color. Also use rgb(169,183,107) instead hex code.

Text Font Color

.myTextColor { color: #A9B76B; }

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

This text font color is #A9B76B.


Background Color

.myBgColor { background-color: #A9B76B; }

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

This div background color is #A9B76B.


Border color

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

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

This div border color is #A9B76B.


Opacity

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

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

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

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

This text has shadow with #A9B76B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B76B on black background.


Color preview on white background

This text has color #A9B76B on white background.



Black color preview on #A9B76B background

This text has black color on #A9B76B background.


White color preview on #A9B76B background

This text has white color on #A9B76B background.