COLOR #A7B84C

HEX: #A7B84C
RGB: (167,184,76)

Color info

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

RGB color model

#A7B84C color RGB value is (167,184,76).

  • red value is 167;
  • green value is 184;
  • blue value is 76.
RGB:
(167,184,76)
(65%,72%,30%)

RGB channels and saturation

R 167 of 255 = 65%
G 184 of 255 = 72%
B 76 of 255 = 30%

167
184
76

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

Portions of RGB colors in percentages

R + G + B =
167 + 184 + 76 = 427 (100%)
R 167 of 427 ~ 39.11%
G 184 of 427 ~ 43.09%
B 76 of 427 ~ 17.8%

%39.11
%43.09
%17.8

CMYK color model

#A7B84C color CMYK value is (9,0,59,28).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 27.84%
CMYK:
(9,0,59,28)
C9M0Y59K28 
(9%,0%,59%,28%)
(0.09/0.00/0.59/0.28)	

CMYK percentages

%9.24
%0
%58.7
%27.84

Codes

Color #A7B84C in popluar color models

A7B84C
RGB16718476
HSL69°43.20%50.98%
HSB/HSV69°58.70%72.16%
CMYK9.24%0.00%58.70%
27.84%

Color #A7B84C in popluar number systems.

HEXA7B84C
Decimal16718476
Binary10100111101110001001100
Octal247270114

Shades and tints

Shades of #A7B84C

#A7B84C
(167,184,76)
#98A846
(152,168,70)
#899840
(137,152,64)
#7A883A
(122,136,58)
#6B7834
(107,120,52)
#5C682E
(92,104,46)
#4D5828
(77,88,40)
#3E4822
(62,72,34)
#2F381C
(47,56,28)
#202816
(32,40,22)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #A7B84C

#A7B84C
(167,184,76)
#AFBE5C
(175,190,92)
#B7C46C
(183,196,108)
#BFCA7C
(191,202,124)
#C7D08C
(199,208,140)
#CFD69C
(207,214,156)
#D7DCAC
(215,220,172)
#DFE2BC
(223,226,188)
#E7E8CC
(231,232,204)
#EFEEDC
(239,238,220)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B84C color. Also use rgb(167,184,76) instead hex code.

Text Font Color

.myTextColor { color: #A7B84C; }

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

This text font color is #A7B84C.


Background Color

.myBgColor { background-color: #A7B84C; }

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

This div background color is #A7B84C.


Border color

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

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

This div border color is #A7B84C.


Opacity

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

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

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

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

This text has shadow with #A7B84C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B84C on black background.


Color preview on white background

This text has color #A7B84C on white background.



Black color preview on #A7B84C background

This text has black color on #A7B84C background.


White color preview on #A7B84C background

This text has white color on #A7B84C background.