COLOR #ACCB5C

HEX: #ACCB5C
RGB: (172,203,92)

Color info

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

RGB color model

#ACCB5C color RGB value is (172,203,92).

  • red value is 172;
  • green value is 203;
  • blue value is 92.
RGB:
(172,203,92)
(67%,80%,36%)

RGB channels and saturation

R 172 of 255 = 67%
G 203 of 255 = 80%
B 92 of 255 = 36%

172
203
92

R + G + B ~ 61%. #ACCB5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 203 + 92 = 467 (100%)
R 172 of 467 ~ 36.83%
G 203 of 467 ~ 43.47%
B 92 of 467 ~ 19.7%

%36.83
%43.47
%19.7

CMYK color model

#ACCB5C color CMYK value is (15,0,55,20).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 54.68%
  • key color value is 20.39%
CMYK:
(15,0,55,20)
C15M0Y55K20 
(15%,0%,55%,20%)
(0.15/0.00/0.55/0.20)	

CMYK percentages

%15.27
%0
%54.68
%20.39

Codes

Color #ACCB5C in popluar color models

ACCB5C
RGB17220392
HSL77°51.63%57.84%
HSB/HSV77°54.68%79.61%
CMYK15.27%0.00%54.68%
20.39%

Color #ACCB5C in popluar number systems.

HEXACCB5C
Decimal17220392
Binary10101100110010111011100
Octal254313134

Shades and tints

Shades of #ACCB5C

#ACCB5C
(172,203,92)
#9DB954
(157,185,84)
#8EA74C
(142,167,76)
#7F9544
(127,149,68)
#70833C
(112,131,60)
#617134
(97,113,52)
#525F2C
(82,95,44)
#434D24
(67,77,36)
#343B1C
(52,59,28)
#252914
(37,41,20)
#16170C
(22,23,12)
#000000
(0,0,0)

Tints of #ACCB5C

#ACCB5C
(172,203,92)
#B3CF6A
(179,207,106)
#BAD378
(186,211,120)
#C1D786
(193,215,134)
#C8DB94
(200,219,148)
#CFDFA2
(207,223,162)
#D6E3B0
(214,227,176)
#DDE7BE
(221,231,190)
#E4EBCC
(228,235,204)
#EBEFDA
(235,239,218)
#F2F3E8
(242,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCB5C color. Also use rgb(172,203,92) instead hex code.

Text Font Color

.myTextColor { color: #ACCB5C; }

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

This text font color is #ACCB5C.


Background Color

.myBgColor { background-color: #ACCB5C; }

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

This div background color is #ACCB5C.


Border color

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

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

This div border color is #ACCB5C.


Opacity

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

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

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

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

This text has shadow with #ACCB5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCB5C on black background.


Color preview on white background

This text has color #ACCB5C on white background.



Black color preview on #ACCB5C background

This text has black color on #ACCB5C background.


White color preview on #ACCB5C background

This text has white color on #ACCB5C background.