COLOR #A4B23C

HEX: #A4B23C
RGB: (164,178,60)

Color info

#A4B23C contains mainly red and green colors. Web safe color of #A4B23C is #999933 (or #993).

RGB color model

#A4B23C color RGB value is (164,178,60).

  • red value is 164;
  • green value is 178;
  • blue value is 60.
RGB:
(164,178,60)
(64%,70%,24%)

RGB channels and saturation

R 164 of 255 = 64%
G 178 of 255 = 70%
B 60 of 255 = 24%

164
178
60

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

Portions of RGB colors in percentages

R + G + B =
164 + 178 + 60 = 402 (100%)
R 164 of 402 ~ 40.8%
G 178 of 402 ~ 44.28%
B 60 of 402 ~ 14.93%

%40.8
%44.28
%14.93

CMYK color model

#A4B23C color CMYK value is (8,0,66,30).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 66.29%
  • key color value is 30.20%
CMYK:
(8,0,66,30)
C8M0Y66K30 
(8%,0%,66%,30%)
(0.08/0.00/0.66/0.30)	

CMYK percentages

%7.87
%0
%66.29
%30.2

Codes

Color #A4B23C in popluar color models

A4B23C
RGB16417860
HSL67°49.58%46.67%
HSB/HSV67°66.29%69.80%
CMYK7.87%0.00%66.29%
30.20%

Color #A4B23C in popluar number systems.

HEXA4B23C
Decimal16417860
Binary1010010010110010111100
Octal24426274

Shades and tints

Shades of #A4B23C

#A4B23C
(164,178,60)
#96A237
(150,162,55)
#889232
(136,146,50)
#7A822D
(122,130,45)
#6C7228
(108,114,40)
#5E6223
(94,98,35)
#50521E
(80,82,30)
#424219
(66,66,25)
#343214
(52,50,20)
#26220F
(38,34,15)
#18120A
(24,18,10)
#000000
(0,0,0)

Tints of #A4B23C

#A4B23C
(164,178,60)
#ACB94D
(172,185,77)
#B4C05E
(180,192,94)
#BCC76F
(188,199,111)
#C4CE80
(196,206,128)
#CCD591
(204,213,145)
#D4DCA2
(212,220,162)
#DCE3B3
(220,227,179)
#E4EAC4
(228,234,196)
#ECF1D5
(236,241,213)
#F4F8E6
(244,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B23C color. Also use rgb(164,178,60) instead hex code.

Text Font Color

.myTextColor { color: #A4B23C; }

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

This text font color is #A4B23C.


Background Color

.myBgColor { background-color: #A4B23C; }

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

This div background color is #A4B23C.


Border color

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

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

This div border color is #A4B23C.


Opacity

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

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

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

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

This text has shadow with #A4B23C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B23C on black background.


Color preview on white background

This text has color #A4B23C on white background.



Black color preview on #A4B23C background

This text has black color on #A4B23C background.


White color preview on #A4B23C background

This text has white color on #A4B23C background.