COLOR #A5BD16

HEX: #A5BD16
RGB: (165,189,22)

Color info

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

RGB color model

#A5BD16 color RGB value is (165,189,22).

  • red value is 165;
  • green value is 189;
  • blue value is 22.
RGB:
(165,189,22)
(65%,74%,9%)

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 22 of 255 = 9%

165
189
22

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

Portions of RGB colors in percentages

R + G + B =
165 + 189 + 22 = 376 (100%)
R 165 of 376 ~ 43.88%
G 189 of 376 ~ 50.27%
B 22 of 376 ~ 5.85%

%43.88
%50.27

CMYK color model

#A5BD16 color CMYK value is (13,0,88,26).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 88.36%
  • key color value is 25.88%
CMYK:
(13,0,88,26)
C13M0Y88K26 
(13%,0%,88%,26%)
(0.13/0.00/0.88/0.26)	

CMYK percentages

%12.7
%0
%88.36
%25.88

Codes

Color #A5BD16 in popluar color models

A5BD16
RGB16518922
HSL69°79.15%41.37%
HSB/HSV69°88.36%74.12%
CMYK12.70%0.00%88.36%
25.88%

Color #A5BD16 in popluar number systems.

HEXA5BD16
Decimal16518922
Binary101001011011110110110
Octal24527526

Shades and tints

Shades of #A5BD16

#A5BD16
(165,189,22)
#96AC14
(150,172,20)
#879B12
(135,155,18)
#788A10
(120,138,16)
#69790E
(105,121,14)
#5A680C
(90,104,12)
#4B570A
(75,87,10)
#3C4608
(60,70,8)
#2D3506
(45,53,6)
#1E2404
(30,36,4)
#0F1302
(15,19,2)
#000000
(0,0,0)

Tints of #A5BD16

#A5BD16
(165,189,22)
#ADC32B
(173,195,43)
#B5C940
(181,201,64)
#BDCF55
(189,207,85)
#C5D56A
(197,213,106)
#CDDB7F
(205,219,127)
#D5E194
(213,225,148)
#DDE7A9
(221,231,169)
#E5EDBE
(229,237,190)
#EDF3D3
(237,243,211)
#F5F9E8
(245,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BD16 color. Also use rgb(165,189,22) instead hex code.

Text Font Color

.myTextColor { color: #A5BD16; }

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

This text font color is #A5BD16.


Background Color

.myBgColor { background-color: #A5BD16; }

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

This div background color is #A5BD16.


Border color

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

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

This div border color is #A5BD16.


Opacity

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

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

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

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

This text has shadow with #A5BD16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BD16 on black background.


Color preview on white background

This text has color #A5BD16 on white background.



Black color preview on #A5BD16 background

This text has black color on #A5BD16 background.


White color preview on #A5BD16 background

This text has white color on #A5BD16 background.