COLOR #A1BC57

HEX: #A1BC57
RGB: (161,188,87)

Color info

#A1BC57 contains mainly red and green colors. Web safe color of #A1BC57 is #99CC66 (or #9C6).

RGB color model

#A1BC57 color RGB value is (161,188,87).

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

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 87 of 255 = 34%

161
188
87

R + G + B ~ 57%. #A1BC57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 188 + 87 = 436 (100%)
R 161 of 436 ~ 36.93%
G 188 of 436 ~ 43.12%
B 87 of 436 ~ 19.95%

%36.93
%43.12
%19.95

CMYK color model

#A1BC57 color CMYK value is (14,0,54,26).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 53.72%
  • key color value is 26.27%
CMYK:
(14,0,54,26)
C14M0Y54K26 
(14%,0%,54%,26%)
(0.14/0.00/0.54/0.26)	

CMYK percentages

%14.36
%0
%53.72
%26.27

Codes

Color #A1BC57 in popluar color models

A1BC57
RGB16118887
HSL76°42.98%53.92%
HSB/HSV76°53.72%73.73%
CMYK14.36%0.00%53.72%
26.27%

Color #A1BC57 in popluar number systems.

HEXA1BC57
Decimal16118887
Binary10100001101111001010111
Octal241274127

Shades and tints

Shades of #A1BC57

#A1BC57
(161,188,87)
#93AB50
(147,171,80)
#859A49
(133,154,73)
#778942
(119,137,66)
#69783B
(105,120,59)
#5B6734
(91,103,52)
#4D562D
(77,86,45)
#3F4526
(63,69,38)
#31341F
(49,52,31)
#232318
(35,35,24)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #A1BC57

#A1BC57
(161,188,87)
#A9C266
(169,194,102)
#B1C875
(177,200,117)
#B9CE84
(185,206,132)
#C1D493
(193,212,147)
#C9DAA2
(201,218,162)
#D1E0B1
(209,224,177)
#D9E6C0
(217,230,192)
#E1ECCF
(225,236,207)
#E9F2DE
(233,242,222)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BC57; }

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

This text font color is #A1BC57.


Background Color

.myBgColor { background-color: #A1BC57; }

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

This div background color is #A1BC57.


Border color

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

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

This div border color is #A1BC57.


Opacity

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

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

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

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

This text has shadow with #A1BC57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BC57 on black background.


Color preview on white background

This text has color #A1BC57 on white background.



Black color preview on #A1BC57 background

This text has black color on #A1BC57 background.


White color preview on #A1BC57 background

This text has white color on #A1BC57 background.