COLOR #A5BD93

HEX: #A5BD93
RGB: (165,189,147)

Color info

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

RGB color model

#A5BD93 color RGB value is (165,189,147).

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

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 147 of 255 = 58%

165
189
147

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

Portions of RGB colors in percentages

R + G + B =
165 + 189 + 147 = 501 (100%)
R 165 of 501 ~ 32.93%
G 189 of 501 ~ 37.72%
B 147 of 501 ~ 29.34%

%32.93
%37.72
%29.34

CMYK color model

#A5BD93 color CMYK value is (13,0,22,26).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK:
(13,0,22,26)
C13M0Y22K26 
(13%,0%,22%,26%)
(0.13/0.00/0.22/0.26)	

CMYK percentages

%12.7
%0
%22.22
%25.88

Codes

Color #A5BD93 in popluar color models

A5BD93
RGB165189147
HSL94°24.14%65.88%
HSB/HSV94°22.22%74.12%
CMYK12.70%0.00%22.22%
25.88%

Color #A5BD93 in popluar number systems.

HEXA5BD93
Decimal165189147
Binary101001011011110110010011
Octal245275223

Shades and tints

Shades of #A5BD93

#A5BD93
(165,189,147)
#96AC86
(150,172,134)
#879B79
(135,155,121)
#788A6C
(120,138,108)
#69795F
(105,121,95)
#5A6852
(90,104,82)
#4B5745
(75,87,69)
#3C4638
(60,70,56)
#2D352B
(45,53,43)
#1E241E
(30,36,30)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5BD93

#A5BD93
(165,189,147)
#ADC39C
(173,195,156)
#B5C9A5
(181,201,165)
#BDCFAE
(189,207,174)
#C5D5B7
(197,213,183)
#CDDBC0
(205,219,192)
#D5E1C9
(213,225,201)
#DDE7D2
(221,231,210)
#E5EDDB
(229,237,219)
#EDF3E4
(237,243,228)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BD93; }

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

This text font color is #A5BD93.


Background Color

.myBgColor { background-color: #A5BD93; }

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

This div background color is #A5BD93.


Border color

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

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

This div border color is #A5BD93.


Opacity

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

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

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

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

This text has shadow with #A5BD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BD93 on black background.


Color preview on white background

This text has color #A5BD93 on white background.



Black color preview on #A5BD93 background

This text has black color on #A5BD93 background.


White color preview on #A5BD93 background

This text has white color on #A5BD93 background.