COLOR #91C496

HEX: #91C496 RGB: (145,196,150)

Color info

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

RGB color model

#91C496 color RGB value is (145,196,150).

RGB: (145,196,150) (57%, 77%, 59%)

RGB channels and saturation

R 145 of 255 = 57%
G 196 of 255 = 77%
B 150 of 255 = 59%

145
196
150

R + G + B ~ 64%. #91C496 is quite light color.

Portions of RGB colors in percentages

R + G + B = 145 + 196 + 150 = 491 (100%)
R 145 of 491 ~ 29.53%
G 196 of 491 ~ 39.92%
B 150 of 491 ~ 30.55'%

%29.53
%39.92
%30.55

CMYK color model

#91C496 color CMYK value is (26,0,23,23).

  • cyan value is 26.02%
  • magenta value is 0.00%
  • yellow value is 23.47%
  • key color value is 23.14%
CMYK: (26,0,23,23) C26M0Y23K23 (26%,0%,23%,23%) (0.26/0.00/0.23/0.23) 

CMYK percentages

%26.02
%0
%23.47
%23.14

Codes

Color #91C496 in popluar color models

91 C4 96
RGB 145 196 150
HSL 126° 30.18% 66.86%
HSB/HSV 126° 26.02% 76.86%
CMYK 26.02% 0.00% 23.47%
23.14%

Color #91C496 in popluar number systems.

HEX 91 C4 96
Decimal 145 196 150
Binary 10010001 11000100 10010110
Octal 221 304 226

Shades and tints

Shades of #91C496

#91C496
(145,196,150)
#84B389
(132,179,137)
#77A27C
(119,162,124)
#6A916F
(106,145,111)
#5D8062
(93,128,98)
#506F55
(80,111,85)
#435E48
(67,94,72)
#364D3B
(54,77,59)
#293C2E
(41,60,46)
#1C2B21
(28,43,33)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #91C496

#91C496
(145,196,150)
#9BC99F
(155,201,159)
#A5CEA8
(165,206,168)
#AFD3B1
(175,211,177)
#B9D8BA
(185,216,186)
#C3DDC3
(195,221,195)
#CDE2CC
(205,226,204)
#D7E7D5
(215,231,213)
#E1ECDE
(225,236,222)
#EBF1E7
(235,241,231)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91C496 color. Also use rgb(145,196,150) instead hex code.

Text Font Color

.myTextColor { color: #91C496; }

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

This text font color is #91C496.

Background Color

.myBgColor { background-color: #91C496; }

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

This div background color is #91C496.

Border color

.myBorderColor { border: 1px solid #91C496; }

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

This div border color is #91C496.

Opacity

.myOpacity80 { color: #91C496; opacity: 0.8; }

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

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

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

This text has shadow with #91C496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91C496.

Preview

Color preview on black background

This text has color #91C496 on black background.


Color preview on white background

This text has color #91C496 on white background.


Black color preview on #91C496 background

This text has black color on #91C496 background.


White color preview on #91C496 background

This text has white color on #91C496 background.


Related colors

Complementary color

Complementary color for #hex is #6E3B69.


I love getcolorcode.com

Triadic colors

1 #9691C4 and #C49691 with #91C496 are triadic colors.

2 #96C491 and #C49196 with #91C496 are triadic colors.