COLOR #90B47A

HEX: #90B47A RGB: (144,180,122)

Color info

#90B47A contains red, green and blue colors in about the same proportion. Web safe color of #90B47A is #99CC66 (or #9C6).

RGB color model

#90B47A color RGB value is (144,180,122).

RGB: (144,180,122) (56%, 71%, 48%)

RGB channels and saturation

R 144 of 255 = 56%
G 180 of 255 = 71%
B 122 of 255 = 48%

144
180
122

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

Portions of RGB colors in percentages

R + G + B = 144 + 180 + 122 = 446 (100%)
R 144 of 446 ~ 32.29%
G 180 of 446 ~ 40.36%
B 122 of 446 ~ 27.35'%

%32.29
%40.36
%27.35

CMYK color model

#90B47A color CMYK value is (20,0,32,29).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 29.41%

CMYK: (20,0,32,29)
C20M0Y32K29 (20%, 0%, 32%, 29%)
(0.20 / 0.00 / 0.32 / 0.29)

CMYK percentages

%20
%0
%32.22
%29.41

Codes

Color #90B47A in popluar color models

90 B4 7A
RGB 144 180 122
HSL 97° 27.88% 59.22%
HSB/HSV 97° 32.22% 70.59%
CMYK 20.00% 0.00% 32.22%
29.41%

Color #90B47A in popluar number systems.

HEX 90 B4 7A
Decimal 144 180 122
Binary 10010000 10110100 1111010
Octal 220 264 172

Shades and tints

Shades of #90B47A

#90B47A
(144,180,122)
#83A46F
(131,164,111)
#769464
(118,148,100)
#698459
(105,132,89)
#5C744E
(92,116,78)
#4F6443
(79,100,67)
#425438
(66,84,56)
#35442D
(53,68,45)
#283422
(40,52,34)
#1B2417
(27,36,23)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #90B47A

#90B47A
(144,180,122)
#9ABA86
(154,186,134)
#A4C092
(164,192,146)
#AEC69E
(174,198,158)
#B8CCAA
(184,204,170)
#C2D2B6
(194,210,182)
#CCD8C2
(204,216,194)
#D6DECE
(214,222,206)
#E0E4DA
(224,228,218)
#EAEAE6
(234,234,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B47A color. Also use rgb(144,180,122) instead hex code.

Text Font Color

.myTextColor { color: #90B47A; }

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

This text font color is #90B47A.

Background Color

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

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

This div background color is #90B47A.

Border color

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

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

This div border color is #90B47A.

Opacity

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

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

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

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

This text has shadow with #90B47A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90B47A.

Preview

Color preview on black background

This text has color #90B47A on black background.


Color preview on white background

This text has color #90B47A on white background.


Black color preview on #90B47A background

This text has black color on #90B47A background.


White color preview on #90B47A background

This text has white color on #90B47A background.


Related colors

Complementary color

Complementary color for #hex is #6F4B85.


I love getcolorcode.com

Triadic colors

1 #7A90B4 and #B47A90 with #90B47A are triadic colors.

2 #7AB490 and #B4907A with #90B47A are triadic colors.