Color Hex Logo

#5b991a Color Hex

#5B991A
(91,153,26)
0 Favorites   0 Comments

Color spaces of #5b991a

RGB 9115326
HSL0.250.710.35
HSV89°83°60°
CMYK 0.410.000.83   0.40
XYZ15.892125.08124.9808
Yxy25.08120.34580.5458
Hunter Lab50.0811-30.999129.1601
CIE-Lab57.1545-39.865754.6003

#5b991a color RGB value is (91,153,26).

#5b991a hex color red value is 91, green value is 153 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #5b991a hue: 0.25 , saturation: 0.71 and the lightness value of 5b991a is 0.35.

The process color (four color CMYK) of #5b991a color hex is 0.41, 0.00, 0.83, 0.40. Web safe color of #5b991a is #669933. Color #5b991a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10011001 00011010
Octal 133 231 32
Decimal 91 153 26
Hex 5B 99 1A

RGB Percentages of Color #5b991a

%33.70
%56.67
%9.63

CMYK Percentages of Color #5b991a

%41
%0
%83
%40

Triadic Colors of #5b991a

#5b991a #1a5b99 #991a5b

Analogous Colors of #5b991a

#5b991a #1c991a #99981a

Monochromatic Colors of #5b991a

#5b991a

Complementary Color

#5b991a #581a99

#5b991a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b991a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b991a Color CSS Codes

.mybgcolor {background-color:#5b991a; } 
.myforecolor {color:#5b991a; }
.mybordercolor {border:3px solid #5b991a; }

#5b991a Text Font Color

<p style="color:#5b991a">Text here</p>

This sample text font color is #5b991a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5b991a Background Color

<div style="background-color:#5b991a">
Div content here</div>

This div background color is #5b991a


#5b991a Border Color

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

This div border color is #5b991a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,153,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b991a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b991a;
  -webkit-box-shadow: 1px 1px 3px 2px #5b991a;
  box-shadow:         1px 1px 3px 2px #5b991a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,153,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5b991a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5b991a;
  -webkit-box-shadow: 1px 1px 3px 2px #5b991a;
  box-shadow:         1px 1px 3px 2px #5b991a;">
Div content here</div>

This div box has shadow with color #5b991a


Comments

No comments written yet.

Please login to write comment.