COLOR #A5BC99

HEX: #A5BC99
RGB: (165,188,153)

Color info

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

RGB color model

#A5BC99 color RGB value is (165,188,153).

  • red value is 165;
  • green value is 188;
  • blue value is 153.
RGB:
(165,188,153)
(65%,74%,60%)

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 153 of 255 = 60%

165
188
153

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

Portions of RGB colors in percentages

R + G + B =
165 + 188 + 153 = 506 (100%)
R 165 of 506 ~ 32.61%
G 188 of 506 ~ 37.15%
B 153 of 506 ~ 30.24%

%32.61
%37.15
%30.24

CMYK color model

#A5BC99 color CMYK value is (12,0,19,26).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK:
(12,0,19,26)
C12M0Y19K26 
(12%,0%,19%,26%)
(0.12/0.00/0.19/0.26)	

CMYK percentages

%12.23
%0
%18.62
%26.27

Codes

Color #A5BC99 in popluar color models

A5BC99
RGB165188153
HSL99°20.71%66.86%
HSB/HSV99°18.62%73.73%
CMYK12.23%0.00%18.62%
26.27%

Color #A5BC99 in popluar number systems.

HEXA5BC99
Decimal165188153
Binary101001011011110010011001
Octal245274231

Shades and tints

Shades of #A5BC99

#A5BC99
(165,188,153)
#96AB8C
(150,171,140)
#879A7F
(135,154,127)
#788972
(120,137,114)
#697865
(105,120,101)
#5A6758
(90,103,88)
#4B564B
(75,86,75)
#3C453E
(60,69,62)
#2D3431
(45,52,49)
#1E2324
(30,35,36)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #A5BC99

#A5BC99
(165,188,153)
#ADC2A2
(173,194,162)
#B5C8AB
(181,200,171)
#BDCEB4
(189,206,180)
#C5D4BD
(197,212,189)
#CDDAC6
(205,218,198)
#D5E0CF
(213,224,207)
#DDE6D8
(221,230,216)
#E5ECE1
(229,236,225)
#EDF2EA
(237,242,234)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BC99 color. Also use rgb(165,188,153) instead hex code.

Text Font Color

.myTextColor { color: #A5BC99; }

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

This text font color is #A5BC99.


Background Color

.myBgColor { background-color: #A5BC99; }

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

This div background color is #A5BC99.


Border color

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

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

This div border color is #A5BC99.


Opacity

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

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

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

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

This text has shadow with #A5BC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BC99 on black background.


Color preview on white background

This text has color #A5BC99 on white background.



Black color preview on #A5BC99 background

This text has black color on #A5BC99 background.


White color preview on #A5BC99 background

This text has white color on #A5BC99 background.