Color Hex Logo

#9ba644 Color Hex

#9BA644
(155,166,68)
0 Favorites   0 Comments

Color spaces of #9ba644

RGB 15516668
HSL0.190.420.46
HSV67°59°65°
CMYK 0.070.000.59   0.35
XYZ28.197234.658410.6724
Yxy34.65840.38350.4714
Hunter Lab58.8714-17.530130.4617
CIE-Lab65.4818-17.743048.2718

#9ba644 color RGB value is (155,166,68).

#9ba644 hex color red value is 155, green value is 166 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #9ba644 hue: 0.19 , saturation: 0.42 and the lightness value of 9ba644 is 0.46.

The process color (four color CMYK) of #9ba644 color hex is 0.07, 0.00, 0.59, 0.35. Web safe color of #9ba644 is #999933. Color #9ba644 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10100110 01000100
Octal 233 246 104
Decimal 155 166 68
Hex 9B A6 44

RGB Percentages of Color #9ba644

%39.85
%42.67
%17.48

CMYK Percentages of Color #9ba644

%7
%0
%59
%35

Triadic Colors of #9ba644

#9ba644 #449ba6 #a6449b

Analogous Colors of #9ba644

#9ba644 #6aa644 #a68044

Monochromatic Colors of #9ba644

#9ba644

Complementary Color

#9ba644 #4f44a6

#9ba644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba644 Color CSS Codes

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

#9ba644 Text Font Color

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

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


#9ba644 Background Color

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

This div background color is #9ba644


#9ba644 Border Color

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

This div border color is #9ba644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba644


Comments

No comments written yet.

Please login to write comment.