COLOR #ABB67A

HEX: #ABB67A RGB: (171,182,122)

Color info

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

RGB color model

#ABB67A color RGB value is (171,182,122).

RGB: (171,182,122) (67%, 71%, 48%)

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 122 of 255 = 48%

171
182
122

R + G + B ~ 62%. #ABB67A is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 182 + 122 = 475 (100%)
R 171 of 475 ~ 36%
G 182 of 475 ~ 38.32%
B 122 of 475 ~ 25.68'%

%36
%38.32
%25.68

CMYK color model

#ABB67A color CMYK value is (6,0,33,29).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 32.97%
  • key color value is 28.63%
CMYK: (6,0,33,29) C6M0Y33K29 (6%,0%,33%,29%) (0.06/0.00/0.33/0.29) 

CMYK percentages

%6.04
%0
%32.97
%28.63

Codes

Color #ABB67A in popluar color models

AB B6 7A
RGB 171 182 122
HSL 71° 29.13% 59.61%
HSB/HSV 71° 32.97% 71.37%
CMYK 6.04% 0.00% 32.97%
28.63%

Color #ABB67A in popluar number systems.

HEX AB B6 7A
Decimal 171 182 122
Binary 10101011 10110110 1111010
Octal 253 266 172

Shades and tints

Shades of #ABB67A

#ABB67A
(171,182,122)
#9CA66F
(156,166,111)
#8D9664
(141,150,100)
#7E8659
(126,134,89)
#6F764E
(111,118,78)
#606643
(96,102,67)
#515638
(81,86,56)
#42462D
(66,70,45)
#333622
(51,54,34)
#242617
(36,38,23)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #ABB67A

#ABB67A
(171,182,122)
#B2BC86
(178,188,134)
#B9C292
(185,194,146)
#C0C89E
(192,200,158)
#C7CEAA
(199,206,170)
#CED4B6
(206,212,182)
#D5DAC2
(213,218,194)
#DCE0CE
(220,224,206)
#E3E6DA
(227,230,218)
#EAECE6
(234,236,230)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB67A color. Also use rgb(171,182,122) instead hex code.

Text Font Color

.myTextColor { color: #ABB67A; }

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

This text font color is #ABB67A.

Background Color

.myBgColor { background-color: #ABB67A; }

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

This div background color is #ABB67A.

Border color

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

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

This div border color is #ABB67A.

Opacity

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

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

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

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

This text has shadow with #ABB67A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB67A.

Preview

Color preview on black background

This text has color #ABB67A on black background.


Color preview on white background

This text has color #ABB67A on white background.


Black color preview on #ABB67A background

This text has black color on #ABB67A background.


White color preview on #ABB67A background

This text has white color on #ABB67A background.


Related colors

Complementary color

Complementary color for #hex is #544985.


I love getcolorcode.com

Triadic colors

1 #7AABB6 and #B67AAB with #ABB67A are triadic colors.

2 #7AB6AB and #B6AB7A with #ABB67A are triadic colors.