COLOR #A5CB91

HEX: #A5CB91 RGB: (165,203,145)

Color info

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

RGB color model

#A5CB91 color RGB value is (165,203,145).

RGB: (165,203,145) (65%, 80%, 57%)

RGB channels and saturation

R 165 of 255 = 65%
G 203 of 255 = 80%
B 145 of 255 = 57%

165
203
145

R + G + B ~ 67%. #A5CB91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 203 + 145 = 513 (100%)
R 165 of 513 ~ 32.16%
G 203 of 513 ~ 39.57%
B 145 of 513 ~ 28.27'%

%32.16
%39.57
%28.27

CMYK color model

#A5CB91 color CMYK value is (19,0,29,20).

  • cyan value is 18.72%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 20.39%

CMYK: (19,0,29,20)
C19M0Y29K20 (19%, 0%, 29%, 20%)
(0.19 / 0.00 / 0.29 / 0.20)

CMYK percentages

%18.72
%0
%28.57
%20.39

Codes

Color #A5CB91 in popluar color models

A5 CB 91
RGB 165 203 145
HSL 99° 35.80% 68.24%
HSB/HSV 99° 28.57% 79.61%
CMYK 18.72% 0.00% 28.57%
20.39%

Color #A5CB91 in popluar number systems.

HEX A5 CB 91
Decimal 165 203 145
Binary 10100101 11001011 10010001
Octal 245 313 221

Shades and tints

Shades of #A5CB91

#A5CB91
(165,203,145)
#96B984
(150,185,132)
#87A777
(135,167,119)
#78956A
(120,149,106)
#69835D
(105,131,93)
#5A7150
(90,113,80)
#4B5F43
(75,95,67)
#3C4D36
(60,77,54)
#2D3B29
(45,59,41)
#1E291C
(30,41,28)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #A5CB91

#A5CB91
(165,203,145)
#ADCF9B
(173,207,155)
#B5D3A5
(181,211,165)
#BDD7AF
(189,215,175)
#C5DBB9
(197,219,185)
#CDDFC3
(205,223,195)
#D5E3CD
(213,227,205)
#DDE7D7
(221,231,215)
#E5EBE1
(229,235,225)
#EDEFEB
(237,239,235)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CB91 color. Also use rgb(165,203,145) instead hex code.

Text Font Color

.myTextColor { color: #A5CB91; }

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

This text font color is #A5CB91.

Background Color

.myBgColor { background-color: #A5CB91; }

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

This div background color is #A5CB91.

Border color

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

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

This div border color is #A5CB91.

Opacity

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

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

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

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

This text has shadow with #A5CB91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CB91.

Preview

Color preview on black background

This text has color #A5CB91 on black background.


Color preview on white background

This text has color #A5CB91 on white background.


Black color preview on #A5CB91 background

This text has black color on #A5CB91 background.


White color preview on #A5CB91 background

This text has white color on #A5CB91 background.


Related colors

Complementary color

Complementary color for #hex is #5A346E.


I love getcolorcode.com

Triadic colors

1 #91A5CB and #CB91A5 with #A5CB91 are triadic colors.

2 #91CBA5 and #CBA591 with #A5CB91 are triadic colors.