COLOR #A9BD55

HEX: #A9BD55
RGB: (169,189,85)

Color info

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

RGB color model

#A9BD55 color RGB value is (169,189,85).

  • red value is 169;
  • green value is 189;
  • blue value is 85.
RGB:
(169,189,85)
(66%,74%,33%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 85 of 255 = 33%

169
189
85

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

Portions of RGB colors in percentages

R + G + B =
169 + 189 + 85 = 443 (100%)
R 169 of 443 ~ 38.15%
G 189 of 443 ~ 42.66%
B 85 of 443 ~ 19.19%

%38.15
%42.66
%19.19

CMYK color model

#A9BD55 color CMYK value is (11,0,55,26).

  • cyan value is 10.58%
  • magenta value is 0.00%
  • yellow value is 55.03%
  • key color value is 25.88%
CMYK:
(11,0,55,26)
C11M0Y55K26 
(11%,0%,55%,26%)
(0.11/0.00/0.55/0.26)	

CMYK percentages

%10.58
%0
%55.03
%25.88

Codes

Color #A9BD55 in popluar color models

A9BD55
RGB16918985
HSL72°44.07%53.73%
HSB/HSV72°55.03%74.12%
CMYK10.58%0.00%55.03%
25.88%

Color #A9BD55 in popluar number systems.

HEXA9BD55
Decimal16918985
Binary10101001101111011010101
Octal251275125

Shades and tints

Shades of #A9BD55

#A9BD55
(169,189,85)
#9AAC4E
(154,172,78)
#8B9B47
(139,155,71)
#7C8A40
(124,138,64)
#6D7939
(109,121,57)
#5E6832
(94,104,50)
#4F572B
(79,87,43)
#404624
(64,70,36)
#31351D
(49,53,29)
#222416
(34,36,22)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #A9BD55

#A9BD55
(169,189,85)
#B0C364
(176,195,100)
#B7C973
(183,201,115)
#BECF82
(190,207,130)
#C5D591
(197,213,145)
#CCDBA0
(204,219,160)
#D3E1AF
(211,225,175)
#DAE7BE
(218,231,190)
#E1EDCD
(225,237,205)
#E8F3DC
(232,243,220)
#EFF9EB
(239,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BD55 color. Also use rgb(169,189,85) instead hex code.

Text Font Color

.myTextColor { color: #A9BD55; }

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

This text font color is #A9BD55.


Background Color

.myBgColor { background-color: #A9BD55; }

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

This div background color is #A9BD55.


Border color

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

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

This div border color is #A9BD55.


Opacity

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

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

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

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

This text has shadow with #A9BD55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BD55 on black background.


Color preview on white background

This text has color #A9BD55 on white background.



Black color preview on #A9BD55 background

This text has black color on #A9BD55 background.


White color preview on #A9BD55 background

This text has white color on #A9BD55 background.