COLOR #ABB58B

HEX: #ABB58B RGB: (171,181,139)

Color info

#ABB58B contains red, green and blue colors in about the same proportion. Web safe color of #ABB58B is #99CC99 (or #9C9).

RGB color model

#ABB58B color RGB value is (171,181,139).

RGB: (171,181,139) (67%, 71%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 181 of 255 = 71%
B 139 of 255 = 55%

171
181
139

R + G + B ~ 64%. #ABB58B is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 181 + 139 = 491 (100%)
R 171 of 491 ~ 34.83%
G 181 of 491 ~ 36.86%
B 139 of 491 ~ 28.31'%

%34.83
%36.86
%28.31

CMYK color model

#ABB58B color CMYK value is (6,0,23,29).

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

CMYK: (6,0,23,29)
C6M0Y23K29 (6%, 0%, 23%, 29%)
(0.06 / 0.00 / 0.23 / 0.29)

CMYK percentages

%5.52
%0
%23.2
%29.02

Codes

Color #ABB58B in popluar color models

AB B5 8B
RGB 171 181 139
HSL 74° 22.11% 62.75%
HSB/HSV 74° 23.20% 70.98%
CMYK 5.52% 0.00% 23.20%
29.02%

Color #ABB58B in popluar number systems.

HEX AB B5 8B
Decimal 171 181 139
Binary 10101011 10110101 10001011
Octal 253 265 213

Shades and tints

Shades of #ABB58B

#ABB58B
(171,181,139)
#9CA57F
(156,165,127)
#8D9573
(141,149,115)
#7E8567
(126,133,103)
#6F755B
(111,117,91)
#60654F
(96,101,79)
#515543
(81,85,67)
#424537
(66,69,55)
#33352B
(51,53,43)
#24251F
(36,37,31)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #ABB58B

#ABB58B
(171,181,139)
#B2BB95
(178,187,149)
#B9C19F
(185,193,159)
#C0C7A9
(192,199,169)
#C7CDB3
(199,205,179)
#CED3BD
(206,211,189)
#D5D9C7
(213,217,199)
#DCDFD1
(220,223,209)
#E3E5DB
(227,229,219)
#EAEBE5
(234,235,229)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB58B; }

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

This text font color is #ABB58B.

Background Color

.myBgColor { background-color: #ABB58B; }

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

This div background color is #ABB58B.

Border color

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

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

This div border color is #ABB58B.

Opacity

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

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

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

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

This text has shadow with #ABB58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB58B.

Preview

Color preview on black background

This text has color #ABB58B on black background.


Color preview on white background

This text has color #ABB58B on white background.


Black color preview on #ABB58B background

This text has black color on #ABB58B background.


White color preview on #ABB58B background

This text has white color on #ABB58B background.


Related colors

Complementary color

Complementary color for #hex is #544A74.


I love getcolorcode.com

Triadic colors

1 #8BABB5 and #B58BAB with #ABB58B are triadic colors.

2 #8BB5AB and #B5AB8B with #ABB58B are triadic colors.