COLOR #A9B64D

HEX: #A9B64D
RGB: (169,182,77)

Color info

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

RGB color model

#A9B64D color RGB value is (169,182,77).

  • red value is 169;
  • green value is 182;
  • blue value is 77.
RGB:
(169,182,77)
(66%,71%,30%)

RGB channels and saturation

R 169 of 255 = 66%
G 182 of 255 = 71%
B 77 of 255 = 30%

169
182
77

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

Portions of RGB colors in percentages

R + G + B =
169 + 182 + 77 = 428 (100%)
R 169 of 428 ~ 39.49%
G 182 of 428 ~ 42.52%
B 77 of 428 ~ 17.99%

%39.49
%42.52
%17.99

CMYK color model

#A9B64D color CMYK value is (7,0,58,29).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 57.69%
  • key color value is 28.63%
CMYK:
(7,0,58,29)
C7M0Y58K29 
(7%,0%,58%,29%)
(0.07/0.00/0.58/0.29)	

CMYK percentages

%7.14
%0
%57.69
%28.63

Codes

Color #A9B64D in popluar color models

A9B64D
RGB16918277
HSL67°41.83%50.78%
HSB/HSV67°57.69%71.37%
CMYK7.14%0.00%57.69%
28.63%

Color #A9B64D in popluar number systems.

HEXA9B64D
Decimal16918277
Binary10101001101101101001101
Octal251266115

Shades and tints

Shades of #A9B64D

#A9B64D
(169,182,77)
#9AA646
(154,166,70)
#8B963F
(139,150,63)
#7C8638
(124,134,56)
#6D7631
(109,118,49)
#5E662A
(94,102,42)
#4F5623
(79,86,35)
#40461C
(64,70,28)
#313615
(49,54,21)
#22260E
(34,38,14)
#131607
(19,22,7)
#000000
(0,0,0)

Tints of #A9B64D

#A9B64D
(169,182,77)
#B0BC5D
(176,188,93)
#B7C26D
(183,194,109)
#BEC87D
(190,200,125)
#C5CE8D
(197,206,141)
#CCD49D
(204,212,157)
#D3DAAD
(211,218,173)
#DAE0BD
(218,224,189)
#E1E6CD
(225,230,205)
#E8ECDD
(232,236,221)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B64D color. Also use rgb(169,182,77) instead hex code.

Text Font Color

.myTextColor { color: #A9B64D; }

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

This text font color is #A9B64D.


Background Color

.myBgColor { background-color: #A9B64D; }

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

This div background color is #A9B64D.


Border color

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

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

This div border color is #A9B64D.


Opacity

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

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

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

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

This text has shadow with #A9B64D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B64D on black background.


Color preview on white background

This text has color #A9B64D on white background.



Black color preview on #A9B64D background

This text has black color on #A9B64D background.


White color preview on #A9B64D background

This text has white color on #A9B64D background.