COLOR #A1BC58

HEX: #A1BC58
RGB: (161,188,88)

Color info

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

RGB color model

#A1BC58 color RGB value is (161,188,88).

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

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 88 of 255 = 35%

161
188
88

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

Portions of RGB colors in percentages

R + G + B =
161 + 188 + 88 = 437 (100%)
R 161 of 437 ~ 36.84%
G 188 of 437 ~ 43.02%
B 88 of 437 ~ 20.14%

%36.84
%43.02
%20.14

CMYK color model

#A1BC58 color CMYK value is (14,0,53,26).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 53.19%
  • key color value is 26.27%
CMYK:
(14,0,53,26)
C14M0Y53K26 
(14%,0%,53%,26%)
(0.14/0.00/0.53/0.26)	

CMYK percentages

%14.36
%0
%53.19
%26.27

Codes

Color #A1BC58 in popluar color models

A1BC58
RGB16118888
HSL76°42.74%54.12%
HSB/HSV76°53.19%73.73%
CMYK14.36%0.00%53.19%
26.27%

Color #A1BC58 in popluar number systems.

HEXA1BC58
Decimal16118888
Binary10100001101111001011000
Octal241274130

Shades and tints

Shades of #A1BC58

#A1BC58
(161,188,88)
#93AB50
(147,171,80)
#859A48
(133,154,72)
#778940
(119,137,64)
#697838
(105,120,56)
#5B6730
(91,103,48)
#4D5628
(77,86,40)
#3F4520
(63,69,32)
#313418
(49,52,24)
#232310
(35,35,16)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #A1BC58

#A1BC58
(161,188,88)
#A9C267
(169,194,103)
#B1C876
(177,200,118)
#B9CE85
(185,206,133)
#C1D494
(193,212,148)
#C9DAA3
(201,218,163)
#D1E0B2
(209,224,178)
#D9E6C1
(217,230,193)
#E1ECD0
(225,236,208)
#E9F2DF
(233,242,223)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BC58; }

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

This text font color is #A1BC58.


Background Color

.myBgColor { background-color: #A1BC58; }

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

This div background color is #A1BC58.


Border color

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

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

This div border color is #A1BC58.


Opacity

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

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

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

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

This text has shadow with #A1BC58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BC58 on black background.


Color preview on white background

This text has color #A1BC58 on white background.



Black color preview on #A1BC58 background

This text has black color on #A1BC58 background.


White color preview on #A1BC58 background

This text has white color on #A1BC58 background.