COLOR #ABB34B

HEX: #ABB34B
RGB: (171,179,75)

Color info

#ABB34B contains mainly red and green colors. Web safe color of #ABB34B is #999933 (or #993).

RGB color model

#ABB34B color RGB value is (171,179,75).

  • red value is 171;
  • green value is 179;
  • blue value is 75.
RGB:
(171,179,75)
(67%,70%,29%)

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 75 of 255 = 29%

171
179
75

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

Portions of RGB colors in percentages

R + G + B =
171 + 179 + 75 = 425 (100%)
R 171 of 425 ~ 40.24%
G 179 of 425 ~ 42.12%
B 75 of 425 ~ 17.65%

%40.24
%42.12
%17.65

CMYK color model

#ABB34B color CMYK value is (4,0,58,30).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 58.10%
  • key color value is 29.80%
CMYK:
(4,0,58,30)
C4M0Y58K30 
(4%,0%,58%,30%)
(0.04/0.00/0.58/0.30)	

CMYK percentages

%4.47
%0
%58.1
%29.8

Codes

Color #ABB34B in popluar color models

ABB34B
RGB17117975
HSL65°40.94%49.80%
HSB/HSV65°58.10%70.20%
CMYK4.47%0.00%58.10%
29.80%

Color #ABB34B in popluar number systems.

HEXABB34B
Decimal17117975
Binary10101011101100111001011
Octal253263113

Shades and tints

Shades of #ABB34B

#ABB34B
(171,179,75)
#9CA345
(156,163,69)
#8D933F
(141,147,63)
#7E8339
(126,131,57)
#6F7333
(111,115,51)
#60632D
(96,99,45)
#515327
(81,83,39)
#424321
(66,67,33)
#33331B
(51,51,27)
#242315
(36,35,21)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #ABB34B

#ABB34B
(171,179,75)
#B2B95B
(178,185,91)
#B9BF6B
(185,191,107)
#C0C57B
(192,197,123)
#C7CB8B
(199,203,139)
#CED19B
(206,209,155)
#D5D7AB
(213,215,171)
#DCDDBB
(220,221,187)
#E3E3CB
(227,227,203)
#EAE9DB
(234,233,219)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB34B color. Also use rgb(171,179,75) instead hex code.

Text Font Color

.myTextColor { color: #ABB34B; }

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

This text font color is #ABB34B.


Background Color

.myBgColor { background-color: #ABB34B; }

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

This div background color is #ABB34B.


Border color

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

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

This div border color is #ABB34B.


Opacity

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

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

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

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

This text has shadow with #ABB34B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB34B on black background.


Color preview on white background

This text has color #ABB34B on white background.



Black color preview on #ABB34B background

This text has black color on #ABB34B background.


White color preview on #ABB34B background

This text has white color on #ABB34B background.