Color Hex Logo

#5ba130 Color Hex

#5BA130
(91,161,48)
0 Favorites   0 Comments

Color spaces of #5ba130

RGB 9116148
HSL0.270.540.41
HSV97°70°63°
CMYK 0.430.000.70   0.37
XYZ17.592827.92737.2596
Yxy27.92730.33330.5291
Hunter Lab52.8463-33.057428.8476
CIE-Lab59.8230-41.873249.6306

#5ba130 color RGB value is (91,161,48).

#5ba130 hex color red value is 91, green value is 161 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #5ba130 hue: 0.27 , saturation: 0.54 and the lightness value of 5ba130 is 0.41.

The process color (four color CMYK) of #5ba130 color hex is 0.43, 0.00, 0.70, 0.37. Web safe color of #5ba130 is #669933. Color #5ba130 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10100001 00110000
Octal 133 241 60
Decimal 91 161 48
Hex 5B A1 30

RGB Percentages of Color #5ba130

%30.33
%53.67
%16.00

CMYK Percentages of Color #5ba130

%43
%0
%70
%37

Triadic Colors of #5ba130

#5ba130 #305ba1 #a1305b

Analogous Colors of #5ba130

#5ba130 #30a13d #94a130

Monochromatic Colors of #5ba130

#5ba130

Complementary Color

#5ba130 #7630a1

#5ba130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba130 Color CSS Codes

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

#5ba130 Text Font Color

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

This sample text font color is #5ba130
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.


#5ba130 Background Color

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

This div background color is #5ba130


#5ba130 Border Color

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

This div border color is #5ba130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba130


Comments

No comments written yet.

Please login to write comment.