COLOR #A1BC91

HEX: #A1BC91
RGB: (161,188,145)

Color info

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

RGB color model

#A1BC91 color RGB value is (161,188,145).

  • red value is 161;
  • green value is 188;
  • blue value is 145.
RGB:
(161,188,145)
(63%,74%,57%)

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 145 of 255 = 57%

161
188
145

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

Portions of RGB colors in percentages

R + G + B =
161 + 188 + 145 = 494 (100%)
R 161 of 494 ~ 32.59%
G 188 of 494 ~ 38.06%
B 145 of 494 ~ 29.35%

%32.59
%38.06
%29.35

CMYK color model

#A1BC91 color CMYK value is (14,0,23,26).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK:
(14,0,23,26)
C14M0Y23K26 
(14%,0%,23%,26%)
(0.14/0.00/0.23/0.26)	

CMYK percentages

%14.36
%0
%22.87
%26.27

Codes

Color #A1BC91 in popluar color models

A1BC91
RGB161188145
HSL98°24.29%65.29%
HSB/HSV98°22.87%73.73%
CMYK14.36%0.00%22.87%
26.27%

Color #A1BC91 in popluar number systems.

HEXA1BC91
Decimal161188145
Binary101000011011110010010001
Octal241274221

Shades and tints

Shades of #A1BC91

#A1BC91
(161,188,145)
#93AB84
(147,171,132)
#859A77
(133,154,119)
#77896A
(119,137,106)
#69785D
(105,120,93)
#5B6750
(91,103,80)
#4D5643
(77,86,67)
#3F4536
(63,69,54)
#313429
(49,52,41)
#23231C
(35,35,28)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #A1BC91

#A1BC91
(161,188,145)
#A9C29B
(169,194,155)
#B1C8A5
(177,200,165)
#B9CEAF
(185,206,175)
#C1D4B9
(193,212,185)
#C9DAC3
(201,218,195)
#D1E0CD
(209,224,205)
#D9E6D7
(217,230,215)
#E1ECE1
(225,236,225)
#E9F2EB
(233,242,235)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BC91 color. Also use rgb(161,188,145) instead hex code.

Text Font Color

.myTextColor { color: #A1BC91; }

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

This text font color is #A1BC91.


Background Color

.myBgColor { background-color: #A1BC91; }

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

This div background color is #A1BC91.


Border color

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

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

This div border color is #A1BC91.


Opacity

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

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

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

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

This text has shadow with #A1BC91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BC91 on black background.


Color preview on white background

This text has color #A1BC91 on white background.



Black color preview on #A1BC91 background

This text has black color on #A1BC91 background.


White color preview on #A1BC91 background

This text has white color on #A1BC91 background.