COLOR #ABB557

HEX: #ABB557 RGB: (171,181,87)

Color info

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

RGB color model

#ABB557 color RGB value is (171,181,87).

RGB: (171,181,87) (67%, 71%, 34%)

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 87 of 255 = 34%

171
181
87

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

Portions of RGB colors in percentages

R + G + B = 171 + 181 + 87 = 439 (100%)
R 171 of 439 ~ 38.95%
G 181 of 439 ~ 41.23%
B 87 of 439 ~ 19.82'%

%38.95
%41.23
%19.82

CMYK color model

#ABB557 color CMYK value is (6,0,52,29).

  • cyan value is 5.52%
  • magenta value is 0.00%
  • yellow value is 51.93%
  • key color value is 29.02%

CMYK: (6,0,52,29)
C6M0Y52K29 (6%, 0%, 52%, 29%)
(0.06 / 0.00 / 0.52 / 0.29)

CMYK percentages

%5.52
%0
%51.93
%29.02

Codes

Color #ABB557 in popluar color models

AB B5 57
RGB 171 181 87
HSL 66° 38.84% 52.55%
HSB/HSV 66° 51.93% 70.98%
CMYK 5.52% 0.00% 51.93%
29.02%

Color #ABB557 in popluar number systems.

HEX AB B5 57
Decimal 171 181 87
Binary 10101011 10110101 1010111
Octal 253 265 127

Shades and tints

Shades of #ABB557

#ABB557
(171,181,87)
#9CA550
(156,165,80)
#8D9549
(141,149,73)
#7E8542
(126,133,66)
#6F753B
(111,117,59)
#606534
(96,101,52)
#51552D
(81,85,45)
#424526
(66,69,38)
#33351F
(51,53,31)
#242518
(36,37,24)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #ABB557

#ABB557
(171,181,87)
#B2BB66
(178,187,102)
#B9C175
(185,193,117)
#C0C784
(192,199,132)
#C7CD93
(199,205,147)
#CED3A2
(206,211,162)
#D5D9B1
(213,217,177)
#DCDFC0
(220,223,192)
#E3E5CF
(227,229,207)
#EAEBDE
(234,235,222)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB557 color. Also use rgb(171,181,87) instead hex code.

Text Font Color

.myTextColor { color: #ABB557; }

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

This text font color is #ABB557.

Background Color

.myBgColor { background-color: #ABB557; }

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

This div background color is #ABB557.

Border color

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

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

This div border color is #ABB557.

Opacity

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

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

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

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

This text has shadow with #ABB557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB557.

Preview

Color preview on black background

This text has color #ABB557 on black background.


Color preview on white background

This text has color #ABB557 on white background.


Black color preview on #ABB557 background

This text has black color on #ABB557 background.


White color preview on #ABB557 background

This text has white color on #ABB557 background.


Related colors

Complementary color

Complementary color for #hex is #544AA8.


I love getcolorcode.com

Triadic colors

1 #57ABB5 and #B557AB with #ABB557 are triadic colors.

2 #57B5AB and #B5AB57 with #ABB557 are triadic colors.