COLOR #ABAC54

HEX: #ABAC54 RGB: (171,172,84)

Color info

#ABAC54 contains mainly red and green colors. Web safe color of #ABAC54 is #999966 (or #996).

RGB color model

#ABAC54 color RGB value is (171,172,84).

RGB: (171,172,84) (67%, 67%, 33%)

RGB channels and saturation

R 171 of 255 = 67%
G 172 of 255 = 67%
B 84 of 255 = 33%

171
172
84

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

Portions of RGB colors in percentages

R + G + B = 171 + 172 + 84 = 427 (100%)
R 171 of 427 ~ 40.05%
G 172 of 427 ~ 40.28%
B 84 of 427 ~ 19.67'%

%40.05
%40.28
%19.67

CMYK color model

#ABAC54 color CMYK value is (1,0,51,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 51.16%
  • key color value is 32.55%

CMYK: (1,0,51,33)
C1M0Y51K33 (1%, 0%, 51%, 33%)
(0.01 / 0.00 / 0.51 / 0.33)

CMYK percentages

%0.58
%0
%51.16
%32.55

Codes

Color #ABAC54 in popluar color models

AB AC 54
RGB 171 172 84
HSL 61° 34.65% 50.20%
HSB/HSV 61° 51.16% 67.45%
CMYK 0.58% 0.00% 51.16%
32.55%

Color #ABAC54 in popluar number systems.

HEX AB AC 54
Decimal 171 172 84
Binary 10101011 10101100 1010100
Octal 253 254 124

Shades and tints

Shades of #ABAC54

#ABAC54
(171,172,84)
#9C9D4D
(156,157,77)
#8D8E46
(141,142,70)
#7E7F3F
(126,127,63)
#6F7038
(111,112,56)
#606131
(96,97,49)
#51522A
(81,82,42)
#424323
(66,67,35)
#33341C
(51,52,28)
#242515
(36,37,21)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #ABAC54

#ABAC54
(171,172,84)
#B2B363
(178,179,99)
#B9BA72
(185,186,114)
#C0C181
(192,193,129)
#C7C890
(199,200,144)
#CECF9F
(206,207,159)
#D5D6AE
(213,214,174)
#DCDDBD
(220,221,189)
#E3E4CC
(227,228,204)
#EAEBDB
(234,235,219)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAC54 color. Also use rgb(171,172,84) instead hex code.

Text Font Color

.myTextColor { color: #ABAC54; }

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

This text font color is #ABAC54.

Background Color

.myBgColor { background-color: #ABAC54; }

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

This div background color is #ABAC54.

Border color

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

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

This div border color is #ABAC54.

Opacity

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

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

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

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

This text has shadow with #ABAC54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAC54.

Preview

Color preview on black background

This text has color #ABAC54 on black background.


Color preview on white background

This text has color #ABAC54 on white background.


Black color preview on #ABAC54 background

This text has black color on #ABAC54 background.


White color preview on #ABAC54 background

This text has white color on #ABAC54 background.


Related colors

Complementary color

Complementary color for #hex is #5453AB.


I love getcolorcode.com

Triadic colors

1 #54ABAC and #AC54AB with #ABAC54 are triadic colors.

2 #54ACAB and #ACAB54 with #ABAC54 are triadic colors.