COLOR #A1BE77

HEX: #A1BE77
RGB: (161,190,119)

Color info

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

RGB color model

#A1BE77 color RGB value is (161,190,119).

  • red value is 161;
  • green value is 190;
  • blue value is 119.
RGB:
(161,190,119)
(63%,75%,47%)

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 119 of 255 = 47%

161
190
119

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

Portions of RGB colors in percentages

R + G + B =
161 + 190 + 119 = 470 (100%)
R 161 of 470 ~ 34.26%
G 190 of 470 ~ 40.43%
B 119 of 470 ~ 25.32%

%34.26
%40.43
%25.32

CMYK color model

#A1BE77 color CMYK value is (15,0,37,25).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 37.37%
  • key color value is 25.49%
CMYK:
(15,0,37,25)
C15M0Y37K25 
(15%,0%,37%,25%)
(0.15/0.00/0.37/0.25)	

CMYK percentages

%15.26
%0
%37.37
%25.49

Codes

Color #A1BE77 in popluar color models

A1BE77
RGB161190119
HSL85°35.32%60.59%
HSB/HSV85°37.37%74.51%
CMYK15.26%0.00%37.37%
25.49%

Color #A1BE77 in popluar number systems.

HEXA1BE77
Decimal161190119
Binary10100001101111101110111
Octal241276167

Shades and tints

Shades of #A1BE77

#A1BE77
(161,190,119)
#93AD6D
(147,173,109)
#859C63
(133,156,99)
#778B59
(119,139,89)
#697A4F
(105,122,79)
#5B6945
(91,105,69)
#4D583B
(77,88,59)
#3F4731
(63,71,49)
#313627
(49,54,39)
#23251D
(35,37,29)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #A1BE77

#A1BE77
(161,190,119)
#A9C383
(169,195,131)
#B1C88F
(177,200,143)
#B9CD9B
(185,205,155)
#C1D2A7
(193,210,167)
#C9D7B3
(201,215,179)
#D1DCBF
(209,220,191)
#D9E1CB
(217,225,203)
#E1E6D7
(225,230,215)
#E9EBE3
(233,235,227)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BE77 color. Also use rgb(161,190,119) instead hex code.

Text Font Color

.myTextColor { color: #A1BE77; }

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

This text font color is #A1BE77.


Background Color

.myBgColor { background-color: #A1BE77; }

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

This div background color is #A1BE77.


Border color

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

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

This div border color is #A1BE77.


Opacity

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

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

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

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

This text has shadow with #A1BE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BE77 on black background.


Color preview on white background

This text has color #A1BE77 on white background.



Black color preview on #A1BE77 background

This text has black color on #A1BE77 background.


White color preview on #A1BE77 background

This text has white color on #A1BE77 background.