COLOR #A5BD89

HEX: #A5BD89
RGB: (165,189,137)

Color info

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

RGB color model

#A5BD89 color RGB value is (165,189,137).

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

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 137 of 255 = 54%

165
189
137

R + G + B ~ 64%. #A5BD89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 189 + 137 = 491 (100%)
R 165 of 491 ~ 33.6%
G 189 of 491 ~ 38.49%
B 137 of 491 ~ 27.9%

%33.6
%38.49
%27.9

CMYK color model

#A5BD89 color CMYK value is (13,0,28,26).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 27.51%
  • key color value is 25.88%
CMYK:
(13,0,28,26)
C13M0Y28K26 
(13%,0%,28%,26%)
(0.13/0.00/0.28/0.26)	

CMYK percentages

%12.7
%0
%27.51
%25.88

Codes

Color #A5BD89 in popluar color models

A5BD89
RGB165189137
HSL88°28.26%63.92%
HSB/HSV88°27.51%74.12%
CMYK12.70%0.00%27.51%
25.88%

Color #A5BD89 in popluar number systems.

HEXA5BD89
Decimal165189137
Binary101001011011110110001001
Octal245275211

Shades and tints

Shades of #A5BD89

#A5BD89
(165,189,137)
#96AC7D
(150,172,125)
#879B71
(135,155,113)
#788A65
(120,138,101)
#697959
(105,121,89)
#5A684D
(90,104,77)
#4B5741
(75,87,65)
#3C4635
(60,70,53)
#2D3529
(45,53,41)
#1E241D
(30,36,29)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5BD89

#A5BD89
(165,189,137)
#ADC393
(173,195,147)
#B5C99D
(181,201,157)
#BDCFA7
(189,207,167)
#C5D5B1
(197,213,177)
#CDDBBB
(205,219,187)
#D5E1C5
(213,225,197)
#DDE7CF
(221,231,207)
#E5EDD9
(229,237,217)
#EDF3E3
(237,243,227)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BD89; }

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

This text font color is #A5BD89.


Background Color

.myBgColor { background-color: #A5BD89; }

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

This div background color is #A5BD89.


Border color

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

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

This div border color is #A5BD89.


Opacity

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

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

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

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

This text has shadow with #A5BD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BD89 on black background.


Color preview on white background

This text has color #A5BD89 on white background.



Black color preview on #A5BD89 background

This text has black color on #A5BD89 background.


White color preview on #A5BD89 background

This text has white color on #A5BD89 background.