COLOR #A2B55A

HEX: #A2B55A RGB: (162,181,90)

Color info

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

RGB color model

#A2B55A color RGB value is (162,181,90).

RGB: (162,181,90) (64%, 71%, 35%)

RGB channels and saturation

R 162 of 255 = 64%
G 181 of 255 = 71%
B 90 of 255 = 35%

162
181
90

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

Portions of RGB colors in percentages

R + G + B = 162 + 181 + 90 = 433 (100%)
R 162 of 433 ~ 37.41%
G 181 of 433 ~ 41.8%
B 90 of 433 ~ 20.79'%

%37.41
%41.8
%20.79

CMYK color model

#A2B55A color CMYK value is (10,0,50,29).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 50.28%
  • key color value is 29.02%

CMYK: (10,0,50,29)
C10M0Y50K29 (10%, 0%, 50%, 29%)
(0.10 / 0.00 / 0.50 / 0.29)

CMYK percentages

%10.5
%0
%50.28
%29.02

Codes

Color #A2B55A in popluar color models

A2 B5 5A
RGB 162 181 90
HSL 73° 38.08% 53.14%
HSB/HSV 73° 50.28% 70.98%
CMYK 10.50% 0.00% 50.28%
29.02%

Color #A2B55A in popluar number systems.

HEX A2 B5 5A
Decimal 162 181 90
Binary 10100010 10110101 1011010
Octal 242 265 132

Shades and tints

Shades of #A2B55A

#A2B55A
(162,181,90)
#94A552
(148,165,82)
#86954A
(134,149,74)
#788542
(120,133,66)
#6A753A
(106,117,58)
#5C6532
(92,101,50)
#4E552A
(78,85,42)
#404522
(64,69,34)
#32351A
(50,53,26)
#242512
(36,37,18)
#16150A
(22,21,10)
#000000
(0,0,0)

Tints of #A2B55A

#A2B55A
(162,181,90)
#AABB69
(170,187,105)
#B2C178
(178,193,120)
#BAC787
(186,199,135)
#C2CD96
(194,205,150)
#CAD3A5
(202,211,165)
#D2D9B4
(210,217,180)
#DADFC3
(218,223,195)
#E2E5D2
(226,229,210)
#EAEBE1
(234,235,225)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B55A color. Also use rgb(162,181,90) instead hex code.

Text Font Color

.myTextColor { color: #A2B55A; }

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

This text font color is #A2B55A.

Background Color

.myBgColor { background-color: #A2B55A; }

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

This div background color is #A2B55A.

Border color

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

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

This div border color is #A2B55A.

Opacity

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

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

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

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

This text has shadow with #A2B55A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B55A.

Preview

Color preview on black background

This text has color #A2B55A on black background.


Color preview on white background

This text has color #A2B55A on white background.


Black color preview on #A2B55A background

This text has black color on #A2B55A background.


White color preview on #A2B55A background

This text has white color on #A2B55A background.


Related colors

Complementary color

Complementary color for #hex is #5D4AA5.


I love getcolorcode.com

Triadic colors

1 #5AA2B5 and #B55AA2 with #A2B55A are triadic colors.

2 #5AB5A2 and #B5A25A with #A2B55A are triadic colors.