COLOR #A9B81C

HEX: #A9B81C
RGB: (169,184,28)

Color info

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

RGB color model

#A9B81C color RGB value is (169,184,28).

  • red value is 169;
  • green value is 184;
  • blue value is 28.
RGB:
(169,184,28)
(66%,72%,11%)

RGB channels and saturation

R 169 of 255 = 66%
G 184 of 255 = 72%
B 28 of 255 = 11%

169
184
28

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

Portions of RGB colors in percentages

R + G + B =
169 + 184 + 28 = 381 (100%)
R 169 of 381 ~ 44.36%
G 184 of 381 ~ 48.29%
B 28 of 381 ~ 7.35%

%44.36
%48.29

CMYK color model

#A9B81C color CMYK value is (8,0,85,28).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 84.78%
  • key color value is 27.84%
CMYK:
(8,0,85,28)
C8M0Y85K28 
(8%,0%,85%,28%)
(0.08/0.00/0.85/0.28)	

CMYK percentages

%8.15
%0
%84.78
%27.84

Codes

Color #A9B81C in popluar color models

A9B81C
RGB16918428
HSL66°73.58%41.57%
HSB/HSV66°84.78%72.16%
CMYK8.15%0.00%84.78%
27.84%

Color #A9B81C in popluar number systems.

HEXA9B81C
Decimal16918428
Binary101010011011100011100
Octal25127034

Shades and tints

Shades of #A9B81C

#A9B81C
(169,184,28)
#9AA81A
(154,168,26)
#8B9818
(139,152,24)
#7C8816
(124,136,22)
#6D7814
(109,120,20)
#5E6812
(94,104,18)
#4F5810
(79,88,16)
#40480E
(64,72,14)
#31380C
(49,56,12)
#22280A
(34,40,10)
#131808
(19,24,8)
#000000
(0,0,0)

Tints of #A9B81C

#A9B81C
(169,184,28)
#B0BE30
(176,190,48)
#B7C444
(183,196,68)
#BECA58
(190,202,88)
#C5D06C
(197,208,108)
#CCD680
(204,214,128)
#D3DC94
(211,220,148)
#DAE2A8
(218,226,168)
#E1E8BC
(225,232,188)
#E8EED0
(232,238,208)
#EFF4E4
(239,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B81C color. Also use rgb(169,184,28) instead hex code.

Text Font Color

.myTextColor { color: #A9B81C; }

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

This text font color is #A9B81C.


Background Color

.myBgColor { background-color: #A9B81C; }

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

This div background color is #A9B81C.


Border color

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

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

This div border color is #A9B81C.


Opacity

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

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

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

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

This text has shadow with #A9B81C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B81C on black background.


Color preview on white background

This text has color #A9B81C on white background.



Black color preview on #A9B81C background

This text has black color on #A9B81C background.


White color preview on #A9B81C background

This text has white color on #A9B81C background.