COLOR #A6BB71

HEX: #A6BB71 RGB: (166,187,113)

Color info

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

RGB color model

#A6BB71 color RGB value is (166,187,113).

RGB: (166,187,113) (65%, 73%, 44%)

RGB channels and saturation

R 166 of 255 = 65%
G 187 of 255 = 73%
B 113 of 255 = 44%

166
187
113

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

Portions of RGB colors in percentages

R + G + B = 166 + 187 + 113 = 466 (100%)
R 166 of 466 ~ 35.62%
G 187 of 466 ~ 40.13%
B 113 of 466 ~ 24.25'%

%35.62
%40.13
%24.25

CMYK color model

#A6BB71 color CMYK value is (11,0,40,27).

  • cyan value is 11.23%
  • magenta value is 0.00%
  • yellow value is 39.57%
  • key color value is 26.67%

CMYK: (11,0,40,27)
C11M0Y40K27 (11%, 0%, 40%, 27%)
(0.11 / 0.00 / 0.40 / 0.27)

CMYK percentages

%11.23
%0
%39.57
%26.67

Codes

Color #A6BB71 in popluar color models

A6 BB 71
RGB 166 187 113
HSL 77° 35.24% 58.82%
HSB/HSV 77° 39.57% 73.33%
CMYK 11.23% 0.00% 39.57%
26.67%

Color #A6BB71 in popluar number systems.

HEX A6 BB 71
Decimal 166 187 113
Binary 10100110 10111011 1110001
Octal 246 273 161

Shades and tints

Shades of #A6BB71

#A6BB71
(166,187,113)
#97AA67
(151,170,103)
#88995D
(136,153,93)
#798853
(121,136,83)
#6A7749
(106,119,73)
#5B663F
(91,102,63)
#4C5535
(76,85,53)
#3D442B
(61,68,43)
#2E3321
(46,51,33)
#1F2217
(31,34,23)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #A6BB71

#A6BB71
(166,187,113)
#AEC17D
(174,193,125)
#B6C789
(182,199,137)
#BECD95
(190,205,149)
#C6D3A1
(198,211,161)
#CED9AD
(206,217,173)
#D6DFB9
(214,223,185)
#DEE5C5
(222,229,197)
#E6EBD1
(230,235,209)
#EEF1DD
(238,241,221)
#F6F7E9
(246,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BB71 color. Also use rgb(166,187,113) instead hex code.

Text Font Color

.myTextColor { color: #A6BB71; }

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

This text font color is #A6BB71.

Background Color

.myBgColor { background-color: #A6BB71; }

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

This div background color is #A6BB71.

Border color

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

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

This div border color is #A6BB71.

Opacity

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

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

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

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

This text has shadow with #A6BB71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BB71.

Preview

Color preview on black background

This text has color #A6BB71 on black background.


Color preview on white background

This text has color #A6BB71 on white background.


Black color preview on #A6BB71 background

This text has black color on #A6BB71 background.


White color preview on #A6BB71 background

This text has white color on #A6BB71 background.


Related colors

Complementary color

Complementary color for #hex is #59448E.


I love getcolorcode.com

Triadic colors

1 #71A6BB and #BB71A6 with #A6BB71 are triadic colors.

2 #71BBA6 and #BBA671 with #A6BB71 are triadic colors.