COLOR #A1B95E

HEX: #A1B95E
RGB: (161,185,94)

Color info

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

RGB color model

#A1B95E color RGB value is (161,185,94).

  • red value is 161;
  • green value is 185;
  • blue value is 94.
RGB:
(161,185,94)
(63%,73%,37%)

RGB channels and saturation

R 161 of 255 = 63%
G 185 of 255 = 73%
B 94 of 255 = 37%

161
185
94

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

Portions of RGB colors in percentages

R + G + B =
161 + 185 + 94 = 440 (100%)
R 161 of 440 ~ 36.59%
G 185 of 440 ~ 42.05%
B 94 of 440 ~ 21.36%

%36.59
%42.05
%21.36

CMYK color model

#A1B95E color CMYK value is (13,0,49,27).

  • cyan value is 12.97%
  • magenta value is 0.00%
  • yellow value is 49.19%
  • key color value is 27.45%
CMYK:
(13,0,49,27)
C13M0Y49K27 
(13%,0%,49%,27%)
(0.13/0.00/0.49/0.27)	

CMYK percentages

%12.97
%0
%49.19
%27.45

Codes

Color #A1B95E in popluar color models

A1B95E
RGB16118594
HSL76°39.39%54.71%
HSB/HSV76°49.19%72.55%
CMYK12.97%0.00%49.19%
27.45%

Color #A1B95E in popluar number systems.

HEXA1B95E
Decimal16118594
Binary10100001101110011011110
Octal241271136

Shades and tints

Shades of #A1B95E

#A1B95E
(161,185,94)
#93A956
(147,169,86)
#85994E
(133,153,78)
#778946
(119,137,70)
#69793E
(105,121,62)
#5B6936
(91,105,54)
#4D592E
(77,89,46)
#3F4926
(63,73,38)
#31391E
(49,57,30)
#232916
(35,41,22)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #A1B95E

#A1B95E
(161,185,94)
#A9BF6C
(169,191,108)
#B1C57A
(177,197,122)
#B9CB88
(185,203,136)
#C1D196
(193,209,150)
#C9D7A4
(201,215,164)
#D1DDB2
(209,221,178)
#D9E3C0
(217,227,192)
#E1E9CE
(225,233,206)
#E9EFDC
(233,239,220)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B95E color. Also use rgb(161,185,94) instead hex code.

Text Font Color

.myTextColor { color: #A1B95E; }

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

This text font color is #A1B95E.


Background Color

.myBgColor { background-color: #A1B95E; }

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

This div background color is #A1B95E.


Border color

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

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

This div border color is #A1B95E.


Opacity

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

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

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

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

This text has shadow with #A1B95E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B95E on black background.


Color preview on white background

This text has color #A1B95E on white background.



Black color preview on #A1B95E background

This text has black color on #A1B95E background.


White color preview on #A1B95E background

This text has white color on #A1B95E background.