COLOR #A9B976

HEX: #A9B976
RGB: (169,185,118)

Color info

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

RGB color model

#A9B976 color RGB value is (169,185,118).

  • red value is 169;
  • green value is 185;
  • blue value is 118.
RGB:
(169,185,118)
(66%,73%,46%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 118 of 255 = 46%

169
185
118

R + G + B ~ 62%. #A9B976 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 118 = 472 (100%)
R 169 of 472 ~ 35.81%
G 185 of 472 ~ 39.19%
B 118 of 472 ~ 25%

%35.81
%39.19
%25

CMYK color model

#A9B976 color CMYK value is (9,0,36,27).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 36.22%
  • key color value is 27.45%
CMYK:
(9,0,36,27)
C9M0Y36K27 
(9%,0%,36%,27%)
(0.09/0.00/0.36/0.27)	

CMYK percentages

%8.65
%0
%36.22
%27.45

Codes

Color #A9B976 in popluar color models

A9B976
RGB169185118
HSL74°32.37%59.41%
HSB/HSV74°36.22%72.55%
CMYK8.65%0.00%36.22%
27.45%

Color #A9B976 in popluar number systems.

HEXA9B976
Decimal169185118
Binary10101001101110011110110
Octal251271166

Shades and tints

Shades of #A9B976

#A9B976
(169,185,118)
#9AA96C
(154,169,108)
#8B9962
(139,153,98)
#7C8958
(124,137,88)
#6D794E
(109,121,78)
#5E6944
(94,105,68)
#4F593A
(79,89,58)
#404930
(64,73,48)
#313926
(49,57,38)
#22291C
(34,41,28)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #A9B976

#A9B976
(169,185,118)
#B0BF82
(176,191,130)
#B7C58E
(183,197,142)
#BECB9A
(190,203,154)
#C5D1A6
(197,209,166)
#CCD7B2
(204,215,178)
#D3DDBE
(211,221,190)
#DAE3CA
(218,227,202)
#E1E9D6
(225,233,214)
#E8EFE2
(232,239,226)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B976; }

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

This text font color is #A9B976.


Background Color

.myBgColor { background-color: #A9B976; }

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

This div background color is #A9B976.


Border color

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

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

This div border color is #A9B976.


Opacity

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

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

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

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

This text has shadow with #A9B976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B976 on black background.


Color preview on white background

This text has color #A9B976 on white background.



Black color preview on #A9B976 background

This text has black color on #A9B976 background.


White color preview on #A9B976 background

This text has white color on #A9B976 background.