Color Hex Logo

#9cb86e Color Hex

#9CB86E
(156,184,110)
0 Favorites   0 Comments

Color spaces of #9cb86e

RGB 156184110
HSL0.230.340.58
HSV83°40°72°
CMYK 0.150.000.40   0.28
XYZ33.665342.474721.1759
Yxy42.47470.34590.4365
Hunter Lab65.1726-21.846926.3563
CIE-Lab71.1970-22.081534.4644

#9cb86e color RGB value is (156,184,110).

#9cb86e hex color red value is 156, green value is 184 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #9cb86e hue: 0.23 , saturation: 0.34 and the lightness value of 9cb86e is 0.58.

The process color (four color CMYK) of #9cb86e color hex is 0.15, 0.00, 0.40, 0.28. Web safe color of #9cb86e is #99cc66. Color #9cb86e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111000 01101110
Octal 234 270 156
Decimal 156 184 110
Hex 9C B8 6E

RGB Percentages of Color #9cb86e

%34.67
%40.89
%24.44

CMYK Percentages of Color #9cb86e

%15
%0
%40
%28

Triadic Colors of #9cb86e

#9cb86e #6e9cb8 #b86e9c

Analogous Colors of #9cb86e

#9cb86e #77b86e #b8af6e

Monochromatic Colors of #9cb86e

#9cb86e

Complementary Color

#9cb86e #8a6eb8

#9cb86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb86e Color CSS Codes

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

#9cb86e Text Font Color

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

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


#9cb86e Background Color

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

This div background color is #9cb86e


#9cb86e Border Color

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

This div border color is #9cb86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb86e


Comments

No comments written yet.

Please login to write comment.