COLOR #A5C188

HEX: #A5C188
RGB: (165,193,136)

Color info

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

RGB color model

#A5C188 color RGB value is (165,193,136).

  • red value is 165;
  • green value is 193;
  • blue value is 136.
RGB:
(165,193,136)
(65%,76%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 193 of 255 = 76%
B 136 of 255 = 53%

165
193
136

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

Portions of RGB colors in percentages

R + G + B =
165 + 193 + 136 = 494 (100%)
R 165 of 494 ~ 33.4%
G 193 of 494 ~ 39.07%
B 136 of 494 ~ 27.53%

%33.4
%39.07
%27.53

CMYK color model

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

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

CMYK percentages

%14.51
%0
%29.53
%24.31

Codes

Color #A5C188 in popluar color models

A5C188
RGB165193136
HSL89°31.49%64.51%
HSB/HSV89°29.53%75.69%
CMYK14.51%0.00%29.53%
24.31%

Color #A5C188 in popluar number systems.

HEXA5C188
Decimal165193136
Binary101001011100000110001000
Octal245301210

Shades and tints

Shades of #A5C188

#A5C188
(165,193,136)
#96B07C
(150,176,124)
#879F70
(135,159,112)
#788E64
(120,142,100)
#697D58
(105,125,88)
#5A6C4C
(90,108,76)
#4B5B40
(75,91,64)
#3C4A34
(60,74,52)
#2D3928
(45,57,40)
#1E281C
(30,40,28)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #A5C188

#A5C188
(165,193,136)
#ADC692
(173,198,146)
#B5CB9C
(181,203,156)
#BDD0A6
(189,208,166)
#C5D5B0
(197,213,176)
#CDDABA
(205,218,186)
#D5DFC4
(213,223,196)
#DDE4CE
(221,228,206)
#E5E9D8
(229,233,216)
#EDEEE2
(237,238,226)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C188 color. Also use rgb(165,193,136) instead hex code.

Text Font Color

.myTextColor { color: #A5C188; }

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

This text font color is #A5C188.


Background Color

.myBgColor { background-color: #A5C188; }

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

This div background color is #A5C188.


Border color

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

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

This div border color is #A5C188.


Opacity

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

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

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

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

This text has shadow with #A5C188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C188 on black background.


Color preview on white background

This text has color #A5C188 on white background.



Black color preview on #A5C188 background

This text has black color on #A5C188 background.


White color preview on #A5C188 background

This text has white color on #A5C188 background.