COLOR #A8BB11

HEX: #A8BB11 RGB: (168,187,17)

Color info

#A8BB11 contains mainly red and green colors. Web safe color of #A8BB11 is #99CC00 (or #9C0).

RGB color model

#A8BB11 color RGB value is (168,187,17).

RGB: (168,187,17) (66%, 73%, 7%)

RGB channels and saturation

R 168 of 255 = 66%
G 187 of 255 = 73%
B 17 of 255 = 7%

168
187
17

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

Portions of RGB colors in percentages

R + G + B = 168 + 187 + 17 = 372 (100%)
R 168 of 372 ~ 45.16%
G 187 of 372 ~ 50.27%
B 17 of 372 ~ 4.57'%

%45.16
%50.27

CMYK color model

#A8BB11 color CMYK value is (10,0,91,27).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 26.67%

CMYK: (10,0,91,27)
C10M0Y91K27 (10%, 0%, 91%, 27%)
(0.10 / 0.00 / 0.91 / 0.27)

CMYK percentages

%10.16
%0
%90.91
%26.67

Codes

Color #A8BB11 in popluar color models

A8 BB 11
RGB 168 187 17
HSL 67° 83.33% 40.00%
HSB/HSV 67° 90.91% 73.33%
CMYK 10.16% 0.00% 90.91%
26.67%

Color #A8BB11 in popluar number systems.

HEX A8 BB 11
Decimal 168 187 17
Binary 10101000 10111011 10001
Octal 250 273 21

Shades and tints

Shades of #A8BB11

#A8BB11
(168,187,17)
#99AA10
(153,170,16)
#8A990F
(138,153,15)
#7B880E
(123,136,14)
#6C770D
(108,119,13)
#5D660C
(93,102,12)
#4E550B
(78,85,11)
#3F440A
(63,68,10)
#303309
(48,51,9)
#212208
(33,34,8)
#121107
(18,17,7)
#000000
(0,0,0)

Tints of #A8BB11

#A8BB11
(168,187,17)
#AFC126
(175,193,38)
#B6C73B
(182,199,59)
#BDCD50
(189,205,80)
#C4D365
(196,211,101)
#CBD97A
(203,217,122)
#D2DF8F
(210,223,143)
#D9E5A4
(217,229,164)
#E0EBB9
(224,235,185)
#E7F1CE
(231,241,206)
#EEF7E3
(238,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BB11 color. Also use rgb(168,187,17) instead hex code.

Text Font Color

.myTextColor { color: #A8BB11; }

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

This text font color is #A8BB11.

Background Color

.myBgColor { background-color: #A8BB11; }

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

This div background color is #A8BB11.

Border color

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

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

This div border color is #A8BB11.

Opacity

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

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

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

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

This text has shadow with #A8BB11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BB11.

Preview

Color preview on black background

This text has color #A8BB11 on black background.


Color preview on white background

This text has color #A8BB11 on white background.


Black color preview on #A8BB11 background

This text has black color on #A8BB11 background.


White color preview on #A8BB11 background

This text has white color on #A8BB11 background.


Related colors

Complementary color

Complementary color for #hex is #5744EE.


I love getcolorcode.com

Triadic colors

1 #11A8BB and #BB11A8 with #A8BB11 are triadic colors.

2 #11BBA8 and #BBA811 with #A8BB11 are triadic colors.