COLOR #A1BD6C

HEX: #A1BD6C RGB: (161,189,108)

Color info

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

RGB color model

#A1BD6C color RGB value is (161,189,108).

RGB: (161,189,108) (63%, 74%, 42%)

RGB channels and saturation

R 161 of 255 = 63%
G 189 of 255 = 74%
B 108 of 255 = 42%

161
189
108

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

Portions of RGB colors in percentages

R + G + B = 161 + 189 + 108 = 458 (100%)
R 161 of 458 ~ 35.15%
G 189 of 458 ~ 41.27%
B 108 of 458 ~ 23.58'%

%35.15
%41.27
%23.58

CMYK color model

#A1BD6C color CMYK value is (15,0,43,26).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 25.88%
CMYK: (15,0,43,26) C15M0Y43K26 (15%,0%,43%,26%) (0.15/0.00/0.43/0.26) 

CMYK percentages

%14.81
%0
%42.86
%25.88

Codes

Color #A1BD6C in popluar color models

A1 BD 6C
RGB 161 189 108
HSL 81° 38.03% 58.24%
HSB/HSV 81° 42.86% 74.12%
CMYK 14.81% 0.00% 42.86%
25.88%

Color #A1BD6C in popluar number systems.

HEX A1 BD 6C
Decimal 161 189 108
Binary 10100001 10111101 1101100
Octal 241 275 154

Shades and tints

Shades of #A1BD6C

#A1BD6C
(161,189,108)
#93AC63
(147,172,99)
#859B5A
(133,155,90)
#778A51
(119,138,81)
#697948
(105,121,72)
#5B683F
(91,104,63)
#4D5736
(77,87,54)
#3F462D
(63,70,45)
#313524
(49,53,36)
#23241B
(35,36,27)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #A1BD6C

#A1BD6C
(161,189,108)
#A9C379
(169,195,121)
#B1C986
(177,201,134)
#B9CF93
(185,207,147)
#C1D5A0
(193,213,160)
#C9DBAD
(201,219,173)
#D1E1BA
(209,225,186)
#D9E7C7
(217,231,199)
#E1EDD4
(225,237,212)
#E9F3E1
(233,243,225)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BD6C color. Also use rgb(161,189,108) instead hex code.

Text Font Color

.myTextColor { color: #A1BD6C; }

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

This text font color is #A1BD6C.

Background Color

.myBgColor { background-color: #A1BD6C; }

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

This div background color is #A1BD6C.

Border color

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

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

This div border color is #A1BD6C.

Opacity

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

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

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

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

This text has shadow with #A1BD6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BD6C.

Preview

Color preview on black background

This text has color #A1BD6C on black background.


Color preview on white background

This text has color #A1BD6C on white background.


Black color preview on #A1BD6C background

This text has black color on #A1BD6C background.


White color preview on #A1BD6C background

This text has white color on #A1BD6C background.


Related colors

Complementary color

Complementary color for #hex is #5E4293.


I love getcolorcode.com

Triadic colors

1 #6CA1BD and #BD6CA1 with #A1BD6C are triadic colors.

2 #6CBDA1 and #BDA16C with #A1BD6C are triadic colors.