Color Hex Logo

#9cbc5e Color Hex

#9CBC5E
(156,188,94)
0 Favorites   0 Comments

Color spaces of #9cbc5e

RGB 15618894
HSL0.220.410.55
HSV80°50°74°
CMYK 0.170.000.50   0.26
XYZ33.713943.842517.2752
Yxy43.84250.35550.4623
Hunter Lab66.2137-24.987430.8808
CIE-Lab72.1231-25.903243.6640

#9cbc5e color RGB value is (156,188,94).

#9cbc5e hex color red value is 156, green value is 188 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9cbc5e hue: 0.22 , saturation: 0.41 and the lightness value of 9cbc5e is 0.55.

The process color (four color CMYK) of #9cbc5e color hex is 0.17, 0.00, 0.50, 0.26. Web safe color of #9cbc5e is #99cc66. Color #9cbc5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111100 01011110
Octal 234 274 136
Decimal 156 188 94
Hex 9C BC 5E

RGB Percentages of Color #9cbc5e

%35.62
%42.92
%21.46

CMYK Percentages of Color #9cbc5e

%17
%0
%50
%26

Triadic Colors of #9cbc5e

#9cbc5e #5e9cbc #bc5e9c

Analogous Colors of #9cbc5e

#9cbc5e #6dbc5e #bcad5e

Monochromatic Colors of #9cbc5e

#9cbc5e

Complementary Color

#9cbc5e #7e5ebc

#9cbc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbc5e Color CSS Codes

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

#9cbc5e Text Font Color

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

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


#9cbc5e Background Color

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

This div background color is #9cbc5e


#9cbc5e Border Color

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

This div border color is #9cbc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbc5e


Comments

No comments written yet.

Please login to write comment.