COLOR #A2BC7B

HEX: #A2BC7B RGB: (162,188,123)

Color info

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

RGB color model

#A2BC7B color RGB value is (162,188,123).

RGB: (162,188,123) (64%, 74%, 48%)

RGB channels and saturation

R 162 of 255 = 64%
G 188 of 255 = 74%
B 123 of 255 = 48%

162
188
123

R + G + B ~ 62%. #A2BC7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 188 + 123 = 473 (100%)
R 162 of 473 ~ 34.25%
G 188 of 473 ~ 39.75%
B 123 of 473 ~ 26'%

%34.25
%39.75
%26

CMYK color model

#A2BC7B color CMYK value is (14,0,35,26).

  • cyan value is 13.83%
  • magenta value is 0.00%
  • yellow value is 34.57%
  • key color value is 26.27%
CMYK: (14,0,35,26) C14M0Y35K26 (14%,0%,35%,26%) (0.14/0.00/0.35/0.26) 

CMYK percentages

%13.83
%0
%34.57
%26.27

Codes

Color #A2BC7B in popluar color models

A2 BC 7B
RGB 162 188 123
HSL 84° 32.66% 60.98%
HSB/HSV 84° 34.57% 73.73%
CMYK 13.83% 0.00% 34.57%
26.27%

Color #A2BC7B in popluar number systems.

HEX A2 BC 7B
Decimal 162 188 123
Binary 10100010 10111100 1111011
Octal 242 274 173

Shades and tints

Shades of #A2BC7B

#A2BC7B
(162,188,123)
#94AB70
(148,171,112)
#869A65
(134,154,101)
#78895A
(120,137,90)
#6A784F
(106,120,79)
#5C6744
(92,103,68)
#4E5639
(78,86,57)
#40452E
(64,69,46)
#323423
(50,52,35)
#242318
(36,35,24)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #A2BC7B

#A2BC7B
(162,188,123)
#AAC287
(170,194,135)
#B2C893
(178,200,147)
#BACE9F
(186,206,159)
#C2D4AB
(194,212,171)
#CADAB7
(202,218,183)
#D2E0C3
(210,224,195)
#DAE6CF
(218,230,207)
#E2ECDB
(226,236,219)
#EAF2E7
(234,242,231)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BC7B color. Also use rgb(162,188,123) instead hex code.

Text Font Color

.myTextColor { color: #A2BC7B; }

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

This text font color is #A2BC7B.

Background Color

.myBgColor { background-color: #A2BC7B; }

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

This div background color is #A2BC7B.

Border color

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

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

This div border color is #A2BC7B.

Opacity

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

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

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

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

This text has shadow with #A2BC7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BC7B.

Preview

Color preview on black background

This text has color #A2BC7B on black background.


Color preview on white background

This text has color #A2BC7B on white background.


Black color preview on #A2BC7B background

This text has black color on #A2BC7B background.


White color preview on #A2BC7B background

This text has white color on #A2BC7B background.


Related colors

Complementary color

Complementary color for #hex is #5D4384.


I love getcolorcode.com

Triadic colors

1 #7BA2BC and #BC7BA2 with #A2BC7B are triadic colors.

2 #7BBCA2 and #BCA27B with #A2BC7B are triadic colors.