COLOR #90BB56

HEX: #90BB56
RGB: (144,187,86)

Color info

#90BB56 contains mainly red and green colors. Web safe color of #90BB56 is #99CC66 (or #9C6).

RGB color model

#90BB56 color RGB value is (144,187,86).

  • red value is 144;
  • green value is 187;
  • blue value is 86.
RGB:
(144,187,86)
(56%,73%,34%)

RGB channels and saturation

R 144 of 255 = 56%
G 187 of 255 = 73%
B 86 of 255 = 34%

144
187
86

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

Portions of RGB colors in percentages

R + G + B =
144 + 187 + 86 = 417 (100%)
R 144 of 417 ~ 34.53%
G 187 of 417 ~ 44.84%
B 86 of 417 ~ 20.62%

%34.53
%44.84
%20.62

CMYK color model

#90BB56 color CMYK value is (23,0,54,27).

  • cyan value is 22.99%
  • magenta value is 0.00%
  • yellow value is 54.01%
  • key color value is 26.67%
CMYK:
(23,0,54,27)
C23M0Y54K27 
(23%,0%,54%,27%)
(0.23/0.00/0.54/0.27)	

CMYK percentages

%22.99
%0
%54.01
%26.67

Codes

Color #90BB56 in popluar color models

90BB56
RGB14418786
HSL86°42.62%53.53%
HSB/HSV86°54.01%73.33%
CMYK22.99%0.00%54.01%
26.67%

Color #90BB56 in popluar number systems.

HEX90BB56
Decimal14418786
Binary10010000101110111010110
Octal220273126

Shades and tints

Shades of #90BB56

#90BB56
(144,187,86)
#83AA4F
(131,170,79)
#769948
(118,153,72)
#698841
(105,136,65)
#5C773A
(92,119,58)
#4F6633
(79,102,51)
#42552C
(66,85,44)
#354425
(53,68,37)
#28331E
(40,51,30)
#1B2217
(27,34,23)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #90BB56

#90BB56
(144,187,86)
#9AC165
(154,193,101)
#A4C774
(164,199,116)
#AECD83
(174,205,131)
#B8D392
(184,211,146)
#C2D9A1
(194,217,161)
#CCDFB0
(204,223,176)
#D6E5BF
(214,229,191)
#E0EBCE
(224,235,206)
#EAF1DD
(234,241,221)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BB56 color. Also use rgb(144,187,86) instead hex code.

Text Font Color

.myTextColor { color: #90BB56; }

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

This text font color is #90BB56.


Background Color

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

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

This div background color is #90BB56.


Border color

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

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

This div border color is #90BB56.


Opacity

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

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

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

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

This text has shadow with #90BB56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BB56 on black background.


Color preview on white background

This text has color #90BB56 on white background.



Black color preview on #90BB56 background

This text has black color on #90BB56 background.


White color preview on #90BB56 background

This text has white color on #90BB56 background.