COLOR #A4C396

HEX: #A4C396
RGB: (164,195,150)

Renk bilgisi

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

RGB renk modeli

#A4C396 color RGB value is (164,195,150).

  • kırmız ton 164;
  • yeşil ton 195;
  • mavi ton 150.
RGB:
(164,195,150)
(64%,76%,59%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 195 of 255 = 76%
B 150 of 255 = 59%

164
195
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 195 + 150 = 509 (100%)
R 164 of 509 ~ 32.22%
G 195 of 509 ~ 38.31%
B 150 of 509 ~ 29.47%

%32.22
%38.31
%29.47

CMYK RENK MODELİ

#A4C396 rengi CMYK tonu (16,0,23,24).

  • camgöbeği tonu 15.90%
  • eflatun tonu 0.00%
  • sarı tonu 23.08%
  • ana renk tonu 23.53%
CMYK:
(16,0,23,24)
C16M0Y23K24 
(16%,0%,23%,24%)
(0.16/0.00/0.23/0.24)	

CMYK yüzdeleri

%15.9
%0
%23.08
%23.53

Codes

Color #A4C396 in popluar color models

A4C396
RGB164195150
HSL101°27.27%67.65%
HSB/HSV101°23.08%76.47%
CMYK15.90%0.00%23.08%
23.53%

Color #A4C396 in popluar number systems.

HEXA4C396
Decimal164195150
Binary101001001100001110010110
Octal244303226

Shades and tints

Shades of #A4C396

#A4C396
(164,195,150)
#96B289
(150,178,137)
#88A17C
(136,161,124)
#7A906F
(122,144,111)
#6C7F62
(108,127,98)
#5E6E55
(94,110,85)
#505D48
(80,93,72)
#424C3B
(66,76,59)
#343B2E
(52,59,46)
#262A21
(38,42,33)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #A4C396

#A4C396
(164,195,150)
#ACC89F
(172,200,159)
#B4CDA8
(180,205,168)
#BCD2B1
(188,210,177)
#C4D7BA
(196,215,186)
#CCDCC3
(204,220,195)
#D4E1CC
(212,225,204)
#DCE6D5
(220,230,213)
#E4EBDE
(228,235,222)
#ECF0E7
(236,240,231)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C396 color. Also use rgb(164,195,150) instead hex code.

Text Font Color

.myTextColor { color: #A4C396; }

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

This text font color is #A4C396.


Background Color

.myBgColor { background-color: #A4C396; }

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

This div background color is #A4C396.


Border color

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

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

This div border color is #A4C396.


Opacity

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

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

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

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

This text has shadow with #A4C396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C396 on black background.


Color preview on white background

This text has color #A4C396 on white background.



Black color preview on #A4C396 background

This text has black color on #A4C396 background.


White color preview on #A4C396 background

This text has white color on #A4C396 background.