COLOR #A5BA94

HEX: #A5BA94 RGB: (165,186,148)

Color info

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

RGB color model

#A5BA94 color RGB value is (165,186,148).

RGB: (165,186,148) (65%, 73%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 186 of 255 = 73%
B 148 of 255 = 58%

165
186
148

R + G + B ~ 65%. #A5BA94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 186 + 148 = 499 (100%)
R 165 of 499 ~ 33.07%
G 186 of 499 ~ 37.27%
B 148 of 499 ~ 29.66'%

%33.07
%37.27
%29.66

CMYK color model

#A5BA94 color CMYK value is (11,0,20,27).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 20.43%
  • key color value is 27.06%

CMYK: (11,0,20,27)
C11M0Y20K27 (11%, 0%, 20%, 27%)
(0.11 / 0.00 / 0.20 / 0.27)

CMYK percentages

%11.29
%0
%20.43
%27.06

Codes

Color #A5BA94 in popluar color models

A5 BA 94
RGB 165 186 148
HSL 93° 21.59% 65.49%
HSB/HSV 93° 20.43% 72.94%
CMYK 11.29% 0.00% 20.43%
27.06%

Color #A5BA94 in popluar number systems.

HEX A5 BA 94
Decimal 165 186 148
Binary 10100101 10111010 10010100
Octal 245 272 224

Shades and tints

Shades of #A5BA94

#A5BA94
(165,186,148)
#96AA87
(150,170,135)
#879A7A
(135,154,122)
#788A6D
(120,138,109)
#697A60
(105,122,96)
#5A6A53
(90,106,83)
#4B5A46
(75,90,70)
#3C4A39
(60,74,57)
#2D3A2C
(45,58,44)
#1E2A1F
(30,42,31)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #A5BA94

#A5BA94
(165,186,148)
#ADC09D
(173,192,157)
#B5C6A6
(181,198,166)
#BDCCAF
(189,204,175)
#C5D2B8
(197,210,184)
#CDD8C1
(205,216,193)
#D5DECA
(213,222,202)
#DDE4D3
(221,228,211)
#E5EADC
(229,234,220)
#EDF0E5
(237,240,229)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BA94 color. Also use rgb(165,186,148) instead hex code.

Text Font Color

.myTextColor { color: #A5BA94; }

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

This text font color is #A5BA94.

Background Color

.myBgColor { background-color: #A5BA94; }

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

This div background color is #A5BA94.

Border color

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

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

This div border color is #A5BA94.

Opacity

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

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

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

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

This text has shadow with #A5BA94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BA94.

Preview

Color preview on black background

This text has color #A5BA94 on black background.


Color preview on white background

This text has color #A5BA94 on white background.


Black color preview on #A5BA94 background

This text has black color on #A5BA94 background.


White color preview on #A5BA94 background

This text has white color on #A5BA94 background.


Related colors

Complementary color

Complementary color for #hex is #5A456B.


I love getcolorcode.com

Triadic colors

1 #94A5BA and #BA94A5 with #A5BA94 are triadic colors.

2 #94BAA5 and #BAA594 with #A5BA94 are triadic colors.