COLOR #90AB84

HEX: #90AB84 RGB: (144,171,132)

Color info

#90AB84 contains red, green and blue colors in about the same proportion. Web safe color of #90AB84 is #999999 (or #999).

RGB color model

#90AB84 color RGB value is (144,171,132).

RGB: (144,171,132) (56%, 67%, 52%)

RGB channels and saturation

R 144 of 255 = 56%
G 171 of 255 = 67%
B 132 of 255 = 52%

144
171
132

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

Portions of RGB colors in percentages

R + G + B = 144 + 171 + 132 = 447 (100%)
R 144 of 447 ~ 32.21%
G 171 of 447 ~ 38.26%
B 132 of 447 ~ 29.53'%

%32.21
%38.26
%29.53

CMYK color model

#90AB84 color CMYK value is (16,0,23,33).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 32.94%
CMYK: (16,0,23,33) C16M0Y23K33 (16%,0%,23%,33%) (0.16/0.00/0.23/0.33) 

CMYK percentages

%15.79
%0
%22.81
%32.94

Codes

Color #90AB84 in popluar color models

90 AB 84
RGB 144 171 132
HSL 102° 18.84% 59.41%
HSB/HSV 102° 22.81% 67.06%
CMYK 15.79% 0.00% 22.81%
32.94%

Color #90AB84 in popluar number systems.

HEX 90 AB 84
Decimal 144 171 132
Binary 10010000 10101011 10000100
Octal 220 253 204

Shades and tints

Shades of #90AB84

#90AB84
(144,171,132)
#839C78
(131,156,120)
#768D6C
(118,141,108)
#697E60
(105,126,96)
#5C6F54
(92,111,84)
#4F6048
(79,96,72)
#42513C
(66,81,60)
#354230
(53,66,48)
#283324
(40,51,36)
#1B2418
(27,36,24)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #90AB84

#90AB84
(144,171,132)
#9AB28F
(154,178,143)
#A4B99A
(164,185,154)
#AEC0A5
(174,192,165)
#B8C7B0
(184,199,176)
#C2CEBB
(194,206,187)
#CCD5C6
(204,213,198)
#D6DCD1
(214,220,209)
#E0E3DC
(224,227,220)
#EAEAE7
(234,234,231)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AB84 color. Also use rgb(144,171,132) instead hex code.

Text Font Color

.myTextColor { color: #90AB84; }

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

This text font color is #90AB84.

Background Color

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

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

This div background color is #90AB84.

Border color

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

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

This div border color is #90AB84.

Opacity

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

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

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

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

This text has shadow with #90AB84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AB84.

Preview

Color preview on black background

This text has color #90AB84 on black background.


Color preview on white background

This text has color #90AB84 on white background.


Black color preview on #90AB84 background

This text has black color on #90AB84 background.


White color preview on #90AB84 background

This text has white color on #90AB84 background.


Related colors

Complementary color

Complementary color for #hex is #6F547B.


I love getcolorcode.com

Triadic colors

1 #8490AB and #AB8490 with #90AB84 are triadic colors.

2 #84AB90 and #AB9084 with #90AB84 are triadic colors.