COLOR #A1B836

HEX: #A1B836
RGB: (161,184,54)

Color info

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

RGB color model

#A1B836 color RGB value is (161,184,54).

  • red value is 161;
  • green value is 184;
  • blue value is 54.
RGB:
(161,184,54)
(63%,72%,21%)

RGB channels and saturation

R 161 of 255 = 63%
G 184 of 255 = 72%
B 54 of 255 = 21%

161
184
54

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

Portions of RGB colors in percentages

R + G + B =
161 + 184 + 54 = 399 (100%)
R 161 of 399 ~ 40.35%
G 184 of 399 ~ 46.12%
B 54 of 399 ~ 13.53%

%40.35
%46.12
%13.53

CMYK color model

#A1B836 color CMYK value is (13,0,71,28).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 70.65%
  • key color value is 27.84%
CMYK:
(13,0,71,28)
C13M0Y71K28 
(13%,0%,71%,28%)
(0.13/0.00/0.71/0.28)	

CMYK percentages

%12.5
%0
%70.65
%27.84

Codes

Color #A1B836 in popluar color models

A1B836
RGB16118454
HSL71°54.62%46.67%
HSB/HSV71°70.65%72.16%
CMYK12.50%0.00%70.65%
27.84%

Color #A1B836 in popluar number systems.

HEXA1B836
Decimal16118454
Binary1010000110111000110110
Octal24127066

Shades and tints

Shades of #A1B836

#A1B836
(161,184,54)
#93A832
(147,168,50)
#85982E
(133,152,46)
#77882A
(119,136,42)
#697826
(105,120,38)
#5B6822
(91,104,34)
#4D581E
(77,88,30)
#3F481A
(63,72,26)
#313816
(49,56,22)
#232812
(35,40,18)
#15180E
(21,24,14)
#000000
(0,0,0)

Tints of #A1B836

#A1B836
(161,184,54)
#A9BE48
(169,190,72)
#B1C45A
(177,196,90)
#B9CA6C
(185,202,108)
#C1D07E
(193,208,126)
#C9D690
(201,214,144)
#D1DCA2
(209,220,162)
#D9E2B4
(217,226,180)
#E1E8C6
(225,232,198)
#E9EED8
(233,238,216)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B836 color. Also use rgb(161,184,54) instead hex code.

Text Font Color

.myTextColor { color: #A1B836; }

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

This text font color is #A1B836.


Background Color

.myBgColor { background-color: #A1B836; }

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

This div background color is #A1B836.


Border color

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

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

This div border color is #A1B836.


Opacity

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

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

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

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

This text has shadow with #A1B836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B836 on black background.


Color preview on white background

This text has color #A1B836 on white background.



Black color preview on #A1B836 background

This text has black color on #A1B836 background.


White color preview on #A1B836 background

This text has white color on #A1B836 background.