COLOR #91B490

HEX: #91B490
RGB: (145,180,144)

Color info

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

RGB color model

#91B490 color RGB value is (145,180,144).

  • red value is 145;
  • green value is 180;
  • blue value is 144.
RGB:
(145,180,144)
(57%,71%,56%)

RGB channels and saturation

R 145 of 255 = 57%
G 180 of 255 = 71%
B 144 of 255 = 56%

145
180
144

R + G + B ~ 61%. #91B490 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 180 + 144 = 469 (100%)
R 145 of 469 ~ 30.92%
G 180 of 469 ~ 38.38%
B 144 of 469 ~ 30.7%

%30.92
%38.38
%30.7

CMYK color model

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

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 29.41%
CMYK:
(19,0,20,29)
C19M0Y20K29 
(19%,0%,20%,29%)
(0.19/0.00/0.20/0.29)	

CMYK percentages

%19.44
%0
%20
%29.41

Codes

Color #91B490 in popluar color models

91B490
RGB145180144
HSL118°19.35%63.53%
HSB/HSV118°20.00%70.59%
CMYK19.44%0.00%20.00%
29.41%

Color #91B490 in popluar number systems.

HEX91B490
Decimal145180144
Binary100100011011010010010000
Octal221264220

Shades and tints

Shades of #91B490

#91B490
(145,180,144)
#84A483
(132,164,131)
#779476
(119,148,118)
#6A8469
(106,132,105)
#5D745C
(93,116,92)
#50644F
(80,100,79)
#435442
(67,84,66)
#364435
(54,68,53)
#293428
(41,52,40)
#1C241B
(28,36,27)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #91B490

#91B490
(145,180,144)
#9BBA9A
(155,186,154)
#A5C0A4
(165,192,164)
#AFC6AE
(175,198,174)
#B9CCB8
(185,204,184)
#C3D2C2
(195,210,194)
#CDD8CC
(205,216,204)
#D7DED6
(215,222,214)
#E1E4E0
(225,228,224)
#EBEAEA
(235,234,234)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91B490 color. Also use rgb(145,180,144) instead hex code.

Text Font Color

.myTextColor { color: #91B490; }

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

This text font color is #91B490.


Background Color

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

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

This div background color is #91B490.


Border color

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

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

This div border color is #91B490.


Opacity

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

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

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

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

This text has shadow with #91B490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91B490 on black background.


Color preview on white background

This text has color #91B490 on white background.



Black color preview on #91B490 background

This text has black color on #91B490 background.


White color preview on #91B490 background

This text has white color on #91B490 background.