COLOR #A9BA20

HEX: #A9BA20
RGB: (169,186,32)

Color info

#A9BA20 contains mainly red and green colors. Web safe color of #A9BA20 is #99CC33 (or #9C3).

RGB color model

#A9BA20 color RGB value is (169,186,32).

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

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 32 of 255 = 13%

169
186
32

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

Portions of RGB colors in percentages

R + G + B =
169 + 186 + 32 = 387 (100%)
R 169 of 387 ~ 43.67%
G 186 of 387 ~ 48.06%
B 32 of 387 ~ 8.27%

%43.67
%48.06

CMYK color model

#A9BA20 color CMYK value is (9,0,83,27).

  • cyan value is 9.14%
  • magenta value is 0.00%
  • yellow value is 82.80%
  • key color value is 27.06%
CMYK:
(9,0,83,27)
C9M0Y83K27 
(9%,0%,83%,27%)
(0.09/0.00/0.83/0.27)	

CMYK percentages

%9.14
%0
%82.8
%27.06

Codes

Color #A9BA20 in popluar color models

A9BA20
RGB16918632
HSL67°70.64%42.75%
HSB/HSV67°82.80%72.94%
CMYK9.14%0.00%82.80%
27.06%

Color #A9BA20 in popluar number systems.

HEXA9BA20
Decimal16918632
Binary1010100110111010100000
Octal25127240

Shades and tints

Shades of #A9BA20

#A9BA20
(169,186,32)
#9AAA1E
(154,170,30)
#8B9A1C
(139,154,28)
#7C8A1A
(124,138,26)
#6D7A18
(109,122,24)
#5E6A16
(94,106,22)
#4F5A14
(79,90,20)
#404A12
(64,74,18)
#313A10
(49,58,16)
#222A0E
(34,42,14)
#131A0C
(19,26,12)
#000000
(0,0,0)

Tints of #A9BA20

#A9BA20
(169,186,32)
#B0C034
(176,192,52)
#B7C648
(183,198,72)
#BECC5C
(190,204,92)
#C5D270
(197,210,112)
#CCD884
(204,216,132)
#D3DE98
(211,222,152)
#DAE4AC
(218,228,172)
#E1EAC0
(225,234,192)
#E8F0D4
(232,240,212)
#EFF6E8
(239,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BA20; }

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

This text font color is #A9BA20.


Background Color

.myBgColor { background-color: #A9BA20; }

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

This div background color is #A9BA20.


Border color

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

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

This div border color is #A9BA20.


Opacity

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

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

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

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

This text has shadow with #A9BA20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BA20 on black background.


Color preview on white background

This text has color #A9BA20 on white background.



Black color preview on #A9BA20 background

This text has black color on #A9BA20 background.


White color preview on #A9BA20 background

This text has white color on #A9BA20 background.