COLOR #ABB644

HEX: #ABB644
RGB: (171,182,68)

Color info

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

RGB color model

#ABB644 color RGB value is (171,182,68).

  • red value is 171;
  • green value is 182;
  • blue value is 68.
RGB:
(171,182,68)
(67%,71%,27%)

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 68 of 255 = 27%

171
182
68

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

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 68 = 421 (100%)
R 171 of 421 ~ 40.62%
G 182 of 421 ~ 43.23%
B 68 of 421 ~ 16.15%

%40.62
%43.23
%16.15

CMYK color model

#ABB644 color CMYK value is (6,0,63,29).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 62.64%
  • key color value is 28.63%
CMYK:
(6,0,63,29)
C6M0Y63K29 
(6%,0%,63%,29%)
(0.06/0.00/0.63/0.29)	

CMYK percentages

%6.04
%0
%62.64
%28.63

Codes

Color #ABB644 in popluar color models

ABB644
RGB17118268
HSL66°45.60%49.02%
HSB/HSV66°62.64%71.37%
CMYK6.04%0.00%62.64%
28.63%

Color #ABB644 in popluar number systems.

HEXABB644
Decimal17118268
Binary10101011101101101000100
Octal253266104

Shades and tints

Shades of #ABB644

#ABB644
(171,182,68)
#9CA63E
(156,166,62)
#8D9638
(141,150,56)
#7E8632
(126,134,50)
#6F762C
(111,118,44)
#606626
(96,102,38)
#515620
(81,86,32)
#42461A
(66,70,26)
#333614
(51,54,20)
#24260E
(36,38,14)
#151608
(21,22,8)
#000000
(0,0,0)

Tints of #ABB644

#ABB644
(171,182,68)
#B2BC55
(178,188,85)
#B9C266
(185,194,102)
#C0C877
(192,200,119)
#C7CE88
(199,206,136)
#CED499
(206,212,153)
#D5DAAA
(213,218,170)
#DCE0BB
(220,224,187)
#E3E6CC
(227,230,204)
#EAECDD
(234,236,221)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB644; }

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

This text font color is #ABB644.


Background Color

.myBgColor { background-color: #ABB644; }

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

This div background color is #ABB644.


Border color

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

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

This div border color is #ABB644.


Opacity

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

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

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

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

This text has shadow with #ABB644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB644 on black background.


Color preview on white background

This text has color #ABB644 on white background.



Black color preview on #ABB644 background

This text has black color on #ABB644 background.


White color preview on #ABB644 background

This text has white color on #ABB644 background.