COLOR #A4B764

HEX: #A4B764
RGB: (164,183,100)

Color info

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

RGB color model

#A4B764 color RGB value is (164,183,100).

  • red value is 164;
  • green value is 183;
  • blue value is 100.
RGB:
(164,183,100)
(64%,72%,39%)

RGB channels and saturation

R 164 of 255 = 64%
G 183 of 255 = 72%
B 100 of 255 = 39%

164
183
100

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

Portions of RGB colors in percentages

R + G + B =
164 + 183 + 100 = 447 (100%)
R 164 of 447 ~ 36.69%
G 183 of 447 ~ 40.94%
B 100 of 447 ~ 22.37%

%36.69
%40.94
%22.37

CMYK color model

#A4B764 color CMYK value is (10,0,45,28).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 45.36%
  • key color value is 28.24%
CMYK:
(10,0,45,28)
C10M0Y45K28 
(10%,0%,45%,28%)
(0.10/0.00/0.45/0.28)	

CMYK percentages

%10.38
%0
%45.36
%28.24

Codes

Color #A4B764 in popluar color models

A4B764
RGB164183100
HSL74°36.56%55.49%
HSB/HSV74°45.36%71.76%
CMYK10.38%0.00%45.36%
28.24%

Color #A4B764 in popluar number systems.

HEXA4B764
Decimal164183100
Binary10100100101101111100100
Octal244267144

Shades and tints

Shades of #A4B764

#A4B764
(164,183,100)
#96A75B
(150,167,91)
#889752
(136,151,82)
#7A8749
(122,135,73)
#6C7740
(108,119,64)
#5E6737
(94,103,55)
#50572E
(80,87,46)
#424725
(66,71,37)
#34371C
(52,55,28)
#262713
(38,39,19)
#18170A
(24,23,10)
#000000
(0,0,0)

Tints of #A4B764

#A4B764
(164,183,100)
#ACBD72
(172,189,114)
#B4C380
(180,195,128)
#BCC98E
(188,201,142)
#C4CF9C
(196,207,156)
#CCD5AA
(204,213,170)
#D4DBB8
(212,219,184)
#DCE1C6
(220,225,198)
#E4E7D4
(228,231,212)
#ECEDE2
(236,237,226)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B764 color. Also use rgb(164,183,100) instead hex code.

Text Font Color

.myTextColor { color: #A4B764; }

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

This text font color is #A4B764.


Background Color

.myBgColor { background-color: #A4B764; }

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

This div background color is #A4B764.


Border color

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

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

This div border color is #A4B764.


Opacity

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

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

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

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

This text has shadow with #A4B764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B764 on black background.


Color preview on white background

This text has color #A4B764 on white background.



Black color preview on #A4B764 background

This text has black color on #A4B764 background.


White color preview on #A4B764 background

This text has white color on #A4B764 background.