COLOR #A9BA5A

HEX: #A9BA5A
RGB: (169,186,90)

Color info

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

RGB color model

#A9BA5A color RGB value is (169,186,90).

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

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 90 of 255 = 35%

169
186
90

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

Portions of RGB colors in percentages

R + G + B =
169 + 186 + 90 = 445 (100%)
R 169 of 445 ~ 37.98%
G 186 of 445 ~ 41.8%
B 90 of 445 ~ 20.22%

%37.98
%41.8
%20.22

CMYK color model

#A9BA5A color CMYK value is (9,0,52,27).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 27.06%
CMYK:
(9,0,52,27)
C9M0Y52K27 
(9%,0%,52%,27%)
(0.09/0.00/0.52/0.27)	

CMYK percentages

%9.14
%0
%51.61
%27.06

Codes

Color #A9BA5A in popluar color models

A9BA5A
RGB16918690
HSL71°41.03%54.12%
HSB/HSV71°51.61%72.94%
CMYK9.14%0.00%51.61%
27.06%

Color #A9BA5A in popluar number systems.

HEXA9BA5A
Decimal16918690
Binary10101001101110101011010
Octal251272132

Shades and tints

Shades of #A9BA5A

#A9BA5A
(169,186,90)
#9AAA52
(154,170,82)
#8B9A4A
(139,154,74)
#7C8A42
(124,138,66)
#6D7A3A
(109,122,58)
#5E6A32
(94,106,50)
#4F5A2A
(79,90,42)
#404A22
(64,74,34)
#313A1A
(49,58,26)
#222A12
(34,42,18)
#131A0A
(19,26,10)
#000000
(0,0,0)

Tints of #A9BA5A

#A9BA5A
(169,186,90)
#B0C069
(176,192,105)
#B7C678
(183,198,120)
#BECC87
(190,204,135)
#C5D296
(197,210,150)
#CCD8A5
(204,216,165)
#D3DEB4
(211,222,180)
#DAE4C3
(218,228,195)
#E1EAD2
(225,234,210)
#E8F0E1
(232,240,225)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BA5A; }

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

This text font color is #A9BA5A.


Background Color

.myBgColor { background-color: #A9BA5A; }

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

This div background color is #A9BA5A.


Border color

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

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

This div border color is #A9BA5A.


Opacity

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

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

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

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

This text has shadow with #A9BA5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BA5A on black background.


Color preview on white background

This text has color #A9BA5A on white background.



Black color preview on #A9BA5A background

This text has black color on #A9BA5A background.


White color preview on #A9BA5A background

This text has white color on #A9BA5A background.