COLOR #A3CA5B

HEX: #A3CA5B
RGB: (163,202,91)

Color info

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

RGB color model

#A3CA5B color RGB value is (163,202,91).

  • red value is 163;
  • green value is 202;
  • blue value is 91.
RGB:
(163,202,91)
(64%,79%,36%)

RGB channels and saturation

R 163 of 255 = 64%
G 202 of 255 = 79%
B 91 of 255 = 36%

163
202
91

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

Portions of RGB colors in percentages

R + G + B =
163 + 202 + 91 = 456 (100%)
R 163 of 456 ~ 35.75%
G 202 of 456 ~ 44.3%
B 91 of 456 ~ 19.96%

%35.75
%44.3
%19.96

CMYK color model

#A3CA5B color CMYK value is (19,0,55,21).

  • cyan value is 19.31%
  • magenta value is 0.00%
  • yellow value is 54.95%
  • key color value is 20.78%
CMYK:
(19,0,55,21)
C19M0Y55K21 
(19%,0%,55%,21%)
(0.19/0.00/0.55/0.21)	

CMYK percentages

%19.31
%0
%54.95
%20.78

Codes

Color #A3CA5B in popluar color models

A3CA5B
RGB16320291
HSL81°51.15%57.45%
HSB/HSV81°54.95%79.22%
CMYK19.31%0.00%54.95%
20.78%

Color #A3CA5B in popluar number systems.

HEXA3CA5B
Decimal16320291
Binary10100011110010101011011
Octal243312133

Shades and tints

Shades of #A3CA5B

#A3CA5B
(163,202,91)
#95B853
(149,184,83)
#87A64B
(135,166,75)
#799443
(121,148,67)
#6B823B
(107,130,59)
#5D7033
(93,112,51)
#4F5E2B
(79,94,43)
#414C23
(65,76,35)
#333A1B
(51,58,27)
#252813
(37,40,19)
#17160B
(23,22,11)
#000000
(0,0,0)

Tints of #A3CA5B

#A3CA5B
(163,202,91)
#ABCE69
(171,206,105)
#B3D277
(179,210,119)
#BBD685
(187,214,133)
#C3DA93
(195,218,147)
#CBDEA1
(203,222,161)
#D3E2AF
(211,226,175)
#DBE6BD
(219,230,189)
#E3EACB
(227,234,203)
#EBEED9
(235,238,217)
#F3F2E7
(243,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CA5B color. Also use rgb(163,202,91) instead hex code.

Text Font Color

.myTextColor { color: #A3CA5B; }

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

This text font color is #A3CA5B.


Background Color

.myBgColor { background-color: #A3CA5B; }

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

This div background color is #A3CA5B.


Border color

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

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

This div border color is #A3CA5B.


Opacity

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

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

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

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

This text has shadow with #A3CA5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CA5B on black background.


Color preview on white background

This text has color #A3CA5B on white background.



Black color preview on #A3CA5B background

This text has black color on #A3CA5B background.


White color preview on #A3CA5B background

This text has white color on #A3CA5B background.