COLOR #90BD4D

HEX: #90BD4D RGB: (144,189,77)

Color info

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

RGB color model

#90BD4D color RGB value is (144,189,77).

RGB: (144,189,77) (56%, 74%, 30%)

RGB channels and saturation

R 144 of 255 = 56%
G 189 of 255 = 74%
B 77 of 255 = 30%

144
189
77

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

Portions of RGB colors in percentages

R + G + B = 144 + 189 + 77 = 410 (100%)
R 144 of 410 ~ 35.12%
G 189 of 410 ~ 46.1%
B 77 of 410 ~ 18.78'%

%35.12
%46.1
%18.78

CMYK color model

#90BD4D color CMYK value is (24,0,59,26).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 25.88%
CMYK: (24,0,59,26) C24M0Y59K26 (24%,0%,59%,26%) (0.24/0.00/0.59/0.26) 

CMYK percentages

%23.81
%0
%59.26
%25.88

Codes

Color #90BD4D in popluar color models

90 BD 4D
RGB 144 189 77
HSL 84° 45.90% 52.16%
HSB/HSV 84° 59.26% 74.12%
CMYK 23.81% 0.00% 59.26%
25.88%

Color #90BD4D in popluar number systems.

HEX 90 BD 4D
Decimal 144 189 77
Binary 10010000 10111101 1001101
Octal 220 275 115

Shades and tints

Shades of #90BD4D

#90BD4D
(144,189,77)
#83AC46
(131,172,70)
#769B3F
(118,155,63)
#698A38
(105,138,56)
#5C7931
(92,121,49)
#4F682A
(79,104,42)
#425723
(66,87,35)
#35461C
(53,70,28)
#283515
(40,53,21)
#1B240E
(27,36,14)
#0E1307
(14,19,7)
#000000
(0,0,0)

Tints of #90BD4D

#90BD4D
(144,189,77)
#9AC35D
(154,195,93)
#A4C96D
(164,201,109)
#AECF7D
(174,207,125)
#B8D58D
(184,213,141)
#C2DB9D
(194,219,157)
#CCE1AD
(204,225,173)
#D6E7BD
(214,231,189)
#E0EDCD
(224,237,205)
#EAF3DD
(234,243,221)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BD4D color. Also use rgb(144,189,77) instead hex code.

Text Font Color

.myTextColor { color: #90BD4D; }

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

This text font color is #90BD4D.

Background Color

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

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

This div background color is #90BD4D.

Border color

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

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

This div border color is #90BD4D.

Opacity

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

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

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

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

This text has shadow with #90BD4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90BD4D.

Preview

Color preview on black background

This text has color #90BD4D on black background.


Color preview on white background

This text has color #90BD4D on white background.


Black color preview on #90BD4D background

This text has black color on #90BD4D background.


White color preview on #90BD4D background

This text has white color on #90BD4D background.


Related colors

Complementary color

Complementary color for #hex is #6F42B2.


I love getcolorcode.com

Triadic colors

1 #4D90BD and #BD4D90 with #90BD4D are triadic colors.

2 #4DBD90 and #BD904D with #90BD4D are triadic colors.