COLOR #A6C389

HEX: #A6C389
RGB: (166,195,137)

Color info

#A6C389 contains red, green and blue colors in about the same proportion. Web safe color of #A6C389 is #99CC99 (or #9C9).

RGB color model

#A6C389 color RGB value is (166,195,137).

  • red value is 166;
  • green value is 195;
  • blue value is 137.
RGB:
(166,195,137)
(65%,76%,54%)

RGB channels and saturation

R 166 of 255 = 65%
G 195 of 255 = 76%
B 137 of 255 = 54%

166
195
137

R + G + B ~ 65%. #A6C389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 195 + 137 = 498 (100%)
R 166 of 498 ~ 33.33%
G 195 of 498 ~ 39.16%
B 137 of 498 ~ 27.51%

%33.33
%39.16
%27.51

CMYK color model

#A6C389 color CMYK value is (15,0,30,24).

  • cyan value is 14.87%
  • magenta value is 0.00%
  • yellow value is 29.74%
  • key color value is 23.53%
CMYK:
(15,0,30,24)
C15M0Y30K24 
(15%,0%,30%,24%)
(0.15/0.00/0.30/0.24)	

CMYK percentages

%14.87
%0
%29.74
%23.53

Codes

Color #A6C389 in popluar color models

A6C389
RGB166195137
HSL90°32.58%65.10%
HSB/HSV90°29.74%76.47%
CMYK14.87%0.00%29.74%
23.53%

Color #A6C389 in popluar number systems.

HEXA6C389
Decimal166195137
Binary101001101100001110001001
Octal246303211

Shades and tints

Shades of #A6C389

#A6C389
(166,195,137)
#97B27D
(151,178,125)
#88A171
(136,161,113)
#799065
(121,144,101)
#6A7F59
(106,127,89)
#5B6E4D
(91,110,77)
#4C5D41
(76,93,65)
#3D4C35
(61,76,53)
#2E3B29
(46,59,41)
#1F2A1D
(31,42,29)
#101911
(16,25,17)
#000000
(0,0,0)

Tints of #A6C389

#A6C389
(166,195,137)
#AEC893
(174,200,147)
#B6CD9D
(182,205,157)
#BED2A7
(190,210,167)
#C6D7B1
(198,215,177)
#CEDCBB
(206,220,187)
#D6E1C5
(214,225,197)
#DEE6CF
(222,230,207)
#E6EBD9
(230,235,217)
#EEF0E3
(238,240,227)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C389 color. Also use rgb(166,195,137) instead hex code.

Text Font Color

.myTextColor { color: #A6C389; }

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

This text font color is #A6C389.


Background Color

.myBgColor { background-color: #A6C389; }

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

This div background color is #A6C389.


Border color

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

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

This div border color is #A6C389.


Opacity

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

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

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

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

This text has shadow with #A6C389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C389 on black background.


Color preview on white background

This text has color #A6C389 on white background.



Black color preview on #A6C389 background

This text has black color on #A6C389 background.


White color preview on #A6C389 background

This text has white color on #A6C389 background.