COLOR #ACC58B

HEX: #ACC58B
RGB: (172,197,139)

Renk bilgisi

#ACC58B contains red, green and blue colors in about the same proportion. #ACC58B ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ACC58B color RGB value is (172,197,139).

  • kırmız ton 172;
  • yeşil ton 197;
  • mavi ton 139.
RGB:
(172,197,139)
(67%,77%,55%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 197 of 255 = 77%
B 139 of 255 = 55%

172
197
139

R + G + B ~ 66%. #ACC58B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 197 + 139 = 508 (100%)
R 172 of 508 ~ 33.86%
G 197 of 508 ~ 38.78%
B 139 of 508 ~ 27.36%

%33.86
%38.78
%27.36

CMYK RENK MODELİ

#ACC58B rengi CMYK tonu (13,0,29,23).

  • camgöbeği tonu 12.69%
  • eflatun tonu 0.00%
  • sarı tonu 29.44%
  • ana renk tonu 22.75%
CMYK:
(13,0,29,23)
C13M0Y29K23 
(13%,0%,29%,23%)
(0.13/0.00/0.29/0.23)	

CMYK yüzdeleri

%12.69
%0
%29.44
%22.75

Codes

Color #ACC58B in popluar color models

ACC58B
RGB172197139
HSL86°33.33%65.88%
HSB/HSV86°29.44%77.25%
CMYK12.69%0.00%29.44%
22.75%

Color #ACC58B in popluar number systems.

HEXACC58B
Decimal172197139
Binary101011001100010110001011
Octal254305213

Shades and tints

Shades of #ACC58B

#ACC58B
(172,197,139)
#9DB47F
(157,180,127)
#8EA373
(142,163,115)
#7F9267
(127,146,103)
#70815B
(112,129,91)
#61704F
(97,112,79)
#525F43
(82,95,67)
#434E37
(67,78,55)
#343D2B
(52,61,43)
#252C1F
(37,44,31)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #ACC58B

#ACC58B
(172,197,139)
#B3CA95
(179,202,149)
#BACF9F
(186,207,159)
#C1D4A9
(193,212,169)
#C8D9B3
(200,217,179)
#CFDEBD
(207,222,189)
#D6E3C7
(214,227,199)
#DDE8D1
(221,232,209)
#E4EDDB
(228,237,219)
#EBF2E5
(235,242,229)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC58B color. Also use rgb(172,197,139) instead hex code.

Text Font Color

.myTextColor { color: #ACC58B; }

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

This text font color is #ACC58B.


Background Color

.myBgColor { background-color: #ACC58B; }

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

This div background color is #ACC58B.


Border color

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

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

This div border color is #ACC58B.


Opacity

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

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

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

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

This text has shadow with #ACC58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC58B on black background.


Color preview on white background

This text has color #ACC58B on white background.



Black color preview on #ACC58B background

This text has black color on #ACC58B background.


White color preview on #ACC58B background

This text has white color on #ACC58B background.