COLOR #ABBB3C

HEX: #ABBB3C RGB: (171,187,60)

Color info

#ABBB3C contains mainly red and green colors. Web safe color of #ABBB3C is #99CC33 (or #9C3).

RGB color model

#ABBB3C color RGB value is (171,187,60).

RGB: (171,187,60) (67%, 73%, 24%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 60 of 255 = 24%

171
187
60

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

Portions of RGB colors in percentages

R + G + B = 171 + 187 + 60 = 418 (100%)
R 171 of 418 ~ 40.91%
G 187 of 418 ~ 44.74%
B 60 of 418 ~ 14.35'%

%40.91
%44.74
%14.35

CMYK color model

#ABBB3C color CMYK value is (9,0,68,27).

  • cyan value is 8.56%
  • magenta value is 0.00%
  • yellow value is 67.91%
  • key color value is 26.67%

CMYK: (9,0,68,27)
C9M0Y68K27 (9%, 0%, 68%, 27%)
(0.09 / 0.00 / 0.68 / 0.27)

CMYK percentages

%8.56
%0
%67.91
%26.67

Codes

Color #ABBB3C in popluar color models

AB BB 3C
RGB 171 187 60
HSL 68° 51.42% 48.43%
HSB/HSV 68° 67.91% 73.33%
CMYK 8.56% 0.00% 67.91%
26.67%

Color #ABBB3C in popluar number systems.

HEX AB BB 3C
Decimal 171 187 60
Binary 10101011 10111011 111100
Octal 253 273 74

Shades and tints

Shades of #ABBB3C

#ABBB3C
(171,187,60)
#9CAA37
(156,170,55)
#8D9932
(141,153,50)
#7E882D
(126,136,45)
#6F7728
(111,119,40)
#606623
(96,102,35)
#51551E
(81,85,30)
#424419
(66,68,25)
#333314
(51,51,20)
#24220F
(36,34,15)
#15110A
(21,17,10)
#000000
(0,0,0)

Tints of #ABBB3C

#ABBB3C
(171,187,60)
#B2C14D
(178,193,77)
#B9C75E
(185,199,94)
#C0CD6F
(192,205,111)
#C7D380
(199,211,128)
#CED991
(206,217,145)
#D5DFA2
(213,223,162)
#DCE5B3
(220,229,179)
#E3EBC4
(227,235,196)
#EAF1D5
(234,241,213)
#F1F7E6
(241,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBB3C color. Also use rgb(171,187,60) instead hex code.

Text Font Color

.myTextColor { color: #ABBB3C; }

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

This text font color is #ABBB3C.

Background Color

.myBgColor { background-color: #ABBB3C; }

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

This div background color is #ABBB3C.

Border color

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

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

This div border color is #ABBB3C.

Opacity

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

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

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

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

This text has shadow with #ABBB3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBB3C.

Preview

Color preview on black background

This text has color #ABBB3C on black background.


Color preview on white background

This text has color #ABBB3C on white background.


Black color preview on #ABBB3C background

This text has black color on #ABBB3C background.


White color preview on #ABBB3C background

This text has white color on #ABBB3C background.


Related colors

Complementary color

Complementary color for #hex is #5444C3.


I love getcolorcode.com

Triadic colors

1 #3CABBB and #BB3CAB with #ABBB3C are triadic colors.

2 #3CBBAB and #BBAB3C with #ABBB3C are triadic colors.