COLOR #A5BE48

HEX: #A5BE48
RGB: (165,190,72)

Color info

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

RGB color model

#A5BE48 color RGB value is (165,190,72).

  • red value is 165;
  • green value is 190;
  • blue value is 72.
RGB:
(165,190,72)
(65%,75%,28%)

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 72 of 255 = 28%

165
190
72

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

Portions of RGB colors in percentages

R + G + B =
165 + 190 + 72 = 427 (100%)
R 165 of 427 ~ 38.64%
G 190 of 427 ~ 44.5%
B 72 of 427 ~ 16.86%

%38.64
%44.5
%16.86

CMYK color model

#A5BE48 color CMYK value is (13,0,62,25).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 62.11%
  • key color value is 25.49%
CMYK:
(13,0,62,25)
C13M0Y62K25 
(13%,0%,62%,25%)
(0.13/0.00/0.62/0.25)	

CMYK percentages

%13.16
%0
%62.11
%25.49

Codes

Color #A5BE48 in popluar color models

A5BE48
RGB16519072
HSL73°47.58%51.37%
HSB/HSV73°62.11%74.51%
CMYK13.16%0.00%62.11%
25.49%

Color #A5BE48 in popluar number systems.

HEXA5BE48
Decimal16519072
Binary10100101101111101001000
Octal245276110

Shades and tints

Shades of #A5BE48

#A5BE48
(165,190,72)
#96AD42
(150,173,66)
#879C3C
(135,156,60)
#788B36
(120,139,54)
#697A30
(105,122,48)
#5A692A
(90,105,42)
#4B5824
(75,88,36)
#3C471E
(60,71,30)
#2D3618
(45,54,24)
#1E2512
(30,37,18)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #A5BE48

#A5BE48
(165,190,72)
#ADC358
(173,195,88)
#B5C868
(181,200,104)
#BDCD78
(189,205,120)
#C5D288
(197,210,136)
#CDD798
(205,215,152)
#D5DCA8
(213,220,168)
#DDE1B8
(221,225,184)
#E5E6C8
(229,230,200)
#EDEBD8
(237,235,216)
#F5F0E8
(245,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BE48 color. Also use rgb(165,190,72) instead hex code.

Text Font Color

.myTextColor { color: #A5BE48; }

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

This text font color is #A5BE48.


Background Color

.myBgColor { background-color: #A5BE48; }

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

This div background color is #A5BE48.


Border color

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

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

This div border color is #A5BE48.


Opacity

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

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

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

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

This text has shadow with #A5BE48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BE48 on black background.


Color preview on white background

This text has color #A5BE48 on white background.



Black color preview on #A5BE48 background

This text has black color on #A5BE48 background.


White color preview on #A5BE48 background

This text has white color on #A5BE48 background.