COLOR #A0BA76

HEX: #A0BA76
RGB: (160,186,118)

Color info

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

RGB color model

#A0BA76 color RGB value is (160,186,118).

  • red value is 160;
  • green value is 186;
  • blue value is 118.
RGB:
(160,186,118)
(63%,73%,46%)

RGB channels and saturation

R 160 of 255 = 63%
G 186 of 255 = 73%
B 118 of 255 = 46%

160
186
118

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

Portions of RGB colors in percentages

R + G + B =
160 + 186 + 118 = 464 (100%)
R 160 of 464 ~ 34.48%
G 186 of 464 ~ 40.09%
B 118 of 464 ~ 25.43%

%34.48
%40.09
%25.43

CMYK color model

#A0BA76 color CMYK value is (14,0,37,27).

  • cyan value is 13.98%
  • magenta value is 0.00%
  • yellow value is 36.56%
  • key color value is 27.06%
CMYK:
(14,0,37,27)
C14M0Y37K27 
(14%,0%,37%,27%)
(0.14/0.00/0.37/0.27)	

CMYK percentages

%13.98
%0
%36.56
%27.06

Codes

Color #A0BA76 in popluar color models

A0BA76
RGB160186118
HSL83°33.01%59.61%
HSB/HSV83°36.56%72.94%
CMYK13.98%0.00%36.56%
27.06%

Color #A0BA76 in popluar number systems.

HEXA0BA76
Decimal160186118
Binary10100000101110101110110
Octal240272166

Shades and tints

Shades of #A0BA76

#A0BA76
(160,186,118)
#92AA6C
(146,170,108)
#849A62
(132,154,98)
#768A58
(118,138,88)
#687A4E
(104,122,78)
#5A6A44
(90,106,68)
#4C5A3A
(76,90,58)
#3E4A30
(62,74,48)
#303A26
(48,58,38)
#222A1C
(34,42,28)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #A0BA76

#A0BA76
(160,186,118)
#A8C082
(168,192,130)
#B0C68E
(176,198,142)
#B8CC9A
(184,204,154)
#C0D2A6
(192,210,166)
#C8D8B2
(200,216,178)
#D0DEBE
(208,222,190)
#D8E4CA
(216,228,202)
#E0EAD6
(224,234,214)
#E8F0E2
(232,240,226)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BA76 color. Also use rgb(160,186,118) instead hex code.

Text Font Color

.myTextColor { color: #A0BA76; }

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

This text font color is #A0BA76.


Background Color

.myBgColor { background-color: #A0BA76; }

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

This div background color is #A0BA76.


Border color

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

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

This div border color is #A0BA76.


Opacity

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

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

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

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

This text has shadow with #A0BA76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BA76 on black background.


Color preview on white background

This text has color #A0BA76 on white background.



Black color preview on #A0BA76 background

This text has black color on #A0BA76 background.


White color preview on #A0BA76 background

This text has white color on #A0BA76 background.