Color Hex Logo

#9cb388 Color Hex

#9CB388
(156,179,136)
0 Favorites   0 Comments

Color spaces of #9cb388

RGB 156179136
HSL0.260.220.62
HSV92°24°70°
CMYK 0.130.000.24   0.30
XYZ34.274341.085729.4164
Yxy41.08570.32710.3921
Hunter Lab64.0981-16.724917.6589
CIE-Lab70.2359-15.818519.3902

#9cb388 color RGB value is (156,179,136).

#9cb388 hex color red value is 156, green value is 179 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #9cb388 hue: 0.26 , saturation: 0.22 and the lightness value of 9cb388 is 0.62.

The process color (four color CMYK) of #9cb388 color hex is 0.13, 0.00, 0.24, 0.30. Web safe color of #9cb388 is #99cc99. Color #9cb388 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110011 10001000
Octal 234 263 210
Decimal 156 179 136
Hex 9C B3 88

RGB Percentages of Color #9cb388

%33.12
%38.00
%28.87

CMYK Percentages of Color #9cb388

%13
%0
%24
%30

Triadic Colors of #9cb388

#9cb388 #889cb3 #b3889c

Analogous Colors of #9cb388

#9cb388 #88b38a #b2b388

Monochromatic Colors of #9cb388

#9cb388

Complementary Color

#9cb388 #9f88b3

#9cb388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb388 Color CSS Codes

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

#9cb388 Text Font Color

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

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


#9cb388 Background Color

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

This div background color is #9cb388


#9cb388 Border Color

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

This div border color is #9cb388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb388


Comments

No comments written yet.

Please login to write comment.