COLOR #A1BE65

HEX: #A1BE65 RGB: (161,190,101)

Color info

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

RGB color model

#A1BE65 color RGB value is (161,190,101).

RGB: (161,190,101) (63%, 75%, 40%)

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 101 of 255 = 40%

161
190
101

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

Portions of RGB colors in percentages

R + G + B = 161 + 190 + 101 = 452 (100%)
R 161 of 452 ~ 35.62%
G 190 of 452 ~ 42.04%
B 101 of 452 ~ 22.35'%

%35.62
%42.04
%22.35

CMYK color model

#A1BE65 color CMYK value is (15,0,47,25).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 46.84%
  • key color value is 25.49%

CMYK: (15,0,47,25)
C15M0Y47K25 (15%, 0%, 47%, 25%)
(0.15 / 0.00 / 0.47 / 0.25)

CMYK percentages

%15.26
%0
%46.84
%25.49

Codes

Color #A1BE65 in popluar color models

A1 BE 65
RGB 161 190 101
HSL 80° 40.64% 57.06%
HSB/HSV 80° 46.84% 74.51%
CMYK 15.26% 0.00% 46.84%
25.49%

Color #A1BE65 in popluar number systems.

HEX A1 BE 65
Decimal 161 190 101
Binary 10100001 10111110 1100101
Octal 241 276 145

Shades and tints

Shades of #A1BE65

#A1BE65
(161,190,101)
#93AD5C
(147,173,92)
#859C53
(133,156,83)
#778B4A
(119,139,74)
#697A41
(105,122,65)
#5B6938
(91,105,56)
#4D582F
(77,88,47)
#3F4726
(63,71,38)
#31361D
(49,54,29)
#232514
(35,37,20)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #A1BE65

#A1BE65
(161,190,101)
#A9C373
(169,195,115)
#B1C881
(177,200,129)
#B9CD8F
(185,205,143)
#C1D29D
(193,210,157)
#C9D7AB
(201,215,171)
#D1DCB9
(209,220,185)
#D9E1C7
(217,225,199)
#E1E6D5
(225,230,213)
#E9EBE3
(233,235,227)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BE65; }

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

This text font color is #A1BE65.

Background Color

.myBgColor { background-color: #A1BE65; }

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

This div background color is #A1BE65.

Border color

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

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

This div border color is #A1BE65.

Opacity

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

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

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

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

This text has shadow with #A1BE65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BE65.

Preview

Color preview on black background

This text has color #A1BE65 on black background.


Color preview on white background

This text has color #A1BE65 on white background.


Black color preview on #A1BE65 background

This text has black color on #A1BE65 background.


White color preview on #A1BE65 background

This text has white color on #A1BE65 background.


Related colors

Complementary color

Complementary color for #hex is #5E419A.


I love getcolorcode.com

Triadic colors

1 #65A1BE and #BE65A1 with #A1BE65 are triadic colors.

2 #65BEA1 and #BEA165 with #A1BE65 are triadic colors.