COLOR #A2BE90

HEX: #A2BE90 RGB: (162,190,144)

Color info

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

RGB color model

#A2BE90 color RGB value is (162,190,144).

RGB: (162,190,144) (64%, 75%, 56%)

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 144 of 255 = 56%

162
190
144

R + G + B ~ 65%. #A2BE90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 190 + 144 = 496 (100%)
R 162 of 496 ~ 32.66%
G 190 of 496 ~ 38.31%
B 144 of 496 ~ 29.03'%

%32.66
%38.31
%29.03

CMYK color model

#A2BE90 color CMYK value is (15,0,24,25).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 25.49%

CMYK: (15,0,24,25)
C15M0Y24K25 (15%, 0%, 24%, 25%)
(0.15 / 0.00 / 0.24 / 0.25)

CMYK percentages

%14.74
%0
%24.21
%25.49

Codes

Color #A2BE90 in popluar color models

A2 BE 90
RGB 162 190 144
HSL 97° 26.14% 65.49%
HSB/HSV 97° 24.21% 74.51%
CMYK 14.74% 0.00% 24.21%
25.49%

Color #A2BE90 in popluar number systems.

HEX A2 BE 90
Decimal 162 190 144
Binary 10100010 10111110 10010000
Octal 242 276 220

Shades and tints

Shades of #A2BE90

#A2BE90
(162,190,144)
#94AD83
(148,173,131)
#869C76
(134,156,118)
#788B69
(120,139,105)
#6A7A5C
(106,122,92)
#5C694F
(92,105,79)
#4E5842
(78,88,66)
#404735
(64,71,53)
#323628
(50,54,40)
#24251B
(36,37,27)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #A2BE90

#A2BE90
(162,190,144)
#AAC39A
(170,195,154)
#B2C8A4
(178,200,164)
#BACDAE
(186,205,174)
#C2D2B8
(194,210,184)
#CAD7C2
(202,215,194)
#D2DCCC
(210,220,204)
#DAE1D6
(218,225,214)
#E2E6E0
(226,230,224)
#EAEBEA
(234,235,234)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BE90 color. Also use rgb(162,190,144) instead hex code.

Text Font Color

.myTextColor { color: #A2BE90; }

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

This text font color is #A2BE90.

Background Color

.myBgColor { background-color: #A2BE90; }

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

This div background color is #A2BE90.

Border color

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

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

This div border color is #A2BE90.

Opacity

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

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

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

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

This text has shadow with #A2BE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BE90.

Preview

Color preview on black background

This text has color #A2BE90 on black background.


Color preview on white background

This text has color #A2BE90 on white background.


Black color preview on #A2BE90 background

This text has black color on #A2BE90 background.


White color preview on #A2BE90 background

This text has white color on #A2BE90 background.


Related colors

Complementary color

Complementary color for #hex is #5D416F.


I love getcolorcode.com

Triadic colors

1 #90A2BE and #BE90A2 with #A2BE90 are triadic colors.

2 #90BEA2 and #BEA290 with #A2BE90 are triadic colors.