COLOR #A2BB76

HEX: #A2BB76 RGB: (162,187,118)

Color info

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

RGB color model

#A2BB76 color RGB value is (162,187,118).

RGB: (162,187,118) (64%, 73%, 46%)

RGB channels and saturation

R 162 of 255 = 64%
G 187 of 255 = 73%
B 118 of 255 = 46%

162
187
118

R + G + B ~ 61%. #A2BB76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 187 + 118 = 467 (100%)
R 162 of 467 ~ 34.69%
G 187 of 467 ~ 40.04%
B 118 of 467 ~ 25.27'%

%34.69
%40.04
%25.27

CMYK color model

#A2BB76 color CMYK value is (13,0,37,27).

  • cyan value is 13.37%
  • magenta value is 0.00%
  • yellow value is 36.90%
  • key color value is 26.67%
CMYK: (13,0,37,27) C13M0Y37K27 (13%,0%,37%,27%) (0.13/0.00/0.37/0.27) 

CMYK percentages

%13.37
%0
%36.9
%26.67

Codes

Color #A2BB76 in popluar color models

A2 BB 76
RGB 162 187 118
HSL 82° 33.66% 59.80%
HSB/HSV 82° 36.90% 73.33%
CMYK 13.37% 0.00% 36.90%
26.67%

Color #A2BB76 in popluar number systems.

HEX A2 BB 76
Decimal 162 187 118
Binary 10100010 10111011 1110110
Octal 242 273 166

Shades and tints

Shades of #A2BB76

#A2BB76
(162,187,118)
#94AA6C
(148,170,108)
#869962
(134,153,98)
#788858
(120,136,88)
#6A774E
(106,119,78)
#5C6644
(92,102,68)
#4E553A
(78,85,58)
#404430
(64,68,48)
#323326
(50,51,38)
#24221C
(36,34,28)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #A2BB76

#A2BB76
(162,187,118)
#AAC182
(170,193,130)
#B2C78E
(178,199,142)
#BACD9A
(186,205,154)
#C2D3A6
(194,211,166)
#CAD9B2
(202,217,178)
#D2DFBE
(210,223,190)
#DAE5CA
(218,229,202)
#E2EBD6
(226,235,214)
#EAF1E2
(234,241,226)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BB76; }

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

This text font color is #A2BB76.

Background Color

.myBgColor { background-color: #A2BB76; }

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

This div background color is #A2BB76.

Border color

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

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

This div border color is #A2BB76.

Opacity

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

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

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

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

This text has shadow with #A2BB76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BB76.

Preview

Color preview on black background

This text has color #A2BB76 on black background.


Color preview on white background

This text has color #A2BB76 on white background.


Black color preview on #A2BB76 background

This text has black color on #A2BB76 background.


White color preview on #A2BB76 background

This text has white color on #A2BB76 background.


Related colors

Complementary color

Complementary color for #hex is #5D4489.


I love getcolorcode.com

Triadic colors

1 #76A2BB and #BB76A2 with #A2BB76 are triadic colors.

2 #76BBA2 and #BBA276 with #A2BB76 are triadic colors.