Color Hex Logo

#9bab2e Color Hex

#9BAB2E
(155,171,46)
0 Favorites   0 Comments

Color spaces of #9bab2e

RGB 15517146
HSL0.190.580.43
HSV68°73°67°
CMYK 0.090.000.73   0.33
XYZ28.573636.29168.0838
Yxy36.29160.39170.4975
Hunter Lab60.2425-20.760134.2138
CIE-Lab66.7421-21.698058.6003

#9bab2e color RGB value is (155,171,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101011 00101110
Octal 233 253 56
Decimal 155 171 46
Hex 9B AB 2E

RGB Percentages of Color #9bab2e

%41.67
%45.97
%12.37

CMYK Percentages of Color #9bab2e

%9
%0
%73
%33

Triadic Colors of #9bab2e

#9bab2e #2e9bab #ab2e9b

Analogous Colors of #9bab2e

#9bab2e #5dab2e #ab7d2e

Monochromatic Colors of #9bab2e

#9bab2e

Complementary Color

#9bab2e #3e2eab

#9bab2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bab2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bab2e Color CSS Codes

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

#9bab2e Text Font Color

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

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


#9bab2e Background Color

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

This div background color is #9bab2e


#9bab2e Border Color

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

This div border color is #9bab2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,171,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 #9bab2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bab2e


Comments

No comments written yet.

Please login to write comment.