COLOR #A8BD59

HEX: #A8BD59 RGB: (168,189,89)

Color info

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

RGB color model

#A8BD59 color RGB value is (168,189,89).

RGB: (168,189,89) (66%, 74%, 35%)

RGB channels and saturation

R 168 of 255 = 66%
G 189 of 255 = 74%
B 89 of 255 = 35%

168
189
89

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

Portions of RGB colors in percentages

R + G + B = 168 + 189 + 89 = 446 (100%)
R 168 of 446 ~ 37.67%
G 189 of 446 ~ 42.38%
B 89 of 446 ~ 19.96'%

%37.67
%42.38
%19.96

CMYK color model

#A8BD59 color CMYK value is (11,0,53,26).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 52.91%
  • key color value is 25.88%

CMYK: (11,0,53,26)
C11M0Y53K26 (11%, 0%, 53%, 26%)
(0.11 / 0.00 / 0.53 / 0.26)

CMYK percentages

%11.11
%0
%52.91
%25.88

Codes

Color #A8BD59 in popluar color models

A8 BD 59
RGB 168 189 89
HSL 73° 43.10% 54.51%
HSB/HSV 73° 52.91% 74.12%
CMYK 11.11% 0.00% 52.91%
25.88%

Color #A8BD59 in popluar number systems.

HEX A8 BD 59
Decimal 168 189 89
Binary 10101000 10111101 1011001
Octal 250 275 131

Shades and tints

Shades of #A8BD59

#A8BD59
(168,189,89)
#99AC51
(153,172,81)
#8A9B49
(138,155,73)
#7B8A41
(123,138,65)
#6C7939
(108,121,57)
#5D6831
(93,104,49)
#4E5729
(78,87,41)
#3F4621
(63,70,33)
#303519
(48,53,25)
#212411
(33,36,17)
#121309
(18,19,9)
#000000
(0,0,0)

Tints of #A8BD59

#A8BD59
(168,189,89)
#AFC368
(175,195,104)
#B6C977
(182,201,119)
#BDCF86
(189,207,134)
#C4D595
(196,213,149)
#CBDBA4
(203,219,164)
#D2E1B3
(210,225,179)
#D9E7C2
(217,231,194)
#E0EDD1
(224,237,209)
#E7F3E0
(231,243,224)
#EEF9EF
(238,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BD59 color. Also use rgb(168,189,89) instead hex code.

Text Font Color

.myTextColor { color: #A8BD59; }

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

This text font color is #A8BD59.

Background Color

.myBgColor { background-color: #A8BD59; }

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

This div background color is #A8BD59.

Border color

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

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

This div border color is #A8BD59.

Opacity

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

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

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

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

This text has shadow with #A8BD59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BD59.

Preview

Color preview on black background

This text has color #A8BD59 on black background.


Color preview on white background

This text has color #A8BD59 on white background.


Black color preview on #A8BD59 background

This text has black color on #A8BD59 background.


White color preview on #A8BD59 background

This text has white color on #A8BD59 background.


Related colors

Complementary color

Complementary color for #hex is #5742A6.


I love getcolorcode.com

Triadic colors

1 #59A8BD and #BD59A8 with #A8BD59 are triadic colors.

2 #59BDA8 and #BDA859 with #A8BD59 are triadic colors.