Color Hex Logo

#9ba82e Color Hex

#9BA82E
(155,168,46)
0 Favorites   0 Comments

Color spaces of #9ba82e

RGB 15516846
HSL0.180.570.42
HSV66°73°66°
CMYK 0.080.000.73   0.34
XYZ28.013335.17117.8970
Yxy35.17110.39410.4948
Hunter Lab59.3052-19.468233.6187
CIE-Lab65.8817-20.192957.7693

#9ba82e color RGB value is (155,168,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101000 00101110
Octal 233 250 56
Decimal 155 168 46
Hex 9B A8 2E

RGB Percentages of Color #9ba82e

%42.01
%45.53
%12.47

CMYK Percentages of Color #9ba82e

%8
%0
%73
%34

Triadic Colors of #9ba82e

#9ba82e #2e9ba8 #a82e9b

Analogous Colors of #9ba82e

#9ba82e #5ea82e #a8782e

Monochromatic Colors of #9ba82e

#9ba82e

Complementary Color

#9ba82e #3b2ea8

#9ba82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ba82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ba82e Color CSS Codes

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

#9ba82e Text Font Color

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

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


#9ba82e Background Color

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

This div background color is #9ba82e


#9ba82e Border Color

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

This div border color is #9ba82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ba82e


Comments

No comments written yet.

Please login to write comment.