COLOR #A4BA70

HEX: #A4BA70
RGB: (164,186,112)

Color info

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

RGB color model

#A4BA70 color RGB value is (164,186,112).

  • red value is 164;
  • green value is 186;
  • blue value is 112.
RGB:
(164,186,112)
(64%,73%,44%)

RGB channels and saturation

R 164 of 255 = 64%
G 186 of 255 = 73%
B 112 of 255 = 44%

164
186
112

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

Portions of RGB colors in percentages

R + G + B =
164 + 186 + 112 = 462 (100%)
R 164 of 462 ~ 35.5%
G 186 of 462 ~ 40.26%
B 112 of 462 ~ 24.24%

%35.5
%40.26
%24.24

CMYK color model

#A4BA70 color CMYK value is (12,0,40,27).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 39.78%
  • key color value is 27.06%
CMYK:
(12,0,40,27)
C12M0Y40K27 
(12%,0%,40%,27%)
(0.12/0.00/0.40/0.27)	

CMYK percentages

%11.83
%0
%39.78
%27.06

Codes

Color #A4BA70 in popluar color models

A4BA70
RGB164186112
HSL78°34.91%58.43%
HSB/HSV78°39.78%72.94%
CMYK11.83%0.00%39.78%
27.06%

Color #A4BA70 in popluar number systems.

HEXA4BA70
Decimal164186112
Binary10100100101110101110000
Octal244272160

Shades and tints

Shades of #A4BA70

#A4BA70
(164,186,112)
#96AA66
(150,170,102)
#889A5C
(136,154,92)
#7A8A52
(122,138,82)
#6C7A48
(108,122,72)
#5E6A3E
(94,106,62)
#505A34
(80,90,52)
#424A2A
(66,74,42)
#343A20
(52,58,32)
#262A16
(38,42,22)
#181A0C
(24,26,12)
#000000
(0,0,0)

Tints of #A4BA70

#A4BA70
(164,186,112)
#ACC07D
(172,192,125)
#B4C68A
(180,198,138)
#BCCC97
(188,204,151)
#C4D2A4
(196,210,164)
#CCD8B1
(204,216,177)
#D4DEBE
(212,222,190)
#DCE4CB
(220,228,203)
#E4EAD8
(228,234,216)
#ECF0E5
(236,240,229)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BA70 color. Also use rgb(164,186,112) instead hex code.

Text Font Color

.myTextColor { color: #A4BA70; }

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

This text font color is #A4BA70.


Background Color

.myBgColor { background-color: #A4BA70; }

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

This div background color is #A4BA70.


Border color

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

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

This div border color is #A4BA70.


Opacity

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

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

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

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

This text has shadow with #A4BA70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BA70 on black background.


Color preview on white background

This text has color #A4BA70 on white background.



Black color preview on #A4BA70 background

This text has black color on #A4BA70 background.


White color preview on #A4BA70 background

This text has white color on #A4BA70 background.