COLOR #90B999

HEX: #90B999 RGB: (144,185,153)

Color info

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

RGB color model

#90B999 color RGB value is (144,185,153).

RGB: (144,185,153) (56%, 73%, 60%)

RGB channels and saturation

R 144 of 255 = 56%
G 185 of 255 = 73%
B 153 of 255 = 60%

144
185
153

R + G + B ~ 63%. #90B999 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 185 + 153 = 482 (100%)
R 144 of 482 ~ 29.88%
G 185 of 482 ~ 38.38%
B 153 of 482 ~ 31.74'%

%29.88
%38.38
%31.74

CMYK color model

#90B999 color CMYK value is (22,0,17,27).

  • cyan value is 22.16%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 27.45%

CMYK: (22,0,17,27)
C22M0Y17K27 (22%, 0%, 17%, 27%)
(0.22 / 0.00 / 0.17 / 0.27)

CMYK percentages

%22.16
%0
%17.3
%27.45

Codes

Color #90B999 in popluar color models

90 B9 99
RGB 144 185 153
HSL 133° 22.65% 64.51%
HSB/HSV 133° 22.16% 72.55%
CMYK 22.16% 0.00% 17.30%
27.45%

Color #90B999 in popluar number systems.

HEX 90 B9 99
Decimal 144 185 153
Binary 10010000 10111001 10011001
Octal 220 271 231

Shades and tints

Shades of #90B999

#90B999
(144,185,153)
#83A98C
(131,169,140)
#76997F
(118,153,127)
#698972
(105,137,114)
#5C7965
(92,121,101)
#4F6958
(79,105,88)
#42594B
(66,89,75)
#35493E
(53,73,62)
#283931
(40,57,49)
#1B2924
(27,41,36)
#0E1917
(14,25,23)
#000000
(0,0,0)

Tints of #90B999

#90B999
(144,185,153)
#9ABFA2
(154,191,162)
#A4C5AB
(164,197,171)
#AECBB4
(174,203,180)
#B8D1BD
(184,209,189)
#C2D7C6
(194,215,198)
#CCDDCF
(204,221,207)
#D6E3D8
(214,227,216)
#E0E9E1
(224,233,225)
#EAEFEA
(234,239,234)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B999; }

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

This text font color is #90B999.

Background Color

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

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

This div background color is #90B999.

Border color

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

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

This div border color is #90B999.

Opacity

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

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

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

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

This text has shadow with #90B999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90B999.

Preview

Color preview on black background

This text has color #90B999 on black background.


Color preview on white background

This text has color #90B999 on white background.


Black color preview on #90B999 background

This text has black color on #90B999 background.


White color preview on #90B999 background

This text has white color on #90B999 background.


Related colors

Complementary color

Complementary color for #hex is #6F4666.


I love getcolorcode.com

Triadic colors

1 #9990B9 and #B99990 with #90B999 are triadic colors.

2 #99B990 and #B99099 with #90B999 are triadic colors.