COLOR #A5BE5E

HEX: #A5BE5E
RGB: (165,190,94)

Color info

#A5BE5E contains mainly red and green colors. Web safe color of #A5BE5E is #99CC66 (or #9C6).

RGB color model

#A5BE5E color RGB value is (165,190,94).

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

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 94 of 255 = 37%

165
190
94

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

Portions of RGB colors in percentages

R + G + B =
165 + 190 + 94 = 449 (100%)
R 165 of 449 ~ 36.75%
G 190 of 449 ~ 42.32%
B 94 of 449 ~ 20.94%

%36.75
%42.32
%20.94

CMYK color model

#A5BE5E color CMYK value is (13,0,51,25).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 50.53%
  • key color value is 25.49%
CMYK:
(13,0,51,25)
C13M0Y51K25 
(13%,0%,51%,25%)
(0.13/0.00/0.51/0.25)	

CMYK percentages

%13.16
%0
%50.53
%25.49

Codes

Color #A5BE5E in popluar color models

A5BE5E
RGB16519094
HSL76°42.48%55.69%
HSB/HSV76°50.53%74.51%
CMYK13.16%0.00%50.53%
25.49%

Color #A5BE5E in popluar number systems.

HEXA5BE5E
Decimal16519094
Binary10100101101111101011110
Octal245276136

Shades and tints

Shades of #A5BE5E

#A5BE5E
(165,190,94)
#96AD56
(150,173,86)
#879C4E
(135,156,78)
#788B46
(120,139,70)
#697A3E
(105,122,62)
#5A6936
(90,105,54)
#4B582E
(75,88,46)
#3C4726
(60,71,38)
#2D361E
(45,54,30)
#1E2516
(30,37,22)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #A5BE5E

#A5BE5E
(165,190,94)
#ADC36C
(173,195,108)
#B5C87A
(181,200,122)
#BDCD88
(189,205,136)
#C5D296
(197,210,150)
#CDD7A4
(205,215,164)
#D5DCB2
(213,220,178)
#DDE1C0
(221,225,192)
#E5E6CE
(229,230,206)
#EDEBDC
(237,235,220)
#F5F0EA
(245,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BE5E; }

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

This text font color is #A5BE5E.


Background Color

.myBgColor { background-color: #A5BE5E; }

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

This div background color is #A5BE5E.


Border color

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

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

This div border color is #A5BE5E.


Opacity

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

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

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

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

This text has shadow with #A5BE5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BE5E on black background.


Color preview on white background

This text has color #A5BE5E on white background.



Black color preview on #A5BE5E background

This text has black color on #A5BE5E background.


White color preview on #A5BE5E background

This text has white color on #A5BE5E background.