COLOR #A9B65C

HEX: #A9B65C
RGB: (169,182,92)

Color info

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

RGB color model

#A9B65C color RGB value is (169,182,92).

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

RGB channels and saturation

R 169 of 255 = 66%
G 182 of 255 = 71%
B 92 of 255 = 36%

169
182
92

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

Portions of RGB colors in percentages

R + G + B =
169 + 182 + 92 = 443 (100%)
R 169 of 443 ~ 38.15%
G 182 of 443 ~ 41.08%
B 92 of 443 ~ 20.77%

%38.15
%41.08
%20.77

CMYK color model

#A9B65C color CMYK value is (7,0,49,29).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 49.45%
  • key color value is 28.63%
CMYK:
(7,0,49,29)
C7M0Y49K29 
(7%,0%,49%,29%)
(0.07/0.00/0.49/0.29)	

CMYK percentages

%7.14
%0
%49.45
%28.63

Codes

Color #A9B65C in popluar color models

A9B65C
RGB16918292
HSL69°38.14%53.73%
HSB/HSV69°49.45%71.37%
CMYK7.14%0.00%49.45%
28.63%

Color #A9B65C in popluar number systems.

HEXA9B65C
Decimal16918292
Binary10101001101101101011100
Octal251266134

Shades and tints

Shades of #A9B65C

#A9B65C
(169,182,92)
#9AA654
(154,166,84)
#8B964C
(139,150,76)
#7C8644
(124,134,68)
#6D763C
(109,118,60)
#5E6634
(94,102,52)
#4F562C
(79,86,44)
#404624
(64,70,36)
#31361C
(49,54,28)
#222614
(34,38,20)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #A9B65C

#A9B65C
(169,182,92)
#B0BC6A
(176,188,106)
#B7C278
(183,194,120)
#BEC886
(190,200,134)
#C5CE94
(197,206,148)
#CCD4A2
(204,212,162)
#D3DAB0
(211,218,176)
#DAE0BE
(218,224,190)
#E1E6CC
(225,230,204)
#E8ECDA
(232,236,218)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B65C; }

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

This text font color is #A9B65C.


Background Color

.myBgColor { background-color: #A9B65C; }

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

This div background color is #A9B65C.


Border color

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

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

This div border color is #A9B65C.


Opacity

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

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

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

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

This text has shadow with #A9B65C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B65C on black background.


Color preview on white background

This text has color #A9B65C on white background.



Black color preview on #A9B65C background

This text has black color on #A9B65C background.


White color preview on #A9B65C background

This text has white color on #A9B65C background.