COLOR #A8BA55

HEX: #A8BA55
RGB: (168,186,85)

Color info

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

RGB color model

#A8BA55 color RGB value is (168,186,85).

  • red value is 168;
  • green value is 186;
  • blue value is 85.
RGB:
(168,186,85)
(66%,73%,33%)

RGB channels and saturation

R 168 of 255 = 66%
G 186 of 255 = 73%
B 85 of 255 = 33%

168
186
85

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

Portions of RGB colors in percentages

R + G + B =
168 + 186 + 85 = 439 (100%)
R 168 of 439 ~ 38.27%
G 186 of 439 ~ 42.37%
B 85 of 439 ~ 19.36%

%38.27
%42.37
%19.36

CMYK color model

#A8BA55 color CMYK value is (10,0,54,27).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 54.30%
  • key color value is 27.06%
CMYK:
(10,0,54,27)
C10M0Y54K27 
(10%,0%,54%,27%)
(0.10/0.00/0.54/0.27)	

CMYK percentages

%9.68
%0
%54.3
%27.06

Codes

Color #A8BA55 in popluar color models

A8BA55
RGB16818685
HSL71°42.26%53.14%
HSB/HSV71°54.30%72.94%
CMYK9.68%0.00%54.30%
27.06%

Color #A8BA55 in popluar number systems.

HEXA8BA55
Decimal16818685
Binary10101000101110101010101
Octal250272125

Shades and tints

Shades of #A8BA55

#A8BA55
(168,186,85)
#99AA4E
(153,170,78)
#8A9A47
(138,154,71)
#7B8A40
(123,138,64)
#6C7A39
(108,122,57)
#5D6A32
(93,106,50)
#4E5A2B
(78,90,43)
#3F4A24
(63,74,36)
#303A1D
(48,58,29)
#212A16
(33,42,22)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #A8BA55

#A8BA55
(168,186,85)
#AFC064
(175,192,100)
#B6C673
(182,198,115)
#BDCC82
(189,204,130)
#C4D291
(196,210,145)
#CBD8A0
(203,216,160)
#D2DEAF
(210,222,175)
#D9E4BE
(217,228,190)
#E0EACD
(224,234,205)
#E7F0DC
(231,240,220)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BA55 color. Also use rgb(168,186,85) instead hex code.

Text Font Color

.myTextColor { color: #A8BA55; }

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

This text font color is #A8BA55.


Background Color

.myBgColor { background-color: #A8BA55; }

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

This div background color is #A8BA55.


Border color

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

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

This div border color is #A8BA55.


Opacity

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

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

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

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

This text has shadow with #A8BA55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BA55 on black background.


Color preview on white background

This text has color #A8BA55 on white background.



Black color preview on #A8BA55 background

This text has black color on #A8BA55 background.


White color preview on #A8BA55 background

This text has white color on #A8BA55 background.