COLOR #A2BB7C

HEX: #A2BB7C RGB: (162,187,124)

Color info

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

RGB color model

#A2BB7C color RGB value is (162,187,124).

RGB: (162,187,124) (64%, 73%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 187 of 255 = 73%
B 124 of 255 = 49%

162
187
124

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

Portions of RGB colors in percentages

R + G + B = 162 + 187 + 124 = 473 (100%)
R 162 of 473 ~ 34.25%
G 187 of 473 ~ 39.53%
B 124 of 473 ~ 26.22'%

%34.25
%39.53
%26.22

CMYK color model

#A2BB7C color CMYK value is (13,0,34,27).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 33.69%
  • key color value is 26.67%

CMYK: (13,0,34,27)
C13M0Y34K27 (13%, 0%, 34%, 27%)
(0.13 / 0.00 / 0.34 / 0.27)

CMYK percentages

%13.37
%0
%33.69
%26.67

Codes

Color #A2BB7C in popluar color models

A2 BB 7C
RGB 162 187 124
HSL 84° 31.66% 60.98%
HSB/HSV 84° 33.69% 73.33%
CMYK 13.37% 0.00% 33.69%
26.67%

Color #A2BB7C in popluar number systems.

HEX A2 BB 7C
Decimal 162 187 124
Binary 10100010 10111011 1111100
Octal 242 273 174

Shades and tints

Shades of #A2BB7C

#A2BB7C
(162,187,124)
#94AA71
(148,170,113)
#869966
(134,153,102)
#78885B
(120,136,91)
#6A7750
(106,119,80)
#5C6645
(92,102,69)
#4E553A
(78,85,58)
#40442F
(64,68,47)
#323324
(50,51,36)
#242219
(36,34,25)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #A2BB7C

#A2BB7C
(162,187,124)
#AAC187
(170,193,135)
#B2C792
(178,199,146)
#BACD9D
(186,205,157)
#C2D3A8
(194,211,168)
#CAD9B3
(202,217,179)
#D2DFBE
(210,223,190)
#DAE5C9
(218,229,201)
#E2EBD4
(226,235,212)
#EAF1DF
(234,241,223)
#F2F7EA
(242,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BB7C color. Also use rgb(162,187,124) instead hex code.

Text Font Color

.myTextColor { color: #A2BB7C; }

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

This text font color is #A2BB7C.

Background Color

.myBgColor { background-color: #A2BB7C; }

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

This div background color is #A2BB7C.

Border color

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

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

This div border color is #A2BB7C.

Opacity

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

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

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

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

This text has shadow with #A2BB7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BB7C.

Preview

Color preview on black background

This text has color #A2BB7C on black background.


Color preview on white background

This text has color #A2BB7C on white background.


Black color preview on #A2BB7C background

This text has black color on #A2BB7C background.


White color preview on #A2BB7C background

This text has white color on #A2BB7C background.


Related colors

Complementary color

Complementary color for #hex is #5D4483.


I love getcolorcode.com

Triadic colors

1 #7CA2BB and #BB7CA2 with #A2BB7C are triadic colors.

2 #7CBBA2 and #BBA27C with #A2BB7C are triadic colors.