COLOR #A7BC40

HEX: #A7BC40 RGB: (167,188,64)

Color info

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

RGB color model

#A7BC40 color RGB value is (167,188,64).

RGB: (167,188,64) (65%, 74%, 25%)

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 64 of 255 = 25%

167
188
64

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

Portions of RGB colors in percentages

R + G + B = 167 + 188 + 64 = 419 (100%)
R 167 of 419 ~ 39.86%
G 188 of 419 ~ 44.87%
B 64 of 419 ~ 15.27'%

%39.86
%44.87
%15.27

CMYK color model

#A7BC40 color CMYK value is (11,0,66,26).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 65.96%
  • key color value is 26.27%

CMYK: (11,0,66,26)
C11M0Y66K26 (11%, 0%, 66%, 26%)
(0.11 / 0.00 / 0.66 / 0.26)

CMYK percentages

%11.17
%0
%65.96
%26.27

Codes

Color #A7BC40 in popluar color models

A7 BC 40
RGB 167 188 64
HSL 70° 49.21% 49.41%
HSB/HSV 70° 65.96% 73.73%
CMYK 11.17% 0.00% 65.96%
26.27%

Color #A7BC40 in popluar number systems.

HEX A7 BC 40
Decimal 167 188 64
Binary 10100111 10111100 1000000
Octal 247 274 100

Shades and tints

Shades of #A7BC40

#A7BC40
(167,188,64)
#98AB3B
(152,171,59)
#899A36
(137,154,54)
#7A8931
(122,137,49)
#6B782C
(107,120,44)
#5C6727
(92,103,39)
#4D5622
(77,86,34)
#3E451D
(62,69,29)
#2F3418
(47,52,24)
#202313
(32,35,19)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #A7BC40

#A7BC40
(167,188,64)
#AFC251
(175,194,81)
#B7C862
(183,200,98)
#BFCE73
(191,206,115)
#C7D484
(199,212,132)
#CFDA95
(207,218,149)
#D7E0A6
(215,224,166)
#DFE6B7
(223,230,183)
#E7ECC8
(231,236,200)
#EFF2D9
(239,242,217)
#F7F8EA
(247,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7BC40 color. Also use rgb(167,188,64) instead hex code.

Text Font Color

.myTextColor { color: #A7BC40; }

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

This text font color is #A7BC40.

Background Color

.myBgColor { background-color: #A7BC40; }

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

This div background color is #A7BC40.

Border color

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

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

This div border color is #A7BC40.

Opacity

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

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

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

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

This text has shadow with #A7BC40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BC40.

Preview

Color preview on black background

This text has color #A7BC40 on black background.


Color preview on white background

This text has color #A7BC40 on white background.


Black color preview on #A7BC40 background

This text has black color on #A7BC40 background.


White color preview on #A7BC40 background

This text has white color on #A7BC40 background.


Related colors

Complementary color

Complementary color for #hex is #5843BF.


I love getcolorcode.com

Triadic colors

1 #40A7BC and #BC40A7 with #A7BC40 are triadic colors.

2 #40BCA7 and #BCA740 with #A7BC40 are triadic colors.