COLOR #A3B914

HEX: #A3B914
RGB: (163,185,20)

Color info

#A3B914 contains mainly red and green colors. Web safe color of #A3B914 is #99CC00 (or #9C0).

RGB color model

#A3B914 color RGB value is (163,185,20).

  • red value is 163;
  • green value is 185;
  • blue value is 20.
RGB:
(163,185,20)
(64%,73%,8%)

RGB channels and saturation

R 163 of 255 = 64%
G 185 of 255 = 73%
B 20 of 255 = 8%

163
185
20

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

Portions of RGB colors in percentages

R + G + B =
163 + 185 + 20 = 368 (100%)
R 163 of 368 ~ 44.29%
G 185 of 368 ~ 50.27%
B 20 of 368 ~ 5.43%

%44.29
%50.27

CMYK color model

#A3B914 color CMYK value is (12,0,89,27).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 89.19%
  • key color value is 27.45%
CMYK:
(12,0,89,27)
C12M0Y89K27 
(12%,0%,89%,27%)
(0.12/0.00/0.89/0.27)	

CMYK percentages

%11.89
%0
%89.19
%27.45

Codes

Color #A3B914 in popluar color models

A3B914
RGB16318520
HSL68°80.49%40.20%
HSB/HSV68°89.19%72.55%
CMYK11.89%0.00%89.19%
27.45%

Color #A3B914 in popluar number systems.

HEXA3B914
Decimal16318520
Binary101000111011100110100
Octal24327124

Shades and tints

Shades of #A3B914

#A3B914
(163,185,20)
#95A913
(149,169,19)
#879912
(135,153,18)
#798911
(121,137,17)
#6B7910
(107,121,16)
#5D690F
(93,105,15)
#4F590E
(79,89,14)
#41490D
(65,73,13)
#33390C
(51,57,12)
#25290B
(37,41,11)
#17190A
(23,25,10)
#000000
(0,0,0)

Tints of #A3B914

#A3B914
(163,185,20)
#ABBF29
(171,191,41)
#B3C53E
(179,197,62)
#BBCB53
(187,203,83)
#C3D168
(195,209,104)
#CBD77D
(203,215,125)
#D3DD92
(211,221,146)
#DBE3A7
(219,227,167)
#E3E9BC
(227,233,188)
#EBEFD1
(235,239,209)
#F3F5E6
(243,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B914 color. Also use rgb(163,185,20) instead hex code.

Text Font Color

.myTextColor { color: #A3B914; }

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

This text font color is #A3B914.


Background Color

.myBgColor { background-color: #A3B914; }

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

This div background color is #A3B914.


Border color

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

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

This div border color is #A3B914.


Opacity

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

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

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

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

This text has shadow with #A3B914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B914 on black background.


Color preview on white background

This text has color #A3B914 on white background.



Black color preview on #A3B914 background

This text has black color on #A3B914 background.


White color preview on #A3B914 background

This text has white color on #A3B914 background.