COLOR #A9BA5B

HEX: #A9BA5B
RGB: (169,186,91)

Color info

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

RGB color model

#A9BA5B color RGB value is (169,186,91).

  • red value is 169;
  • green value is 186;
  • blue value is 91.
RGB:
(169,186,91)
(66%,73%,36%)

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 91 of 255 = 36%

169
186
91

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

Portions of RGB colors in percentages

R + G + B =
169 + 186 + 91 = 446 (100%)
R 169 of 446 ~ 37.89%
G 186 of 446 ~ 41.7%
B 91 of 446 ~ 20.4%

%37.89
%41.7
%20.4

CMYK color model

#A9BA5B color CMYK value is (9,0,51,27).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 51.08%
  • key color value is 27.06%
CMYK:
(9,0,51,27)
C9M0Y51K27 
(9%,0%,51%,27%)
(0.09/0.00/0.51/0.27)	

CMYK percentages

%9.14
%0
%51.08
%27.06

Codes

Color #A9BA5B in popluar color models

A9BA5B
RGB16918691
HSL71°40.77%54.31%
HSB/HSV71°51.08%72.94%
CMYK9.14%0.00%51.08%
27.06%

Color #A9BA5B in popluar number systems.

HEXA9BA5B
Decimal16918691
Binary10101001101110101011011
Octal251272133

Shades and tints

Shades of #A9BA5B

#A9BA5B
(169,186,91)
#9AAA53
(154,170,83)
#8B9A4B
(139,154,75)
#7C8A43
(124,138,67)
#6D7A3B
(109,122,59)
#5E6A33
(94,106,51)
#4F5A2B
(79,90,43)
#404A23
(64,74,35)
#313A1B
(49,58,27)
#222A13
(34,42,19)
#131A0B
(19,26,11)
#000000
(0,0,0)

Tints of #A9BA5B

#A9BA5B
(169,186,91)
#B0C069
(176,192,105)
#B7C677
(183,198,119)
#BECC85
(190,204,133)
#C5D293
(197,210,147)
#CCD8A1
(204,216,161)
#D3DEAF
(211,222,175)
#DAE4BD
(218,228,189)
#E1EACB
(225,234,203)
#E8F0D9
(232,240,217)
#EFF6E7
(239,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BA5B; }

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

This text font color is #A9BA5B.


Background Color

.myBgColor { background-color: #A9BA5B; }

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

This div background color is #A9BA5B.


Border color

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

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

This div border color is #A9BA5B.


Opacity

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

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

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

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

This text has shadow with #A9BA5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BA5B on black background.


Color preview on white background

This text has color #A9BA5B on white background.



Black color preview on #A9BA5B background

This text has black color on #A9BA5B background.


White color preview on #A9BA5B background

This text has white color on #A9BA5B background.