COLOR #A9B96F

HEX: #A9B96F
RGB: (169,185,111)

Color info

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

RGB color model

#A9B96F color RGB value is (169,185,111).

  • red value is 169;
  • green value is 185;
  • blue value is 111.
RGB:
(169,185,111)
(66%,73%,44%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 111 of 255 = 44%

169
185
111

R + G + B ~ 61%. #A9B96F is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 111 = 465 (100%)
R 169 of 465 ~ 36.34%
G 185 of 465 ~ 39.78%
B 111 of 465 ~ 23.87%

%36.34
%39.78
%23.87

CMYK color model

#A9B96F color CMYK value is (9,0,40,27).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 27.45%
CMYK:
(9,0,40,27)
C9M0Y40K27 
(9%,0%,40%,27%)
(0.09/0.00/0.40/0.27)	

CMYK percentages

%8.65
%0
%40
%27.45

Codes

Color #A9B96F in popluar color models

A9B96F
RGB169185111
HSL73°34.58%58.04%
HSB/HSV73°40.00%72.55%
CMYK8.65%0.00%40.00%
27.45%

Color #A9B96F in popluar number systems.

HEXA9B96F
Decimal169185111
Binary10101001101110011101111
Octal251271157

Shades and tints

Shades of #A9B96F

#A9B96F
(169,185,111)
#9AA965
(154,169,101)
#8B995B
(139,153,91)
#7C8951
(124,137,81)
#6D7947
(109,121,71)
#5E693D
(94,105,61)
#4F5933
(79,89,51)
#404929
(64,73,41)
#31391F
(49,57,31)
#222915
(34,41,21)
#13190B
(19,25,11)
#000000
(0,0,0)

Tints of #A9B96F

#A9B96F
(169,185,111)
#B0BF7C
(176,191,124)
#B7C589
(183,197,137)
#BECB96
(190,203,150)
#C5D1A3
(197,209,163)
#CCD7B0
(204,215,176)
#D3DDBD
(211,221,189)
#DAE3CA
(218,227,202)
#E1E9D7
(225,233,215)
#E8EFE4
(232,239,228)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B96F color. Also use rgb(169,185,111) instead hex code.

Text Font Color

.myTextColor { color: #A9B96F; }

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

This text font color is #A9B96F.


Background Color

.myBgColor { background-color: #A9B96F; }

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

This div background color is #A9B96F.


Border color

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

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

This div border color is #A9B96F.


Opacity

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

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

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

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

This text has shadow with #A9B96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B96F on black background.


Color preview on white background

This text has color #A9B96F on white background.



Black color preview on #A9B96F background

This text has black color on #A9B96F background.


White color preview on #A9B96F background

This text has white color on #A9B96F background.