COLOR #A2B956

HEX: #A2B956 RGB: (162,185,86)

Color info

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

RGB color model

#A2B956 color RGB value is (162,185,86).

RGB: (162,185,86) (64%, 73%, 34%)

RGB channels and saturation

R 162 of 255 = 64%
G 185 of 255 = 73%
B 86 of 255 = 34%

162
185
86

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

Portions of RGB colors in percentages

R + G + B = 162 + 185 + 86 = 433 (100%)
R 162 of 433 ~ 37.41%
G 185 of 433 ~ 42.73%
B 86 of 433 ~ 19.86'%

%37.41
%42.73
%19.86

CMYK color model

#A2B956 color CMYK value is (12,0,54,27).

  • cyan value is 12.43%
  • magenta value is 0.00%
  • yellow value is 53.51%
  • key color value is 27.45%

CMYK: (12,0,54,27)
C12M0Y54K27 (12%, 0%, 54%, 27%)
(0.12 / 0.00 / 0.54 / 0.27)

CMYK percentages

%12.43
%0
%53.51
%27.45

Codes

Color #A2B956 in popluar color models

A2 B9 56
RGB 162 185 86
HSL 74° 41.42% 53.14%
HSB/HSV 74° 53.51% 72.55%
CMYK 12.43% 0.00% 53.51%
27.45%

Color #A2B956 in popluar number systems.

HEX A2 B9 56
Decimal 162 185 86
Binary 10100010 10111001 1010110
Octal 242 271 126

Shades and tints

Shades of #A2B956

#A2B956
(162,185,86)
#94A94F
(148,169,79)
#869948
(134,153,72)
#788941
(120,137,65)
#6A793A
(106,121,58)
#5C6933
(92,105,51)
#4E592C
(78,89,44)
#404925
(64,73,37)
#32391E
(50,57,30)
#242917
(36,41,23)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #A2B956

#A2B956
(162,185,86)
#AABF65
(170,191,101)
#B2C574
(178,197,116)
#BACB83
(186,203,131)
#C2D192
(194,209,146)
#CAD7A1
(202,215,161)
#D2DDB0
(210,221,176)
#DAE3BF
(218,227,191)
#E2E9CE
(226,233,206)
#EAEFDD
(234,239,221)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B956 color. Also use rgb(162,185,86) instead hex code.

Text Font Color

.myTextColor { color: #A2B956; }

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

This text font color is #A2B956.

Background Color

.myBgColor { background-color: #A2B956; }

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

This div background color is #A2B956.

Border color

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

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

This div border color is #A2B956.

Opacity

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

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

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

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

This text has shadow with #A2B956 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B956.

Preview

Color preview on black background

This text has color #A2B956 on black background.


Color preview on white background

This text has color #A2B956 on white background.


Black color preview on #A2B956 background

This text has black color on #A2B956 background.


White color preview on #A2B956 background

This text has white color on #A2B956 background.


Related colors

Complementary color

Complementary color for #hex is #5D46A9.


I love getcolorcode.com

Triadic colors

1 #56A2B9 and #B956A2 with #A2B956 are triadic colors.

2 #56B9A2 and #B9A256 with #A2B956 are triadic colors.