Color Hex Logo

#9bb12e Color Hex

#9BB12E
(155,177,46)
0 Favorites   0 Comments

Color spaces of #9bb12e

RGB 15517746
HSL0.190.590.44
HSV70°74°69°
CMYK 0.120.000.74   0.31
XYZ29.732938.61018.4702
Yxy38.61010.38710.5026
Hunter Lab62.1370-23.326635.4138
CIE-Lab68.4679-24.666660.2572

#9bb12e color RGB value is (155,177,46).

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

The process color (four color CMYK) of #9bb12e color hex is 0.12, 0.00, 0.74, 0.31. Web safe color of #9bb12e is #999933. Color #9bb12e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10110001 00101110
Octal 233 261 56
Decimal 155 177 46
Hex 9B B1 2E

RGB Percentages of Color #9bb12e

%41.01
%46.83
%12.17

CMYK Percentages of Color #9bb12e

%12
%0
%74
%31

Triadic Colors of #9bb12e

#9bb12e #2e9bb1 #b12e9b

Analogous Colors of #9bb12e

#9bb12e #5ab12e #b1862e

Monochromatic Colors of #9bb12e

#9bb12e

Complementary Color

#9bb12e #442eb1

#9bb12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bb12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bb12e Color CSS Codes

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

#9bb12e Text Font Color

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

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


#9bb12e Background Color

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

This div background color is #9bb12e


#9bb12e Border Color

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

This div border color is #9bb12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bb12e


Comments

No comments written yet.

Please login to write comment.