COLOR #A9BE57

HEX: #A9BE57 RGB: (169,190,87)

Color info

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

RGB color model

#A9BE57 color RGB value is (169,190,87).

RGB: (169,190,87) (66%, 75%, 34%)

RGB channels and saturation

R 169 of 255 = 66%
G 190 of 255 = 75%
B 87 of 255 = 34%

169
190
87

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

Portions of RGB colors in percentages

R + G + B = 169 + 190 + 87 = 446 (100%)
R 169 of 446 ~ 37.89%
G 190 of 446 ~ 42.6%
B 87 of 446 ~ 19.51'%

%37.89
%42.6
%19.51

CMYK color model

#A9BE57 color CMYK value is (11,0,54,25).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 54.21%
  • key color value is 25.49%
CMYK: (11,0,54,25) C11M0Y54K25 (11%,0%,54%,25%) (0.11/0.00/0.54/0.25) 

CMYK percentages

%11.05
%0
%54.21
%25.49

Codes

Color #A9BE57 in popluar color models

A9 BE 57
RGB 169 190 87
HSL 72° 44.21% 54.31%
HSB/HSV 72° 54.21% 74.51%
CMYK 11.05% 0.00% 54.21%
25.49%

Color #A9BE57 in popluar number systems.

HEX A9 BE 57
Decimal 169 190 87
Binary 10101001 10111110 1010111
Octal 251 276 127

Shades and tints

Shades of #A9BE57

#A9BE57
(169,190,87)
#9AAD50
(154,173,80)
#8B9C49
(139,156,73)
#7C8B42
(124,139,66)
#6D7A3B
(109,122,59)
#5E6934
(94,105,52)
#4F582D
(79,88,45)
#404726
(64,71,38)
#31361F
(49,54,31)
#222518
(34,37,24)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A9BE57

#A9BE57
(169,190,87)
#B0C366
(176,195,102)
#B7C875
(183,200,117)
#BECD84
(190,205,132)
#C5D293
(197,210,147)
#CCD7A2
(204,215,162)
#D3DCB1
(211,220,177)
#DAE1C0
(218,225,192)
#E1E6CF
(225,230,207)
#E8EBDE
(232,235,222)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BE57 color. Also use rgb(169,190,87) instead hex code.

Text Font Color

.myTextColor { color: #A9BE57; }

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

This text font color is #A9BE57.

Background Color

.myBgColor { background-color: #A9BE57; }

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

This div background color is #A9BE57.

Border color

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

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

This div border color is #A9BE57.

Opacity

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

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

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

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

This text has shadow with #A9BE57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BE57.

Preview

Color preview on black background

This text has color #A9BE57 on black background.


Color preview on white background

This text has color #A9BE57 on white background.


Black color preview on #A9BE57 background

This text has black color on #A9BE57 background.


White color preview on #A9BE57 background

This text has white color on #A9BE57 background.


Related colors

Complementary color

Complementary color for #hex is #5641A8.


I love getcolorcode.com

Triadic colors

1 #57A9BE and #BE57A9 with #A9BE57 are triadic colors.

2 #57BEA9 and #BEA957 with #A9BE57 are triadic colors.