COLOR #ABB65E

HEX: #ABB65E
RGB: (171,182,94)

Color info

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

RGB color model

#ABB65E color RGB value is (171,182,94).

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

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 94 of 255 = 37%

171
182
94

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

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 94 = 447 (100%)
R 171 of 447 ~ 38.26%
G 182 of 447 ~ 40.72%
B 94 of 447 ~ 21.03%

%38.26
%40.72
%21.03

CMYK color model

#ABB65E color CMYK value is (6,0,48,29).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 28.63%
CMYK:
(6,0,48,29)
C6M0Y48K29 
(6%,0%,48%,29%)
(0.06/0.00/0.48/0.29)	

CMYK percentages

%6.04
%0
%48.35
%28.63

Codes

Color #ABB65E in popluar color models

ABB65E
RGB17118294
HSL68°37.61%54.12%
HSB/HSV68°48.35%71.37%
CMYK6.04%0.00%48.35%
28.63%

Color #ABB65E in popluar number systems.

HEXABB65E
Decimal17118294
Binary10101011101101101011110
Octal253266136

Shades and tints

Shades of #ABB65E

#ABB65E
(171,182,94)
#9CA656
(156,166,86)
#8D964E
(141,150,78)
#7E8646
(126,134,70)
#6F763E
(111,118,62)
#606636
(96,102,54)
#51562E
(81,86,46)
#424626
(66,70,38)
#33361E
(51,54,30)
#242616
(36,38,22)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #ABB65E

#ABB65E
(171,182,94)
#B2BC6C
(178,188,108)
#B9C27A
(185,194,122)
#C0C888
(192,200,136)
#C7CE96
(199,206,150)
#CED4A4
(206,212,164)
#D5DAB2
(213,218,178)
#DCE0C0
(220,224,192)
#E3E6CE
(227,230,206)
#EAECDC
(234,236,220)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB65E; }

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

This text font color is #ABB65E.


Background Color

.myBgColor { background-color: #ABB65E; }

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

This div background color is #ABB65E.


Border color

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

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

This div border color is #ABB65E.


Opacity

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

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

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

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

This text has shadow with #ABB65E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB65E on black background.


Color preview on white background

This text has color #ABB65E on white background.



Black color preview on #ABB65E background

This text has black color on #ABB65E background.


White color preview on #ABB65E background

This text has white color on #ABB65E background.