Color Hex Logo

#9baa37 Color Hex

#9BAA37
(155,170,55)
0 Favorites   0 Comments

Color spaces of #9baa37

RGB 15517055
HSL0.190.510.44
HSV68°68°67°
CMYK 0.090.000.68   0.33
XYZ28.581935.99389.0555
Yxy35.99380.38820.4888
Hunter Lab59.9948-19.952533.0473
CIE-Lab66.5152-20.687454.9676

#9baa37 color RGB value is (155,170,55).

#9baa37 hex color red value is 155, green value is 170 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #9baa37 hue: 0.19 , saturation: 0.51 and the lightness value of 9baa37 is 0.44.

The process color (four color CMYK) of #9baa37 color hex is 0.09, 0.00, 0.68, 0.33. Web safe color of #9baa37 is #999933. Color #9baa37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101010 00110111
Octal 233 252 67
Decimal 155 170 55
Hex 9B AA 37

RGB Percentages of Color #9baa37

%40.79
%44.74
%14.47

CMYK Percentages of Color #9baa37

%9
%0
%68
%33

Triadic Colors of #9baa37

#9baa37 #379baa #aa379b

Analogous Colors of #9baa37

#9baa37 #62aa37 #aa8037

Monochromatic Colors of #9baa37

#9baa37

Complementary Color

#9baa37 #4637aa

#9baa37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baa37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baa37 Color CSS Codes

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

#9baa37 Text Font Color

<p style="color:#9baa37">Text here</p>

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


#9baa37 Background Color

<div style="background-color:#9baa37">
Div content here</div>

This div background color is #9baa37


#9baa37 Border Color

<div style="border:3px solid #9baa37">
Div here</div>

This div border color is #9baa37


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,170,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9baa37; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9baa37;
  -webkit-box-shadow: 1px 1px 3px 2px #9baa37;
  box-shadow:         1px 1px 3px 2px #9baa37; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,170,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baa37


Comments

No comments written yet.

Please login to write comment.