COLOR #A1BB4A

HEX: #A1BB4A
RGB: (161,187,74)

Color info

#A1BB4A contains mainly red and green colors. Web safe color of #A1BB4A is #99CC33 (or #9C3).

RGB color model

#A1BB4A color RGB value is (161,187,74).

  • red value is 161;
  • green value is 187;
  • blue value is 74.
RGB:
(161,187,74)
(63%,73%,29%)

RGB channels and saturation

R 161 of 255 = 63%
G 187 of 255 = 73%
B 74 of 255 = 29%

161
187
74

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

Portions of RGB colors in percentages

R + G + B =
161 + 187 + 74 = 422 (100%)
R 161 of 422 ~ 38.15%
G 187 of 422 ~ 44.31%
B 74 of 422 ~ 17.54%

%38.15
%44.31
%17.54

CMYK color model

#A1BB4A color CMYK value is (14,0,60,27).

  • cyan value is 13.90%
  • magenta value is 0.00%
  • yellow value is 60.43%
  • key color value is 26.67%
CMYK:
(14,0,60,27)
C14M0Y60K27 
(14%,0%,60%,27%)
(0.14/0.00/0.60/0.27)	

CMYK percentages

%13.9
%0
%60.43
%26.67

Codes

Color #A1BB4A in popluar color models

A1BB4A
RGB16118774
HSL74°45.38%51.18%
HSB/HSV74°60.43%73.33%
CMYK13.90%0.00%60.43%
26.67%

Color #A1BB4A in popluar number systems.

HEXA1BB4A
Decimal16118774
Binary10100001101110111001010
Octal241273112

Shades and tints

Shades of #A1BB4A

#A1BB4A
(161,187,74)
#93AA44
(147,170,68)
#85993E
(133,153,62)
#778838
(119,136,56)
#697732
(105,119,50)
#5B662C
(91,102,44)
#4D5526
(77,85,38)
#3F4420
(63,68,32)
#31331A
(49,51,26)
#232214
(35,34,20)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #A1BB4A

#A1BB4A
(161,187,74)
#A9C15A
(169,193,90)
#B1C76A
(177,199,106)
#B9CD7A
(185,205,122)
#C1D38A
(193,211,138)
#C9D99A
(201,217,154)
#D1DFAA
(209,223,170)
#D9E5BA
(217,229,186)
#E1EBCA
(225,235,202)
#E9F1DA
(233,241,218)
#F1F7EA
(241,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BB4A color. Also use rgb(161,187,74) instead hex code.

Text Font Color

.myTextColor { color: #A1BB4A; }

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

This text font color is #A1BB4A.


Background Color

.myBgColor { background-color: #A1BB4A; }

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

This div background color is #A1BB4A.


Border color

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

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

This div border color is #A1BB4A.


Opacity

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

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

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

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

This text has shadow with #A1BB4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BB4A on black background.


Color preview on white background

This text has color #A1BB4A on white background.



Black color preview on #A1BB4A background

This text has black color on #A1BB4A background.


White color preview on #A1BB4A background

This text has white color on #A1BB4A background.