COLOR #A5B912

HEX: #A5B912
RGB: (165,185,18)

Color info

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

RGB color model

#A5B912 color RGB value is (165,185,18).

  • red value is 165;
  • green value is 185;
  • blue value is 18.
RGB:
(165,185,18)
(65%,73%,7%)

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 18 of 255 = 7%

165
185
18

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 18 = 368 (100%)
R 165 of 368 ~ 44.84%
G 185 of 368 ~ 50.27%
B 18 of 368 ~ 4.89%

%44.84
%50.27

CMYK color model

#A5B912 color CMYK value is (11,0,90,27).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 90.27%
  • key color value is 27.45%
CMYK:
(11,0,90,27)
C11M0Y90K27 
(11%,0%,90%,27%)
(0.11/0.00/0.90/0.27)	

CMYK percentages

%10.81
%0
%90.27
%27.45

Codes

Color #A5B912 in popluar color models

A5B912
RGB16518518
HSL67°82.27%39.80%
HSB/HSV67°90.27%72.55%
CMYK10.81%0.00%90.27%
27.45%

Color #A5B912 in popluar number systems.

HEXA5B912
Decimal16518518
Binary101001011011100110010
Octal24527122

Shades and tints

Shades of #A5B912

#A5B912
(165,185,18)
#96A911
(150,169,17)
#879910
(135,153,16)
#78890F
(120,137,15)
#69790E
(105,121,14)
#5A690D
(90,105,13)
#4B590C
(75,89,12)
#3C490B
(60,73,11)
#2D390A
(45,57,10)
#1E2909
(30,41,9)
#0F1908
(15,25,8)
#000000
(0,0,0)

Tints of #A5B912

#A5B912
(165,185,18)
#ADBF27
(173,191,39)
#B5C53C
(181,197,60)
#BDCB51
(189,203,81)
#C5D166
(197,209,102)
#CDD77B
(205,215,123)
#D5DD90
(213,221,144)
#DDE3A5
(221,227,165)
#E5E9BA
(229,233,186)
#EDEFCF
(237,239,207)
#F5F5E4
(245,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B912 color. Also use rgb(165,185,18) instead hex code.

Text Font Color

.myTextColor { color: #A5B912; }

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

This text font color is #A5B912.


Background Color

.myBgColor { background-color: #A5B912; }

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

This div background color is #A5B912.


Border color

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

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

This div border color is #A5B912.


Opacity

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

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

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

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

This text has shadow with #A5B912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B912 on black background.


Color preview on white background

This text has color #A5B912 on white background.



Black color preview on #A5B912 background

This text has black color on #A5B912 background.


White color preview on #A5B912 background

This text has white color on #A5B912 background.