COLOR #A4CA92

HEX: #A4CA92
RGB: (164,202,146)

Color info

#A4CA92 contains red, green and blue colors in about the same proportion. Web safe color of #A4CA92 is #99CC99 (or #9C9).

RGB color model

#A4CA92 color RGB value is (164,202,146).

  • red value is 164;
  • green value is 202;
  • blue value is 146.
RGB:
(164,202,146)
(64%,79%,57%)

RGB channels and saturation

R 164 of 255 = 64%
G 202 of 255 = 79%
B 146 of 255 = 57%

164
202
146

R + G + B ~ 67%. #A4CA92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 202 + 146 = 512 (100%)
R 164 of 512 ~ 32.03%
G 202 of 512 ~ 39.45%
B 146 of 512 ~ 28.52%

%32.03
%39.45
%28.52

CMYK color model

#A4CA92 color CMYK value is (19,0,28,21).

  • cyan value is 18.81%
  • magenta value is 0.00%
  • yellow value is 27.72%
  • key color value is 20.78%
CMYK:
(19,0,28,21)
C19M0Y28K21 
(19%,0%,28%,21%)
(0.19/0.00/0.28/0.21)	

CMYK percentages

%18.81
%0
%27.72
%20.78

Codes

Color #A4CA92 in popluar color models

A4CA92
RGB164202146
HSL101°34.57%68.24%
HSB/HSV101°27.72%79.22%
CMYK18.81%0.00%27.72%
20.78%

Color #A4CA92 in popluar number systems.

HEXA4CA92
Decimal164202146
Binary101001001100101010010010
Octal244312222

Shades and tints

Shades of #A4CA92

#A4CA92
(164,202,146)
#96B885
(150,184,133)
#88A678
(136,166,120)
#7A946B
(122,148,107)
#6C825E
(108,130,94)
#5E7051
(94,112,81)
#505E44
(80,94,68)
#424C37
(66,76,55)
#343A2A
(52,58,42)
#26281D
(38,40,29)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #A4CA92

#A4CA92
(164,202,146)
#ACCE9B
(172,206,155)
#B4D2A4
(180,210,164)
#BCD6AD
(188,214,173)
#C4DAB6
(196,218,182)
#CCDEBF
(204,222,191)
#D4E2C8
(212,226,200)
#DCE6D1
(220,230,209)
#E4EADA
(228,234,218)
#ECEEE3
(236,238,227)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CA92 color. Also use rgb(164,202,146) instead hex code.

Text Font Color

.myTextColor { color: #A4CA92; }

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

This text font color is #A4CA92.


Background Color

.myBgColor { background-color: #A4CA92; }

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

This div background color is #A4CA92.


Border color

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

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

This div border color is #A4CA92.


Opacity

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

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

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

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

This text has shadow with #A4CA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CA92 on black background.


Color preview on white background

This text has color #A4CA92 on white background.



Black color preview on #A4CA92 background

This text has black color on #A4CA92 background.


White color preview on #A4CA92 background

This text has white color on #A4CA92 background.