COLOR #A6BD7A

HEX: #A6BD7A RGB: (166,189,122)

Color info

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

RGB color model

#A6BD7A color RGB value is (166,189,122).

RGB: (166,189,122) (65%, 74%, 48%)

RGB channels and saturation

R 166 of 255 = 65%
G 189 of 255 = 74%
B 122 of 255 = 48%

166
189
122

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

Portions of RGB colors in percentages

R + G + B = 166 + 189 + 122 = 477 (100%)
R 166 of 477 ~ 34.8%
G 189 of 477 ~ 39.62%
B 122 of 477 ~ 25.58'%

%34.8
%39.62
%25.58

CMYK color model

#A6BD7A color CMYK value is (12,0,35,26).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 35.45%
  • key color value is 25.88%

CMYK: (12,0,35,26)
C12M0Y35K26 (12%, 0%, 35%, 26%)
(0.12 / 0.00 / 0.35 / 0.26)

CMYK percentages

%12.17
%0
%35.45
%25.88

Codes

Color #A6BD7A in popluar color models

A6 BD 7A
RGB 166 189 122
HSL 81° 33.67% 60.98%
HSB/HSV 81° 35.45% 74.12%
CMYK 12.17% 0.00% 35.45%
25.88%

Color #A6BD7A in popluar number systems.

HEX A6 BD 7A
Decimal 166 189 122
Binary 10100110 10111101 1111010
Octal 246 275 172

Shades and tints

Shades of #A6BD7A

#A6BD7A
(166,189,122)
#97AC6F
(151,172,111)
#889B64
(136,155,100)
#798A59
(121,138,89)
#6A794E
(106,121,78)
#5B6843
(91,104,67)
#4C5738
(76,87,56)
#3D462D
(61,70,45)
#2E3522
(46,53,34)
#1F2417
(31,36,23)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #A6BD7A

#A6BD7A
(166,189,122)
#AEC386
(174,195,134)
#B6C992
(182,201,146)
#BECF9E
(190,207,158)
#C6D5AA
(198,213,170)
#CEDBB6
(206,219,182)
#D6E1C2
(214,225,194)
#DEE7CE
(222,231,206)
#E6EDDA
(230,237,218)
#EEF3E6
(238,243,230)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BD7A color. Also use rgb(166,189,122) instead hex code.

Text Font Color

.myTextColor { color: #A6BD7A; }

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

This text font color is #A6BD7A.

Background Color

.myBgColor { background-color: #A6BD7A; }

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

This div background color is #A6BD7A.

Border color

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

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

This div border color is #A6BD7A.

Opacity

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

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

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

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

This text has shadow with #A6BD7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BD7A.

Preview

Color preview on black background

This text has color #A6BD7A on black background.


Color preview on white background

This text has color #A6BD7A on white background.


Black color preview on #A6BD7A background

This text has black color on #A6BD7A background.


White color preview on #A6BD7A background

This text has white color on #A6BD7A background.


Related colors

Complementary color

Complementary color for #hex is #594285.


I love getcolorcode.com

Triadic colors

1 #7AA6BD and #BD7AA6 with #A6BD7A are triadic colors.

2 #7ABDA6 and #BDA67A with #A6BD7A are triadic colors.