Color Hex Logo

#9ba943 Color Hex

#9BA943
(155,169,67)
0 Favorites   0 Comments

Color spaces of #9ba943

RGB 15516967
HSL0.190.430.46
HSV68°60°66°
CMYK 0.080.000.60   0.34
XYZ28.718735.749710.6969
Yxy35.74970.38210.4756
Hunter Lab59.7911-18.897631.2465
CIE-Lab66.3282-19.347949.6606

#9ba943 color RGB value is (155,169,67).

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

The process color (four color CMYK) of #9ba943 color hex is 0.08, 0.00, 0.60, 0.34. Web safe color of #9ba943 is #999933. Color #9ba943 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101001 01000011
Octal 233 251 103
Decimal 155 169 67
Hex 9B A9 43

RGB Percentages of Color #9ba943

%39.64
%43.22
%17.14

CMYK Percentages of Color #9ba943

%8
%0
%60
%34

Triadic Colors of #9ba943

#9ba943 #439ba9 #a9439b

Analogous Colors of #9ba943

#9ba943 #68a943 #a98443

Monochromatic Colors of #9ba943

#9ba943

Complementary Color

#9ba943 #5143a9

#9ba943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba943 Color CSS Codes

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

#9ba943 Text Font Color

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

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


#9ba943 Background Color

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

This div background color is #9ba943


#9ba943 Border Color

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

This div border color is #9ba943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba943


Comments

No comments written yet.

Please login to write comment.