COLOR #A4C679

HEX: #A4C679 RGB: (164,198,121)

Color info

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

RGB color model

#A4C679 color RGB value is (164,198,121).

RGB: (164,198,121) (64%, 78%, 47%)

RGB channels and saturation

R 164 of 255 = 64%
G 198 of 255 = 78%
B 121 of 255 = 47%

164
198
121

R + G + B ~ 63%. #A4C679 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 198 + 121 = 483 (100%)
R 164 of 483 ~ 33.95%
G 198 of 483 ~ 40.99%
B 121 of 483 ~ 25.05'%

%33.95
%40.99
%25.05

CMYK color model

#A4C679 color CMYK value is (17,0,39,22).

  • cyan value is 17.17%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 22.35%

CMYK: (17,0,39,22)
C17M0Y39K22 (17%, 0%, 39%, 22%)
(0.17 / 0.00 / 0.39 / 0.22)

CMYK percentages

%17.17
%0
%38.89
%22.35

Codes

Color #A4C679 in popluar color models

A4 C6 79
RGB 164 198 121
HSL 86° 40.31% 62.55%
HSB/HSV 86° 38.89% 77.65%
CMYK 17.17% 0.00% 38.89%
22.35%

Color #A4C679 in popluar number systems.

HEX A4 C6 79
Decimal 164 198 121
Binary 10100100 11000110 1111001
Octal 244 306 171

Shades and tints

Shades of #A4C679

#A4C679
(164,198,121)
#96B46E
(150,180,110)
#88A263
(136,162,99)
#7A9058
(122,144,88)
#6C7E4D
(108,126,77)
#5E6C42
(94,108,66)
#505A37
(80,90,55)
#42482C
(66,72,44)
#343621
(52,54,33)
#262416
(38,36,22)
#18120B
(24,18,11)
#000000
(0,0,0)

Tints of #A4C679

#A4C679
(164,198,121)
#ACCB85
(172,203,133)
#B4D091
(180,208,145)
#BCD59D
(188,213,157)
#C4DAA9
(196,218,169)
#CCDFB5
(204,223,181)
#D4E4C1
(212,228,193)
#DCE9CD
(220,233,205)
#E4EED9
(228,238,217)
#ECF3E5
(236,243,229)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C679 color. Also use rgb(164,198,121) instead hex code.

Text Font Color

.myTextColor { color: #A4C679; }

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

This text font color is #A4C679.

Background Color

.myBgColor { background-color: #A4C679; }

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

This div background color is #A4C679.

Border color

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

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

This div border color is #A4C679.

Opacity

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

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

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

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

This text has shadow with #A4C679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C679.

Preview

Color preview on black background

This text has color #A4C679 on black background.


Color preview on white background

This text has color #A4C679 on white background.


Black color preview on #A4C679 background

This text has black color on #A4C679 background.


White color preview on #A4C679 background

This text has white color on #A4C679 background.


Related colors

Complementary color

Complementary color for #hex is #5B3986.


I love getcolorcode.com

Triadic colors

1 #79A4C6 and #C679A4 with #A4C679 are triadic colors.

2 #79C6A4 and #C6A479 with #A4C679 are triadic colors.