Color Hex Logo

#9ba142 Color Hex

#9BA142
(155,161,66)
0 Favorites   0 Comments

Color spaces of #9ba142

RGB 15516166
HSL0.180.420.45
HSV64°59°63°
CMYK 0.040.000.59   0.37
XYZ27.245832.851610.0593
Yxy32.85160.38840.4683
Hunter Lab57.3163-15.452129.7157
CIE-Lab64.0406-15.324147.5876

#9ba142 color RGB value is (155,161,66).

#9ba142 hex color red value is 155, green value is 161 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #9ba142 hue: 0.18 , saturation: 0.42 and the lightness value of 9ba142 is 0.45.

The process color (four color CMYK) of #9ba142 color hex is 0.04, 0.00, 0.59, 0.37. Web safe color of #9ba142 is #999933. Color #9ba142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100001 01000010
Octal 233 241 102
Decimal 155 161 66
Hex 9B A1 42

RGB Percentages of Color #9ba142

%40.58
%42.15
%17.28

CMYK Percentages of Color #9ba142

%4
%0
%59
%37

Triadic Colors of #9ba142

#9ba142 #429ba1 #a1429b

Analogous Colors of #9ba142

#9ba142 #6ca142 #a17842

Monochromatic Colors of #9ba142

#9ba142

Complementary Color

#9ba142 #4842a1

#9ba142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba142 Color CSS Codes

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

#9ba142 Text Font Color

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

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


#9ba142 Background Color

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

This div background color is #9ba142


#9ba142 Border Color

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

This div border color is #9ba142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba142


Comments

No comments written yet.

Please login to write comment.