COLOR #ABC85C

HEX: #ABC85C
RGB: (171,200,92)

Color info

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

RGB color model

#ABC85C color RGB value is (171,200,92).

  • red value is 171;
  • green value is 200;
  • blue value is 92.
RGB:
(171,200,92)
(67%,78%,36%)

RGB channels and saturation

R 171 of 255 = 67%
G 200 of 255 = 78%
B 92 of 255 = 36%

171
200
92

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

Portions of RGB colors in percentages

R + G + B =
171 + 200 + 92 = 463 (100%)
R 171 of 463 ~ 36.93%
G 200 of 463 ~ 43.2%
B 92 of 463 ~ 19.87%

%36.93
%43.2
%19.87

CMYK color model

#ABC85C color CMYK value is (15,0,54,22).

  • cyan value is 14.50%
  • magenta value is 0.00%
  • yellow value is 54.00%
  • key color value is 21.57%
CMYK:
(15,0,54,22)
C15M0Y54K22 
(15%,0%,54%,22%)
(0.15/0.00/0.54/0.22)	

CMYK percentages

%14.5
%0
%54
%21.57

Codes

Color #ABC85C in popluar color models

ABC85C
RGB17120092
HSL76°49.54%57.25%
HSB/HSV76°54.00%78.43%
CMYK14.50%0.00%54.00%
21.57%

Color #ABC85C in popluar number systems.

HEXABC85C
Decimal17120092
Binary10101011110010001011100
Octal253310134

Shades and tints

Shades of #ABC85C

#ABC85C
(171,200,92)
#9CB654
(156,182,84)
#8DA44C
(141,164,76)
#7E9244
(126,146,68)
#6F803C
(111,128,60)
#606E34
(96,110,52)
#515C2C
(81,92,44)
#424A24
(66,74,36)
#33381C
(51,56,28)
#242614
(36,38,20)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #ABC85C

#ABC85C
(171,200,92)
#B2CD6A
(178,205,106)
#B9D278
(185,210,120)
#C0D786
(192,215,134)
#C7DC94
(199,220,148)
#CEE1A2
(206,225,162)
#D5E6B0
(213,230,176)
#DCEBBE
(220,235,190)
#E3F0CC
(227,240,204)
#EAF5DA
(234,245,218)
#F1FAE8
(241,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC85C color. Also use rgb(171,200,92) instead hex code.

Text Font Color

.myTextColor { color: #ABC85C; }

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

This text font color is #ABC85C.


Background Color

.myBgColor { background-color: #ABC85C; }

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

This div background color is #ABC85C.


Border color

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

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

This div border color is #ABC85C.


Opacity

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

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

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

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

This text has shadow with #ABC85C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC85C on black background.


Color preview on white background

This text has color #ABC85C on white background.



Black color preview on #ABC85C background

This text has black color on #ABC85C background.


White color preview on #ABC85C background

This text has white color on #ABC85C background.