Color Hex Logo

#9cb139 Color Hex

#9CB139
(156,177,57)
0 Favorites   0 Comments

Color spaces of #9cb139

RGB 15617757
HSL0.200.510.46
HSV71°68°69°
CMYK 0.120.000.68   0.31
XYZ30.171038.80769.7713
Yxy38.80760.38310.4928
Hunter Lab62.2957-22.566734.3072
CIE-Lab68.6117-23.627456.3401

#9cb139 color RGB value is (156,177,57).

#9cb139 hex color red value is 156, green value is 177 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #9cb139 hue: 0.20 , saturation: 0.51 and the lightness value of 9cb139 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110001 00111001
Octal 234 261 71
Decimal 156 177 57
Hex 9C B1 39

RGB Percentages of Color #9cb139

%40.00
%45.38
%14.62

CMYK Percentages of Color #9cb139

%12
%0
%68
%31

Triadic Colors of #9cb139

#9cb139 #399cb1 #b1399c

Analogous Colors of #9cb139

#9cb139 #60b139 #b18a39

Monochromatic Colors of #9cb139

#9cb139

Complementary Color

#9cb139 #4e39b1

#9cb139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb139 Color CSS Codes

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

#9cb139 Text Font Color

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

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


#9cb139 Background Color

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

This div background color is #9cb139


#9cb139 Border Color

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

This div border color is #9cb139


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,177,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb139


Comments

No comments written yet.

Please login to write comment.