COLOR #90B382

HEX: #90B382
RGB: (144,179,130)

Color info

#90B382 contains red, green and blue colors in about the same proportion. Web safe color of #90B382 is #999999 (or #999).

RGB color model

#90B382 color RGB value is (144,179,130).

  • red value is 144;
  • green value is 179;
  • blue value is 130.
RGB:
(144,179,130)
(56%,70%,51%)

RGB channels and saturation

R 144 of 255 = 56%
G 179 of 255 = 70%
B 130 of 255 = 51%

144
179
130

R + G + B ~ 59%. #90B382 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 179 + 130 = 453 (100%)
R 144 of 453 ~ 31.79%
G 179 of 453 ~ 39.51%
B 130 of 453 ~ 28.7%

%31.79
%39.51
%28.7

CMYK color model

#90B382 color CMYK value is (20,0,27,30).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 27.37%
  • key color value is 29.80%
CMYK:
(20,0,27,30)
C20M0Y27K30 
(20%,0%,27%,30%)
(0.20/0.00/0.27/0.30)	

CMYK percentages

%19.55
%0
%27.37
%29.8

Codes

Color #90B382 in popluar color models

90B382
RGB144179130
HSL103°24.38%60.59%
HSB/HSV103°27.37%70.20%
CMYK19.55%0.00%27.37%
29.80%

Color #90B382 in popluar number systems.

HEX90B382
Decimal144179130
Binary100100001011001110000010
Octal220263202

Shades and tints

Shades of #90B382

#90B382
(144,179,130)
#83A377
(131,163,119)
#76936C
(118,147,108)
#698361
(105,131,97)
#5C7356
(92,115,86)
#4F634B
(79,99,75)
#425340
(66,83,64)
#354335
(53,67,53)
#28332A
(40,51,42)
#1B231F
(27,35,31)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #90B382

#90B382
(144,179,130)
#9AB98D
(154,185,141)
#A4BF98
(164,191,152)
#AEC5A3
(174,197,163)
#B8CBAE
(184,203,174)
#C2D1B9
(194,209,185)
#CCD7C4
(204,215,196)
#D6DDCF
(214,221,207)
#E0E3DA
(224,227,218)
#EAE9E5
(234,233,229)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B382 color. Also use rgb(144,179,130) instead hex code.

Text Font Color

.myTextColor { color: #90B382; }

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

This text font color is #90B382.


Background Color

.myBgColor { background-color: #90B382; }

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

This div background color is #90B382.


Border color

.myBorderColor { border: 1px solid #90B382; }

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

This div border color is #90B382.


Opacity

.myOpacity80 { color: #90B382; opacity: 0.8; }

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

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

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

This text has shadow with #90B382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B382 on black background.


Color preview on white background

This text has color #90B382 on white background.



Black color preview on #90B382 background

This text has black color on #90B382 background.


White color preview on #90B382 background

This text has white color on #90B382 background.