COLOR #90BA85

HEX: #90BA85 RGB: (144,186,133)

Color info

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

RGB color model

#90BA85 color RGB value is (144,186,133).

RGB: (144,186,133) (56%, 73%, 52%)

RGB channels and saturation

R 144 of 255 = 56%
G 186 of 255 = 73%
B 133 of 255 = 52%

144
186
133

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

Portions of RGB colors in percentages

R + G + B = 144 + 186 + 133 = 463 (100%)
R 144 of 463 ~ 31.1%
G 186 of 463 ~ 40.17%
B 133 of 463 ~ 28.73'%

%31.1
%40.17
%28.73

CMYK color model

#90BA85 color CMYK value is (23,0,28,27).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 27.06%

CMYK: (23,0,28,27)
C23M0Y28K27 (23%, 0%, 28%, 27%)
(0.23 / 0.00 / 0.28 / 0.27)

CMYK percentages

%22.58
%0
%28.49
%27.06

Codes

Color #90BA85 in popluar color models

90 BA 85
RGB 144 186 133
HSL 108° 27.75% 62.55%
HSB/HSV 108° 28.49% 72.94%
CMYK 22.58% 0.00% 28.49%
27.06%

Color #90BA85 in popluar number systems.

HEX 90 BA 85
Decimal 144 186 133
Binary 10010000 10111010 10000101
Octal 220 272 205

Shades and tints

Shades of #90BA85

#90BA85
(144,186,133)
#83AA79
(131,170,121)
#769A6D
(118,154,109)
#698A61
(105,138,97)
#5C7A55
(92,122,85)
#4F6A49
(79,106,73)
#425A3D
(66,90,61)
#354A31
(53,74,49)
#283A25
(40,58,37)
#1B2A19
(27,42,25)
#0E1A0D
(14,26,13)
#000000
(0,0,0)

Tints of #90BA85

#90BA85
(144,186,133)
#9AC090
(154,192,144)
#A4C69B
(164,198,155)
#AECCA6
(174,204,166)
#B8D2B1
(184,210,177)
#C2D8BC
(194,216,188)
#CCDEC7
(204,222,199)
#D6E4D2
(214,228,210)
#E0EADD
(224,234,221)
#EAF0E8
(234,240,232)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BA85 color. Also use rgb(144,186,133) instead hex code.

Text Font Color

.myTextColor { color: #90BA85; }

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

This text font color is #90BA85.

Background Color

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

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

This div background color is #90BA85.

Border color

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

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

This div border color is #90BA85.

Opacity

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

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

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

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

This text has shadow with #90BA85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90BA85.

Preview

Color preview on black background

This text has color #90BA85 on black background.


Color preview on white background

This text has color #90BA85 on white background.


Black color preview on #90BA85 background

This text has black color on #90BA85 background.


White color preview on #90BA85 background

This text has white color on #90BA85 background.


Related colors

Complementary color

Complementary color for #hex is #6F457A.


I love getcolorcode.com

Triadic colors

1 #8590BA and #BA8590 with #90BA85 are triadic colors.

2 #85BA90 and #BA9085 with #90BA85 are triadic colors.