COLOR #A1BD75

HEX: #A1BD75
RGB: (161,189,117)

Color info

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

RGB color model

#A1BD75 color RGB value is (161,189,117).

  • red value is 161;
  • green value is 189;
  • blue value is 117.
RGB:
(161,189,117)
(63%,74%,46%)

RGB channels and saturation

R 161 of 255 = 63%
G 189 of 255 = 74%
B 117 of 255 = 46%

161
189
117

R + G + B ~ 61%. #A1BD75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 189 + 117 = 467 (100%)
R 161 of 467 ~ 34.48%
G 189 of 467 ~ 40.47%
B 117 of 467 ~ 25.05%

%34.48
%40.47
%25.05

CMYK color model

#A1BD75 color CMYK value is (15,0,38,26).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 25.88%
CMYK:
(15,0,38,26)
C15M0Y38K26 
(15%,0%,38%,26%)
(0.15/0.00/0.38/0.26)	

CMYK percentages

%14.81
%0
%38.1
%25.88

Codes

Color #A1BD75 in popluar color models

A1BD75
RGB161189117
HSL83°35.29%60.00%
HSB/HSV83°38.10%74.12%
CMYK14.81%0.00%38.10%
25.88%

Color #A1BD75 in popluar number systems.

HEXA1BD75
Decimal161189117
Binary10100001101111011110101
Octal241275165

Shades and tints

Shades of #A1BD75

#A1BD75
(161,189,117)
#93AC6B
(147,172,107)
#859B61
(133,155,97)
#778A57
(119,138,87)
#69794D
(105,121,77)
#5B6843
(91,104,67)
#4D5739
(77,87,57)
#3F462F
(63,70,47)
#313525
(49,53,37)
#23241B
(35,36,27)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #A1BD75

#A1BD75
(161,189,117)
#A9C381
(169,195,129)
#B1C98D
(177,201,141)
#B9CF99
(185,207,153)
#C1D5A5
(193,213,165)
#C9DBB1
(201,219,177)
#D1E1BD
(209,225,189)
#D9E7C9
(217,231,201)
#E1EDD5
(225,237,213)
#E9F3E1
(233,243,225)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BD75; }

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

This text font color is #A1BD75.


Background Color

.myBgColor { background-color: #A1BD75; }

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

This div background color is #A1BD75.


Border color

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

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

This div border color is #A1BD75.


Opacity

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

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

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

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

This text has shadow with #A1BD75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BD75 on black background.


Color preview on white background

This text has color #A1BD75 on white background.



Black color preview on #A1BD75 background

This text has black color on #A1BD75 background.


White color preview on #A1BD75 background

This text has white color on #A1BD75 background.