COLOR #5B9201

HEX: #5B9201
RGB: (91,146,1)

Color info

#5B9201 contains mainly red and green colors. Web safe color of #5B9201 is #669900 (or #690).

RGB color model

#5B9201 color RGB value is (91,146,1).

  • red value is 91;
  • green value is 146;
  • blue value is 1.
RGB:
(91,146,1)
(36%,57%,0%)

RGB channels and saturation

R 91 of 255 = 36%
G 146 of 255 = 57%
B 1 of 255 = 0%

91
146
1

R + G + B ~ 31%. #5B9201 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 146 + 1 = 238 (100%)
R 91 of 238 ~ 38.24%
G 146 of 238 ~ 61.34%
B 1 of 238 ~ 0.42%

%38.24
%61.34

CMYK color model

#5B9201 color CMYK value is (38,0,99,43).

  • cyan value is 37.67%
  • magenta value is 0.00%
  • yellow value is 99.32%
  • key color value is 42.75%
CMYK:
(38,0,99,43)
C38M0Y99K43 
(38%,0%,99%,43%)
(0.38/0.00/0.99/0.43)	

CMYK percentages

%37.67
%0
%99.32
%42.75

Codes

Color #5B9201 in popluar color models

5B9201
RGB911461
HSL83°98.64%28.82%
HSB/HSV83°99.32%57.25%
CMYK37.67%0.00%99.32%
42.75%

Color #5B9201 in popluar number systems.

HEX5B9201
Decimal911461
Binary1011011100100101
Octal1332221

Shades and tints

Shades of #5B9201

#5B9201
(91,146,1)
#538501
(83,133,1)
#4B7801
(75,120,1)
#436B01
(67,107,1)
#3B5E01
(59,94,1)
#335101
(51,81,1)
#2B4401
(43,68,1)
#233701
(35,55,1)
#1B2A01
(27,42,1)
#131D01
(19,29,1)
#0B1001
(11,16,1)
#000000
(0,0,0)

Tints of #5B9201

#5B9201
(91,146,1)
#699B18
(105,155,24)
#77A42F
(119,164,47)
#85AD46
(133,173,70)
#93B65D
(147,182,93)
#A1BF74
(161,191,116)
#AFC88B
(175,200,139)
#BDD1A2
(189,209,162)
#CBDAB9
(203,218,185)
#D9E3D0
(217,227,208)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9201 color. Also use rgb(91,146,1) instead hex code.

Text Font Color

.myTextColor { color: #5B9201; }

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

This text font color is #5B9201.


Background Color

.myBgColor { background-color: #5B9201; }

<div style="background-color:#5B9201">Inner text</div>

This div background color is #5B9201.


Border color

.myBorderColor { border: 1px solid #5B9201; }

<div style="border:3px solid #5B9201">Div</div>

This div border color is #5B9201.


Opacity

.myOpacity80 { color: #5B9201; opacity: 0.8; }

<p style="color:#5B9201;opacity:0.8;">80%</p>

Text with #5B9201 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 #5B9201;}

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

This text has shadow with #5B9201 color.

.textShadow {text-shadow: 3px 3px 1px #5B9201, 3px 3px 1px red;}

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

This text has shadow with #5B9201 primary color and red secondary color.


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

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

This text has shadow with #5B9201 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9201 on black background.


Color preview on white background

This text has color #5B9201 on white background.



Black color preview on #5B9201 background

This text has black color on #5B9201 background.


White color preview on #5B9201 background

This text has white color on #5B9201 background.