COLOR #A9BC84

HEX: #A9BC84
RGB: (169,188,132)

Color info

#A9BC84 contains red, green and blue colors in about the same proportion. Web safe color of #A9BC84 is #99CC99 (or #9C9).

RGB color model

#A9BC84 color RGB value is (169,188,132).

  • red value is 169;
  • green value is 188;
  • blue value is 132.
RGB:
(169,188,132)
(66%,74%,52%)

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 132 of 255 = 52%

169
188
132

R + G + B ~ 64%. #A9BC84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 188 + 132 = 489 (100%)
R 169 of 489 ~ 34.56%
G 188 of 489 ~ 38.45%
B 132 of 489 ~ 26.99%

%34.56
%38.45
%26.99

CMYK color model

#A9BC84 color CMYK value is (10,0,30,26).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 29.79%
  • key color value is 26.27%
CMYK:
(10,0,30,26)
C10M0Y30K26 
(10%,0%,30%,26%)
(0.10/0.00/0.30/0.26)	

CMYK percentages

%10.11
%0
%29.79
%26.27

Codes

Color #A9BC84 in popluar color models

A9BC84
RGB169188132
HSL80°29.47%62.75%
HSB/HSV80°29.79%73.73%
CMYK10.11%0.00%29.79%
26.27%

Color #A9BC84 in popluar number systems.

HEXA9BC84
Decimal169188132
Binary101010011011110010000100
Octal251274204

Shades and tints

Shades of #A9BC84

#A9BC84
(169,188,132)
#9AAB78
(154,171,120)
#8B9A6C
(139,154,108)
#7C8960
(124,137,96)
#6D7854
(109,120,84)
#5E6748
(94,103,72)
#4F563C
(79,86,60)
#404530
(64,69,48)
#313424
(49,52,36)
#222318
(34,35,24)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #A9BC84

#A9BC84
(169,188,132)
#B0C28F
(176,194,143)
#B7C89A
(183,200,154)
#BECEA5
(190,206,165)
#C5D4B0
(197,212,176)
#CCDABB
(204,218,187)
#D3E0C6
(211,224,198)
#DAE6D1
(218,230,209)
#E1ECDC
(225,236,220)
#E8F2E7
(232,242,231)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BC84 color. Also use rgb(169,188,132) instead hex code.

Text Font Color

.myTextColor { color: #A9BC84; }

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

This text font color is #A9BC84.


Background Color

.myBgColor { background-color: #A9BC84; }

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

This div background color is #A9BC84.


Border color

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

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

This div border color is #A9BC84.


Opacity

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

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

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

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

This text has shadow with #A9BC84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BC84 on black background.


Color preview on white background

This text has color #A9BC84 on white background.



Black color preview on #A9BC84 background

This text has black color on #A9BC84 background.


White color preview on #A9BC84 background

This text has white color on #A9BC84 background.