COLOR #A1B00B

HEX: #A1B00B
RGB: (161,176,11)

Color info

#A1B00B contains mainly red and green colors. Web safe color of #A1B00B is #999900 (or #990).

RGB color model

#A1B00B color RGB value is (161,176,11).

  • red value is 161;
  • green value is 176;
  • blue value is 11.
RGB:
(161,176,11)
(63%,69%,4%)

RGB channels and saturation

R 161 of 255 = 63%
G 176 of 255 = 69%
B 11 of 255 = 4%

161
176
11

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

Portions of RGB colors in percentages

R + G + B =
161 + 176 + 11 = 348 (100%)
R 161 of 348 ~ 46.26%
G 176 of 348 ~ 50.57%
B 11 of 348 ~ 3.16%

%46.26
%50.57

CMYK color model

#A1B00B color CMYK value is (9,0,94,31).

  • cyan value is 8.52%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 30.98%
CMYK:
(9,0,94,31)
C9M0Y94K31 
(9%,0%,94%,31%)
(0.09/0.00/0.94/0.31)	

CMYK percentages

%8.52
%0
%93.75
%30.98

Codes

Color #A1B00B in popluar color models

A1B00B
RGB16117611
HSL65°88.24%36.67%
HSB/HSV65°93.75%69.02%
CMYK8.52%0.00%93.75%
30.98%

Color #A1B00B in popluar number systems.

HEXA1B00B
Decimal16117611
Binary10100001101100001011
Octal24126013

Shades and tints

Shades of #A1B00B

#A1B00B
(161,176,11)
#93A00A
(147,160,10)
#859009
(133,144,9)
#778008
(119,128,8)
#697007
(105,112,7)
#5B6006
(91,96,6)
#4D5005
(77,80,5)
#3F4004
(63,64,4)
#313003
(49,48,3)
#232002
(35,32,2)
#151001
(21,16,1)
#000000
(0,0,0)

Tints of #A1B00B

#A1B00B
(161,176,11)
#A9B721
(169,183,33)
#B1BE37
(177,190,55)
#B9C54D
(185,197,77)
#C1CC63
(193,204,99)
#C9D379
(201,211,121)
#D1DA8F
(209,218,143)
#D9E1A5
(217,225,165)
#E1E8BB
(225,232,187)
#E9EFD1
(233,239,209)
#F1F6E7
(241,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B00B color. Also use rgb(161,176,11) instead hex code.

Text Font Color

.myTextColor { color: #A1B00B; }

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

This text font color is #A1B00B.


Background Color

.myBgColor { background-color: #A1B00B; }

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

This div background color is #A1B00B.


Border color

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

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

This div border color is #A1B00B.


Opacity

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

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

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

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

This text has shadow with #A1B00B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B00B on black background.


Color preview on white background

This text has color #A1B00B on white background.



Black color preview on #A1B00B background

This text has black color on #A1B00B background.


White color preview on #A1B00B background

This text has white color on #A1B00B background.