COLOR #A6B72E

HEX: #A6B72E RGB: (166,183,46)

Color info

#A6B72E contains mainly red and green colors. Web safe color of #A6B72E is #99CC33 (or #9C3).

RGB color model

#A6B72E color RGB value is (166,183,46).

RGB: (166,183,46) (65%, 72%, 18%)

RGB channels and saturation

R 166 of 255 = 65%
G 183 of 255 = 72%
B 46 of 255 = 18%

166
183
46

R + G + B ~ 52%. #A6B72E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 166 + 183 + 46 = 395 (100%)
R 166 of 395 ~ 42.03%
G 183 of 395 ~ 46.33%
B 46 of 395 ~ 11.65'%

%42.03
%46.33
%11.65

CMYK color model

#A6B72E color CMYK value is (9,0,75,28).

  • cyan value is 9.29%
  • magenta value is 0.00%
  • yellow value is 74.86%
  • key color value is 28.24%

CMYK: (9,0,75,28)
C9M0Y75K28 (9%, 0%, 75%, 28%)
(0.09 / 0.00 / 0.75 / 0.28)

CMYK percentages

%9.29
%0
%74.86
%28.24

Codes

Color #A6B72E in popluar color models

A6 B7 2E
RGB 166 183 46
HSL 67° 59.83% 44.90%
HSB/HSV 67° 74.86% 71.76%
CMYK 9.29% 0.00% 74.86%
28.24%

Color #A6B72E in popluar number systems.

HEX A6 B7 2E
Decimal 166 183 46
Binary 10100110 10110111 101110
Octal 246 267 56

Shades and tints

Shades of #A6B72E

#A6B72E
(166,183,46)
#97A72A
(151,167,42)
#889726
(136,151,38)
#798722
(121,135,34)
#6A771E
(106,119,30)
#5B671A
(91,103,26)
#4C5716
(76,87,22)
#3D4712
(61,71,18)
#2E370E
(46,55,14)
#1F270A
(31,39,10)
#101706
(16,23,6)
#000000
(0,0,0)

Tints of #A6B72E

#A6B72E
(166,183,46)
#AEBD41
(174,189,65)
#B6C354
(182,195,84)
#BEC967
(190,201,103)
#C6CF7A
(198,207,122)
#CED58D
(206,213,141)
#D6DBA0
(214,219,160)
#DEE1B3
(222,225,179)
#E6E7C6
(230,231,198)
#EEEDD9
(238,237,217)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B72E color. Also use rgb(166,183,46) instead hex code.

Text Font Color

.myTextColor { color: #A6B72E; }

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

This text font color is #A6B72E.

Background Color

.myBgColor { background-color: #A6B72E; }

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

This div background color is #A6B72E.

Border color

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

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

This div border color is #A6B72E.

Opacity

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

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

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

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

This text has shadow with #A6B72E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B72E.

Preview

Color preview on black background

This text has color #A6B72E on black background.


Color preview on white background

This text has color #A6B72E on white background.


Black color preview on #A6B72E background

This text has black color on #A6B72E background.


White color preview on #A6B72E background

This text has white color on #A6B72E background.


Related colors

Complementary color

Complementary color for #hex is #5948D1.


I love getcolorcode.com

Triadic colors

1 #2EA6B7 and #B72EA6 with #A6B72E are triadic colors.

2 #2EB7A6 and #B7A62E with #A6B72E are triadic colors.