COLOR #A9BA96

HEX: #A9BA96 RGB: (169,186,150)

Color info

#A9BA96 contains red, green and blue colors in about the same proportion. Web safe color of #A9BA96 is #99CC99 (or #9C9).

RGB color model

#A9BA96 color RGB value is (169,186,150).

RGB: (169,186,150) (66%, 73%, 59%)

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 150 of 255 = 59%

169
186
150

R + G + B ~ 66%. #A9BA96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 186 + 150 = 505 (100%)
R 169 of 505 ~ 33.47%
G 186 of 505 ~ 36.83%
B 150 of 505 ~ 29.7'%

%33.47
%36.83
%29.7

CMYK color model

#A9BA96 color CMYK value is (9,0,19,27).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 27.06%

CMYK: (9,0,19,27)
C9M0Y19K27 (9%, 0%, 19%, 27%)
(0.09 / 0.00 / 0.19 / 0.27)

CMYK percentages

%9.14
%0
%19.35
%27.06

Codes

Color #A9BA96 in popluar color models

A9 BA 96
RGB 169 186 150
HSL 88° 20.69% 65.88%
HSB/HSV 88° 19.35% 72.94%
CMYK 9.14% 0.00% 19.35%
27.06%

Color #A9BA96 in popluar number systems.

HEX A9 BA 96
Decimal 169 186 150
Binary 10101001 10111010 10010110
Octal 251 272 226

Shades and tints

Shades of #A9BA96

#A9BA96
(169,186,150)
#9AAA89
(154,170,137)
#8B9A7C
(139,154,124)
#7C8A6F
(124,138,111)
#6D7A62
(109,122,98)
#5E6A55
(94,106,85)
#4F5A48
(79,90,72)
#404A3B
(64,74,59)
#313A2E
(49,58,46)
#222A21
(34,42,33)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #A9BA96

#A9BA96
(169,186,150)
#B0C09F
(176,192,159)
#B7C6A8
(183,198,168)
#BECCB1
(190,204,177)
#C5D2BA
(197,210,186)
#CCD8C3
(204,216,195)
#D3DECC
(211,222,204)
#DAE4D5
(218,228,213)
#E1EADE
(225,234,222)
#E8F0E7
(232,240,231)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BA96 color. Also use rgb(169,186,150) instead hex code.

Text Font Color

.myTextColor { color: #A9BA96; }

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

This text font color is #A9BA96.

Background Color

.myBgColor { background-color: #A9BA96; }

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

This div background color is #A9BA96.

Border color

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

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

This div border color is #A9BA96.

Opacity

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

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

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

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

This text has shadow with #A9BA96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BA96.

Preview

Color preview on black background

This text has color #A9BA96 on black background.


Color preview on white background

This text has color #A9BA96 on white background.


Black color preview on #A9BA96 background

This text has black color on #A9BA96 background.


White color preview on #A9BA96 background

This text has white color on #A9BA96 background.


Related colors

Complementary color

Complementary color for #hex is #564569.


I love getcolorcode.com

Triadic colors

1 #96A9BA and #BA96A9 with #A9BA96 are triadic colors.

2 #96BAA9 and #BAA996 with #A9BA96 are triadic colors.