COLOR #A5BA25

HEX: #A5BA25
RGB: (165,186,37)

Color info

#A5BA25 contains mainly red and green colors. Web safe color of #A5BA25 is #99CC33 (or #9C3).

RGB color model

#A5BA25 color RGB value is (165,186,37).

  • red value is 165;
  • green value is 186;
  • blue value is 37.
RGB:
(165,186,37)
(65%,73%,15%)

RGB channels and saturation

R 165 of 255 = 65%
G 186 of 255 = 73%
B 37 of 255 = 15%

165
186
37

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

Portions of RGB colors in percentages

R + G + B =
165 + 186 + 37 = 388 (100%)
R 165 of 388 ~ 42.53%
G 186 of 388 ~ 47.94%
B 37 of 388 ~ 9.54%

%42.53
%47.94
%9.54

CMYK color model

#A5BA25 color CMYK value is (11,0,80,27).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 80.11%
  • key color value is 27.06%
CMYK:
(11,0,80,27)
C11M0Y80K27 
(11%,0%,80%,27%)
(0.11/0.00/0.80/0.27)	

CMYK percentages

%11.29
%0
%80.11
%27.06

Codes

Color #A5BA25 in popluar color models

A5BA25
RGB16518637
HSL68°66.82%43.73%
HSB/HSV68°80.11%72.94%
CMYK11.29%0.00%80.11%
27.06%

Color #A5BA25 in popluar number systems.

HEXA5BA25
Decimal16518637
Binary1010010110111010100101
Octal24527245

Shades and tints

Shades of #A5BA25

#A5BA25
(165,186,37)
#96AA22
(150,170,34)
#879A1F
(135,154,31)
#788A1C
(120,138,28)
#697A19
(105,122,25)
#5A6A16
(90,106,22)
#4B5A13
(75,90,19)
#3C4A10
(60,74,16)
#2D3A0D
(45,58,13)
#1E2A0A
(30,42,10)
#0F1A07
(15,26,7)
#000000
(0,0,0)

Tints of #A5BA25

#A5BA25
(165,186,37)
#ADC038
(173,192,56)
#B5C64B
(181,198,75)
#BDCC5E
(189,204,94)
#C5D271
(197,210,113)
#CDD884
(205,216,132)
#D5DE97
(213,222,151)
#DDE4AA
(221,228,170)
#E5EABD
(229,234,189)
#EDF0D0
(237,240,208)
#F5F6E3
(245,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BA25 color. Also use rgb(165,186,37) instead hex code.

Text Font Color

.myTextColor { color: #A5BA25; }

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

This text font color is #A5BA25.


Background Color

.myBgColor { background-color: #A5BA25; }

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

This div background color is #A5BA25.


Border color

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

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

This div border color is #A5BA25.


Opacity

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

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

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

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

This text has shadow with #A5BA25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BA25 on black background.


Color preview on white background

This text has color #A5BA25 on white background.



Black color preview on #A5BA25 background

This text has black color on #A5BA25 background.


White color preview on #A5BA25 background

This text has white color on #A5BA25 background.