COLOR #A5BE93

HEX: #A5BE93
RGB: (165,190,147)

Color info

#A5BE93 contains red, green and blue colors in about the same proportion. Web safe color of #A5BE93 is #99CC99 (or #9C9).

RGB color model

#A5BE93 color RGB value is (165,190,147).

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

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 147 of 255 = 58%

165
190
147

R + G + B ~ 66%. #A5BE93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 190 + 147 = 502 (100%)
R 165 of 502 ~ 32.87%
G 190 of 502 ~ 37.85%
B 147 of 502 ~ 29.28%

%32.87
%37.85
%29.28

CMYK color model

#A5BE93 color CMYK value is (13,0,23,25).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(13,0,23,25)
C13M0Y23K25 
(13%,0%,23%,25%)
(0.13/0.00/0.23/0.25)	

CMYK percentages

%13.16
%0
%22.63
%25.49

Codes

Color #A5BE93 in popluar color models

A5BE93
RGB165190147
HSL95°24.86%66.08%
HSB/HSV95°22.63%74.51%
CMYK13.16%0.00%22.63%
25.49%

Color #A5BE93 in popluar number systems.

HEXA5BE93
Decimal165190147
Binary101001011011111010010011
Octal245276223

Shades and tints

Shades of #A5BE93

#A5BE93
(165,190,147)
#96AD86
(150,173,134)
#879C79
(135,156,121)
#788B6C
(120,139,108)
#697A5F
(105,122,95)
#5A6952
(90,105,82)
#4B5845
(75,88,69)
#3C4738
(60,71,56)
#2D362B
(45,54,43)
#1E251E
(30,37,30)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A5BE93

#A5BE93
(165,190,147)
#ADC39C
(173,195,156)
#B5C8A5
(181,200,165)
#BDCDAE
(189,205,174)
#C5D2B7
(197,210,183)
#CDD7C0
(205,215,192)
#D5DCC9
(213,220,201)
#DDE1D2
(221,225,210)
#E5E6DB
(229,230,219)
#EDEBE4
(237,235,228)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BE93; }

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

This text font color is #A5BE93.


Background Color

.myBgColor { background-color: #A5BE93; }

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

This div background color is #A5BE93.


Border color

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

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

This div border color is #A5BE93.


Opacity

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

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

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

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

This text has shadow with #A5BE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BE93 on black background.


Color preview on white background

This text has color #A5BE93 on white background.



Black color preview on #A5BE93 background

This text has black color on #A5BE93 background.


White color preview on #A5BE93 background

This text has white color on #A5BE93 background.