COLOR #A1B483

HEX: #A1B483
RGB: (161,180,131)

Color info

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

RGB color model

#A1B483 color RGB value is (161,180,131).

  • red value is 161;
  • green value is 180;
  • blue value is 131.
RGB:
(161,180,131)
(63%,71%,51%)

RGB channels and saturation

R 161 of 255 = 63%
G 180 of 255 = 71%
B 131 of 255 = 51%

161
180
131

R + G + B ~ 62%. #A1B483 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 180 + 131 = 472 (100%)
R 161 of 472 ~ 34.11%
G 180 of 472 ~ 38.14%
B 131 of 472 ~ 27.75%

%34.11
%38.14
%27.75

CMYK color model

#A1B483 color CMYK value is (11,0,27,29).

  • cyan value is 10.56%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 29.41%
CMYK:
(11,0,27,29)
C11M0Y27K29 
(11%,0%,27%,29%)
(0.11/0.00/0.27/0.29)	

CMYK percentages

%10.56
%0
%27.22
%29.41

Codes

Color #A1B483 in popluar color models

A1B483
RGB161180131
HSL83°24.62%60.98%
HSB/HSV83°27.22%70.59%
CMYK10.56%0.00%27.22%
29.41%

Color #A1B483 in popluar number systems.

HEXA1B483
Decimal161180131
Binary101000011011010010000011
Octal241264203

Shades and tints

Shades of #A1B483

#A1B483
(161,180,131)
#93A478
(147,164,120)
#85946D
(133,148,109)
#778462
(119,132,98)
#697457
(105,116,87)
#5B644C
(91,100,76)
#4D5441
(77,84,65)
#3F4436
(63,68,54)
#31342B
(49,52,43)
#232420
(35,36,32)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #A1B483

#A1B483
(161,180,131)
#A9BA8E
(169,186,142)
#B1C099
(177,192,153)
#B9C6A4
(185,198,164)
#C1CCAF
(193,204,175)
#C9D2BA
(201,210,186)
#D1D8C5
(209,216,197)
#D9DED0
(217,222,208)
#E1E4DB
(225,228,219)
#E9EAE6
(233,234,230)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B483 color. Also use rgb(161,180,131) instead hex code.

Text Font Color

.myTextColor { color: #A1B483; }

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

This text font color is #A1B483.


Background Color

.myBgColor { background-color: #A1B483; }

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

This div background color is #A1B483.


Border color

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

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

This div border color is #A1B483.


Opacity

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

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

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

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

This text has shadow with #A1B483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B483 on black background.


Color preview on white background

This text has color #A1B483 on white background.



Black color preview on #A1B483 background

This text has black color on #A1B483 background.


White color preview on #A1B483 background

This text has white color on #A1B483 background.