COLOR #90B599

HEX: #90B599 RGB: (144,181,153)

Color info

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

RGB color model

#90B599 color RGB value is (144,181,153).

RGB: (144,181,153) (56%, 71%, 60%)

RGB channels and saturation

R 144 of 255 = 56%
G 181 of 255 = 71%
B 153 of 255 = 60%

144
181
153

R + G + B ~ 62%. #90B599 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 181 + 153 = 478 (100%)
R 144 of 478 ~ 30.13%
G 181 of 478 ~ 37.87%
B 153 of 478 ~ 32.01'%

%30.13
%37.87
%32.01

CMYK color model

#90B599 color CMYK value is (20,0,15,29).

  • cyan value is 20.44%
  • magenta value is 0.00%
  • yellow value is 15.47%
  • key color value is 29.02%

CMYK: (20,0,15,29)
C20M0Y15K29 (20%, 0%, 15%, 29%)
(0.20 / 0.00 / 0.15 / 0.29)

CMYK percentages

%20.44
%0
%15.47
%29.02

Codes

Color #90B599 in popluar color models

90 B5 99
RGB 144 181 153
HSL 135° 20.00% 63.73%
HSB/HSV 135° 20.44% 70.98%
CMYK 20.44% 0.00% 15.47%
29.02%

Color #90B599 in popluar number systems.

HEX 90 B5 99
Decimal 144 181 153
Binary 10010000 10110101 10011001
Octal 220 265 231

Shades and tints

Shades of #90B599

#90B599
(144,181,153)
#83A58C
(131,165,140)
#76957F
(118,149,127)
#698572
(105,133,114)
#5C7565
(92,117,101)
#4F6558
(79,101,88)
#42554B
(66,85,75)
#35453E
(53,69,62)
#283531
(40,53,49)
#1B2524
(27,37,36)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #90B599

#90B599
(144,181,153)
#9ABBA2
(154,187,162)
#A4C1AB
(164,193,171)
#AEC7B4
(174,199,180)
#B8CDBD
(184,205,189)
#C2D3C6
(194,211,198)
#CCD9CF
(204,217,207)
#D6DFD8
(214,223,216)
#E0E5E1
(224,229,225)
#EAEBEA
(234,235,234)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B599 color. Also use rgb(144,181,153) instead hex code.

Text Font Color

.myTextColor { color: #90B599; }

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

This text font color is #90B599.

Background Color

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

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

This div background color is #90B599.

Border color

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

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

This div border color is #90B599.

Opacity

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

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

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

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

This text has shadow with #90B599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90B599.

Preview

Color preview on black background

This text has color #90B599 on black background.


Color preview on white background

This text has color #90B599 on white background.


Black color preview on #90B599 background

This text has black color on #90B599 background.


White color preview on #90B599 background

This text has white color on #90B599 background.


Related colors

Complementary color

Complementary color for #hex is #6F4A66.


I love getcolorcode.com

Triadic colors

1 #9990B5 and #B59990 with #90B599 are triadic colors.

2 #99B590 and #B59099 with #90B599 are triadic colors.