COLOR #90BC85

HEX: #90BC85 RGB: (144,188,133)

Color info

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

RGB color model

#90BC85 color RGB value is (144,188,133).

RGB: (144,188,133) (56%, 74%, 52%)

RGB channels and saturation

R 144 of 255 = 56%
G 188 of 255 = 74%
B 133 of 255 = 52%

144
188
133

R + G + B ~ 61%. #90BC85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 188 + 133 = 465 (100%)
R 144 of 465 ~ 30.97%
G 188 of 465 ~ 40.43%
B 133 of 465 ~ 28.6'%

%30.97
%40.43
%28.6

CMYK color model

#90BC85 color CMYK value is (23,0,29,26).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 29.26%
  • key color value is 26.27%

CMYK: (23,0,29,26)
C23M0Y29K26 (23%, 0%, 29%, 26%)
(0.23 / 0.00 / 0.29 / 0.26)

CMYK percentages

%23.4
%0
%29.26
%26.27

Codes

Color #90BC85 in popluar color models

90 BC 85
RGB 144 188 133
HSL 108° 29.10% 62.94%
HSB/HSV 108° 29.26% 73.73%
CMYK 23.40% 0.00% 29.26%
26.27%

Color #90BC85 in popluar number systems.

HEX 90 BC 85
Decimal 144 188 133
Binary 10010000 10111100 10000101
Octal 220 274 205

Shades and tints

Shades of #90BC85

#90BC85
(144,188,133)
#83AB79
(131,171,121)
#769A6D
(118,154,109)
#698961
(105,137,97)
#5C7855
(92,120,85)
#4F6749
(79,103,73)
#42563D
(66,86,61)
#354531
(53,69,49)
#283425
(40,52,37)
#1B2319
(27,35,25)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #90BC85

#90BC85
(144,188,133)
#9AC290
(154,194,144)
#A4C89B
(164,200,155)
#AECEA6
(174,206,166)
#B8D4B1
(184,212,177)
#C2DABC
(194,218,188)
#CCE0C7
(204,224,199)
#D6E6D2
(214,230,210)
#E0ECDD
(224,236,221)
#EAF2E8
(234,242,232)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BC85; }

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

This text font color is #90BC85.

Background Color

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

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

This div background color is #90BC85.

Border color

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

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

This div border color is #90BC85.

Opacity

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

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

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

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

This text has shadow with #90BC85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90BC85.

Preview

Color preview on black background

This text has color #90BC85 on black background.


Color preview on white background

This text has color #90BC85 on white background.


Black color preview on #90BC85 background

This text has black color on #90BC85 background.


White color preview on #90BC85 background

This text has white color on #90BC85 background.


Related colors

Complementary color

Complementary color for #hex is #6F437A.


I love getcolorcode.com

Triadic colors

1 #8590BC and #BC8590 with #90BC85 are triadic colors.

2 #85BC90 and #BC9085 with #90BC85 are triadic colors.