COLOR #A7BC46

HEX: #A7BC46
RGB: (167,188,70)

Color info

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

RGB color model

#A7BC46 color RGB value is (167,188,70).

  • red value is 167;
  • green value is 188;
  • blue value is 70.
RGB:
(167,188,70)
(65%,74%,27%)

RGB channels and saturation

R 167 of 255 = 65%
G 188 of 255 = 74%
B 70 of 255 = 27%

167
188
70

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

Portions of RGB colors in percentages

R + G + B =
167 + 188 + 70 = 425 (100%)
R 167 of 425 ~ 39.29%
G 188 of 425 ~ 44.24%
B 70 of 425 ~ 16.47%

%39.29
%44.24
%16.47

CMYK color model

#A7BC46 color CMYK value is (11,0,63,26).

  • cyan value is 11.17%
  • magenta value is 0.00%
  • yellow value is 62.77%
  • key color value is 26.27%
CMYK:
(11,0,63,26)
C11M0Y63K26 
(11%,0%,63%,26%)
(0.11/0.00/0.63/0.26)	

CMYK percentages

%11.17
%0
%62.77
%26.27

Codes

Color #A7BC46 in popluar color models

A7BC46
RGB16718870
HSL71°46.83%50.59%
HSB/HSV71°62.77%73.73%
CMYK11.17%0.00%62.77%
26.27%

Color #A7BC46 in popluar number systems.

HEXA7BC46
Decimal16718870
Binary10100111101111001000110
Octal247274106

Shades and tints

Shades of #A7BC46

#A7BC46
(167,188,70)
#98AB40
(152,171,64)
#899A3A
(137,154,58)
#7A8934
(122,137,52)
#6B782E
(107,120,46)
#5C6728
(92,103,40)
#4D5622
(77,86,34)
#3E451C
(62,69,28)
#2F3416
(47,52,22)
#202310
(32,35,16)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #A7BC46

#A7BC46
(167,188,70)
#AFC256
(175,194,86)
#B7C866
(183,200,102)
#BFCE76
(191,206,118)
#C7D486
(199,212,134)
#CFDA96
(207,218,150)
#D7E0A6
(215,224,166)
#DFE6B6
(223,230,182)
#E7ECC6
(231,236,198)
#EFF2D6
(239,242,214)
#F7F8E6
(247,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BC46; }

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

This text font color is #A7BC46.


Background Color

.myBgColor { background-color: #A7BC46; }

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

This div background color is #A7BC46.


Border color

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

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

This div border color is #A7BC46.


Opacity

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

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

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

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

This text has shadow with #A7BC46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BC46 on black background.


Color preview on white background

This text has color #A7BC46 on white background.



Black color preview on #A7BC46 background

This text has black color on #A7BC46 background.


White color preview on #A7BC46 background

This text has white color on #A7BC46 background.