COLOR #90B649

HEX: #90B649 RGB: (144,182,73)

Color info

#90B649 contains mainly red and green colors. Web safe color of #90B649 is #99CC33 (or #9C3).

RGB color model

#90B649 color RGB value is (144,182,73).

RGB: (144,182,73) (56%, 71%, 29%)

RGB channels and saturation

R 144 of 255 = 56%
G 182 of 255 = 71%
B 73 of 255 = 29%

144
182
73

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

Portions of RGB colors in percentages

R + G + B = 144 + 182 + 73 = 399 (100%)
R 144 of 399 ~ 36.09%
G 182 of 399 ~ 45.61%
B 73 of 399 ~ 18.3'%

%36.09
%45.61
%18.3

CMYK color model

#90B649 color CMYK value is (21,0,60,29).

  • cyan value is 20.88%
  • magenta value is 0.00%
  • yellow value is 59.89%
  • key color value is 28.63%

CMYK: (21,0,60,29)
C21M0Y60K29 (21%, 0%, 60%, 29%)
(0.21 / 0.00 / 0.60 / 0.29)

CMYK percentages

%20.88
%0
%59.89
%28.63

Codes

Color #90B649 in popluar color models

90 B6 49
RGB 144 182 73
HSL 81° 42.75% 50.00%
HSB/HSV 81° 59.89% 71.37%
CMYK 20.88% 0.00% 59.89%
28.63%

Color #90B649 in popluar number systems.

HEX 90 B6 49
Decimal 144 182 73
Binary 10010000 10110110 1001001
Octal 220 266 111

Shades and tints

Shades of #90B649

#90B649
(144,182,73)
#83A643
(131,166,67)
#76963D
(118,150,61)
#698637
(105,134,55)
#5C7631
(92,118,49)
#4F662B
(79,102,43)
#425625
(66,86,37)
#35461F
(53,70,31)
#283619
(40,54,25)
#1B2613
(27,38,19)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #90B649

#90B649
(144,182,73)
#9ABC59
(154,188,89)
#A4C269
(164,194,105)
#AEC879
(174,200,121)
#B8CE89
(184,206,137)
#C2D499
(194,212,153)
#CCDAA9
(204,218,169)
#D6E0B9
(214,224,185)
#E0E6C9
(224,230,201)
#EAECD9
(234,236,217)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B649 color. Also use rgb(144,182,73) instead hex code.

Text Font Color

.myTextColor { color: #90B649; }

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

This text font color is #90B649.

Background Color

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

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

This div background color is #90B649.

Border color

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

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

This div border color is #90B649.

Opacity

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

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

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

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

This text has shadow with #90B649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90B649.

Preview

Color preview on black background

This text has color #90B649 on black background.


Color preview on white background

This text has color #90B649 on white background.


Black color preview on #90B649 background

This text has black color on #90B649 background.


White color preview on #90B649 background

This text has white color on #90B649 background.


Related colors

Complementary color

Complementary color for #hex is #6F49B6.


I love getcolorcode.com

Triadic colors

1 #4990B6 and #B64990 with #90B649 are triadic colors.

2 #49B690 and #B69049 with #90B649 are triadic colors.