COLOR #90B66D

HEX: #90B66D
RGB: (144,182,109)

Color info

#90B66D contains mainly red and green colors. Web safe color of #90B66D is #99CC66 (or #9C6).

RGB color model

#90B66D color RGB value is (144,182,109).

  • red value is 144;
  • green value is 182;
  • blue value is 109.
RGB:
(144,182,109)
(56%,71%,43%)

RGB channels and saturation

R 144 of 255 = 56%
G 182 of 255 = 71%
B 109 of 255 = 43%

144
182
109

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

Portions of RGB colors in percentages

R + G + B =
144 + 182 + 109 = 435 (100%)
R 144 of 435 ~ 33.1%
G 182 of 435 ~ 41.84%
B 109 of 435 ~ 25.06%

%33.1
%41.84
%25.06

CMYK color model

#90B66D color CMYK value is (21,0,40,29).

  • cyan value is 20.88%
  • magenta value is 0.00%
  • yellow value is 40.11%
  • key color value is 28.63%
CMYK:
(21,0,40,29)
C21M0Y40K29 
(21%,0%,40%,29%)
(0.21/0.00/0.40/0.29)	

CMYK percentages

%20.88
%0
%40.11
%28.63

Codes

Color #90B66D in popluar color models

90B66D
RGB144182109
HSL91°33.33%57.06%
HSB/HSV91°40.11%71.37%
CMYK20.88%0.00%40.11%
28.63%

Color #90B66D in popluar number systems.

HEX90B66D
Decimal144182109
Binary10010000101101101101101
Octal220266155

Shades and tints

Shades of #90B66D

#90B66D
(144,182,109)
#83A664
(131,166,100)
#76965B
(118,150,91)
#698652
(105,134,82)
#5C7649
(92,118,73)
#4F6640
(79,102,64)
#425637
(66,86,55)
#35462E
(53,70,46)
#283625
(40,54,37)
#1B261C
(27,38,28)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #90B66D

#90B66D
(144,182,109)
#9ABC7A
(154,188,122)
#A4C287
(164,194,135)
#AEC894
(174,200,148)
#B8CEA1
(184,206,161)
#C2D4AE
(194,212,174)
#CCDABB
(204,218,187)
#D6E0C8
(214,224,200)
#E0E6D5
(224,230,213)
#EAECE2
(234,236,226)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B66D color. Also use rgb(144,182,109) instead hex code.

Text Font Color

.myTextColor { color: #90B66D; }

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

This text font color is #90B66D.


Background Color

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

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

This div background color is #90B66D.


Border color

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

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

This div border color is #90B66D.


Opacity

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

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

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

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

This text has shadow with #90B66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B66D on black background.


Color preview on white background

This text has color #90B66D on white background.



Black color preview on #90B66D background

This text has black color on #90B66D background.


White color preview on #90B66D background

This text has white color on #90B66D background.