COLOR #90B013

HEX: #90B013
RGB: (144,176,19)

Color info

#90B013 contains mainly red and green colors. Web safe color of #90B013 is #999900 (or #990).

RGB color model

#90B013 color RGB value is (144,176,19).

  • red value is 144;
  • green value is 176;
  • blue value is 19.
RGB:
(144,176,19)
(56%,69%,7%)

RGB channels and saturation

R 144 of 255 = 56%
G 176 of 255 = 69%
B 19 of 255 = 7%

144
176
19

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

Portions of RGB colors in percentages

R + G + B =
144 + 176 + 19 = 339 (100%)
R 144 of 339 ~ 42.48%
G 176 of 339 ~ 51.92%
B 19 of 339 ~ 5.6%

%42.48
%51.92

CMYK color model

#90B013 color CMYK value is (18,0,89,31).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 89.20%
  • key color value is 30.98%
CMYK:
(18,0,89,31)
C18M0Y89K31 
(18%,0%,89%,31%)
(0.18/0.00/0.89/0.31)	

CMYK percentages

%18.18
%0
%89.2
%30.98

Codes

Color #90B013 in popluar color models

90B013
RGB14417619
HSL72°80.51%38.24%
HSB/HSV72°89.20%69.02%
CMYK18.18%0.00%89.20%
30.98%

Color #90B013 in popluar number systems.

HEX90B013
Decimal14417619
Binary100100001011000010011
Octal22026023

Shades and tints

Shades of #90B013

#90B013
(144,176,19)
#83A012
(131,160,18)
#769011
(118,144,17)
#698010
(105,128,16)
#5C700F
(92,112,15)
#4F600E
(79,96,14)
#42500D
(66,80,13)
#35400C
(53,64,12)
#28300B
(40,48,11)
#1B200A
(27,32,10)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #90B013

#90B013
(144,176,19)
#9AB728
(154,183,40)
#A4BE3D
(164,190,61)
#AEC552
(174,197,82)
#B8CC67
(184,204,103)
#C2D37C
(194,211,124)
#CCDA91
(204,218,145)
#D6E1A6
(214,225,166)
#E0E8BB
(224,232,187)
#EAEFD0
(234,239,208)
#F4F6E5
(244,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B013 color. Also use rgb(144,176,19) instead hex code.

Text Font Color

.myTextColor { color: #90B013; }

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

This text font color is #90B013.


Background Color

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

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

This div background color is #90B013.


Border color

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

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

This div border color is #90B013.


Opacity

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

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

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

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

This text has shadow with #90B013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B013 on black background.


Color preview on white background

This text has color #90B013 on white background.



Black color preview on #90B013 background

This text has black color on #90B013 background.


White color preview on #90B013 background

This text has white color on #90B013 background.