COLOR #AABD5E

HEX: #AABD5E RGB: (170,189,94)

Color info

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

RGB color model

#AABD5E color RGB value is (170,189,94).

RGB: (170,189,94) (67%, 74%, 37%)

RGB channels and saturation

R 170 of 255 = 67%
G 189 of 255 = 74%
B 94 of 255 = 37%

170
189
94

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

Portions of RGB colors in percentages

R + G + B = 170 + 189 + 94 = 453 (100%)
R 170 of 453 ~ 37.53%
G 189 of 453 ~ 41.72%
B 94 of 453 ~ 20.75'%

%37.53
%41.72
%20.75

CMYK color model

#AABD5E color CMYK value is (10,0,50,26).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 50.26%
  • key color value is 25.88%

CMYK: (10,0,50,26)
C10M0Y50K26 (10%, 0%, 50%, 26%)
(0.10 / 0.00 / 0.50 / 0.26)

CMYK percentages

%10.05
%0
%50.26
%25.88

Codes

Color #AABD5E in popluar color models

AA BD 5E
RGB 170 189 94
HSL 72° 41.85% 55.49%
HSB/HSV 72° 50.26% 74.12%
CMYK 10.05% 0.00% 50.26%
25.88%

Color #AABD5E in popluar number systems.

HEX AA BD 5E
Decimal 170 189 94
Binary 10101010 10111101 1011110
Octal 252 275 136

Shades and tints

Shades of #AABD5E

#AABD5E
(170,189,94)
#9BAC56
(155,172,86)
#8C9B4E
(140,155,78)
#7D8A46
(125,138,70)
#6E793E
(110,121,62)
#5F6836
(95,104,54)
#50572E
(80,87,46)
#414626
(65,70,38)
#32351E
(50,53,30)
#232416
(35,36,22)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #AABD5E

#AABD5E
(170,189,94)
#B1C36C
(177,195,108)
#B8C97A
(184,201,122)
#BFCF88
(191,207,136)
#C6D596
(198,213,150)
#CDDBA4
(205,219,164)
#D4E1B2
(212,225,178)
#DBE7C0
(219,231,192)
#E2EDCE
(226,237,206)
#E9F3DC
(233,243,220)
#F0F9EA
(240,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABD5E color. Also use rgb(170,189,94) instead hex code.

Text Font Color

.myTextColor { color: #AABD5E; }

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

This text font color is #AABD5E.

Background Color

.myBgColor { background-color: #AABD5E; }

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

This div background color is #AABD5E.

Border color

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

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

This div border color is #AABD5E.

Opacity

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

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

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

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

This text has shadow with #AABD5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABD5E.

Preview

Color preview on black background

This text has color #AABD5E on black background.


Color preview on white background

This text has color #AABD5E on white background.


Black color preview on #AABD5E background

This text has black color on #AABD5E background.


White color preview on #AABD5E background

This text has white color on #AABD5E background.


Related colors

Complementary color

Complementary color for #hex is #5542A1.


I love getcolorcode.com

Triadic colors

1 #5EAABD and #BD5EAA with #AABD5E are triadic colors.

2 #5EBDAA and #BDAA5E with #AABD5E are triadic colors.