COLOR #A1BF63

HEX: #A1BF63 RGB: (161,191,99)

Color info

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

RGB color model

#A1BF63 color RGB value is (161,191,99).

RGB: (161,191,99) (63%, 75%, 39%)

RGB channels and saturation

R 161 of 255 = 63%
G 191 of 255 = 75%
B 99 of 255 = 39%

161
191
99

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

Portions of RGB colors in percentages

R + G + B = 161 + 191 + 99 = 451 (100%)
R 161 of 451 ~ 35.7%
G 191 of 451 ~ 42.35%
B 99 of 451 ~ 21.95'%

%35.7
%42.35
%21.95

CMYK color model

#A1BF63 color CMYK value is (16,0,48,25).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 48.17%
  • key color value is 25.10%

CMYK: (16,0,48,25)
C16M0Y48K25 (16%, 0%, 48%, 25%)
(0.16 / 0.00 / 0.48 / 0.25)

CMYK percentages

%15.71
%0
%48.17
%25.1

Codes

Color #A1BF63 in popluar color models

A1 BF 63
RGB 161 191 99
HSL 80° 41.82% 56.86%
HSB/HSV 80° 48.17% 74.90%
CMYK 15.71% 0.00% 48.17%
25.10%

Color #A1BF63 in popluar number systems.

HEX A1 BF 63
Decimal 161 191 99
Binary 10100001 10111111 1100011
Octal 241 277 143

Shades and tints

Shades of #A1BF63

#A1BF63
(161,191,99)
#93AE5A
(147,174,90)
#859D51
(133,157,81)
#778C48
(119,140,72)
#697B3F
(105,123,63)
#5B6A36
(91,106,54)
#4D592D
(77,89,45)
#3F4824
(63,72,36)
#31371B
(49,55,27)
#232612
(35,38,18)
#151509
(21,21,9)
#000000
(0,0,0)

Tints of #A1BF63

#A1BF63
(161,191,99)
#A9C471
(169,196,113)
#B1C97F
(177,201,127)
#B9CE8D
(185,206,141)
#C1D39B
(193,211,155)
#C9D8A9
(201,216,169)
#D1DDB7
(209,221,183)
#D9E2C5
(217,226,197)
#E1E7D3
(225,231,211)
#E9ECE1
(233,236,225)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BF63 color. Also use rgb(161,191,99) instead hex code.

Text Font Color

.myTextColor { color: #A1BF63; }

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

This text font color is #A1BF63.

Background Color

.myBgColor { background-color: #A1BF63; }

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

This div background color is #A1BF63.

Border color

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

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

This div border color is #A1BF63.

Opacity

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

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

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

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

This text has shadow with #A1BF63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BF63.

Preview

Color preview on black background

This text has color #A1BF63 on black background.


Color preview on white background

This text has color #A1BF63 on white background.


Black color preview on #A1BF63 background

This text has black color on #A1BF63 background.


White color preview on #A1BF63 background

This text has white color on #A1BF63 background.


Related colors

Complementary color

Complementary color for #hex is #5E409C.


I love getcolorcode.com

Triadic colors

1 #63A1BF and #BF63A1 with #A1BF63 are triadic colors.

2 #63BFA1 and #BFA163 with #A1BF63 are triadic colors.