COLOR #A4CB5D

HEX: #A4CB5D
RGB: (164,203,93)

Color info

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

RGB color model

#A4CB5D color RGB value is (164,203,93).

  • red value is 164;
  • green value is 203;
  • blue value is 93.
RGB:
(164,203,93)
(64%,80%,36%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 93 of 255 = 36%

164
203
93

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

Portions of RGB colors in percentages

R + G + B =
164 + 203 + 93 = 460 (100%)
R 164 of 460 ~ 35.65%
G 203 of 460 ~ 44.13%
B 93 of 460 ~ 20.22%

%35.65
%44.13
%20.22

CMYK color model

#A4CB5D color CMYK value is (19,0,54,20).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 54.19%
  • key color value is 20.39%
CMYK:
(19,0,54,20)
C19M0Y54K20 
(19%,0%,54%,20%)
(0.19/0.00/0.54/0.20)	

CMYK percentages

%19.21
%0
%54.19
%20.39

Codes

Color #A4CB5D in popluar color models

A4CB5D
RGB16420393
HSL81°51.40%58.04%
HSB/HSV81°54.19%79.61%
CMYK19.21%0.00%54.19%
20.39%

Color #A4CB5D in popluar number systems.

HEXA4CB5D
Decimal16420393
Binary10100100110010111011101
Octal244313135

Shades and tints

Shades of #A4CB5D

#A4CB5D
(164,203,93)
#96B955
(150,185,85)
#88A74D
(136,167,77)
#7A9545
(122,149,69)
#6C833D
(108,131,61)
#5E7135
(94,113,53)
#505F2D
(80,95,45)
#424D25
(66,77,37)
#343B1D
(52,59,29)
#262915
(38,41,21)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #A4CB5D

#A4CB5D
(164,203,93)
#ACCF6B
(172,207,107)
#B4D379
(180,211,121)
#BCD787
(188,215,135)
#C4DB95
(196,219,149)
#CCDFA3
(204,223,163)
#D4E3B1
(212,227,177)
#DCE7BF
(220,231,191)
#E4EBCD
(228,235,205)
#ECEFDB
(236,239,219)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CB5D color. Also use rgb(164,203,93) instead hex code.

Text Font Color

.myTextColor { color: #A4CB5D; }

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

This text font color is #A4CB5D.


Background Color

.myBgColor { background-color: #A4CB5D; }

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

This div background color is #A4CB5D.


Border color

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

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

This div border color is #A4CB5D.


Opacity

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

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

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

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

This text has shadow with #A4CB5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CB5D on black background.


Color preview on white background

This text has color #A4CB5D on white background.



Black color preview on #A4CB5D background

This text has black color on #A4CB5D background.


White color preview on #A4CB5D background

This text has white color on #A4CB5D background.