COLOR #AABE92

HEX: #AABE92 RGB: (170,190,146)

Color info

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

RGB color model

#AABE92 color RGB value is (170,190,146).

RGB: (170,190,146) (67%, 75%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 146 of 255 = 57%

170
190
146

R + G + B ~ 66%. #AABE92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 190 + 146 = 506 (100%)
R 170 of 506 ~ 33.6%
G 190 of 506 ~ 37.55%
B 146 of 506 ~ 28.85'%

%33.6
%37.55
%28.85

CMYK color model

#AABE92 color CMYK value is (11,0,23,25).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 25.49%

CMYK: (11,0,23,25)
C11M0Y23K25 (11%, 0%, 23%, 25%)
(0.11 / 0.00 / 0.23 / 0.25)

CMYK percentages

%10.53
%0
%23.16
%25.49

Codes

Color #AABE92 in popluar color models

AA BE 92
RGB 170 190 146
HSL 87° 25.29% 65.88%
HSB/HSV 87° 23.16% 74.51%
CMYK 10.53% 0.00% 23.16%
25.49%

Color #AABE92 in popluar number systems.

HEX AA BE 92
Decimal 170 190 146
Binary 10101010 10111110 10010010
Octal 252 276 222

Shades and tints

Shades of #AABE92

#AABE92
(170,190,146)
#9BAD85
(155,173,133)
#8C9C78
(140,156,120)
#7D8B6B
(125,139,107)
#6E7A5E
(110,122,94)
#5F6951
(95,105,81)
#505844
(80,88,68)
#414737
(65,71,55)
#32362A
(50,54,42)
#23251D
(35,37,29)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #AABE92

#AABE92
(170,190,146)
#B1C39B
(177,195,155)
#B8C8A4
(184,200,164)
#BFCDAD
(191,205,173)
#C6D2B6
(198,210,182)
#CDD7BF
(205,215,191)
#D4DCC8
(212,220,200)
#DBE1D1
(219,225,209)
#E2E6DA
(226,230,218)
#E9EBE3
(233,235,227)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABE92 color. Also use rgb(170,190,146) instead hex code.

Text Font Color

.myTextColor { color: #AABE92; }

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

This text font color is #AABE92.

Background Color

.myBgColor { background-color: #AABE92; }

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

This div background color is #AABE92.

Border color

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

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

This div border color is #AABE92.

Opacity

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

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

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

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

This text has shadow with #AABE92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABE92.

Preview

Color preview on black background

This text has color #AABE92 on black background.


Color preview on white background

This text has color #AABE92 on white background.


Black color preview on #AABE92 background

This text has black color on #AABE92 background.


White color preview on #AABE92 background

This text has white color on #AABE92 background.


Related colors

Complementary color

Complementary color for #hex is #55416D.


I love getcolorcode.com

Triadic colors

1 #92AABE and #BE92AA with #AABE92 are triadic colors.

2 #92BEAA and #BEAA92 with #AABE92 are triadic colors.