Color Hex Logo

#9cb19c Color Hex

#9CB19C
(156,177,156)
0 Favorites   0 Comments

Color spaces of #9cb19c

RGB 156177156
HSL0.330.120.65
HSV120°12°69°
CMYK 0.120.000.12   0.31
XYZ35.433240.912537.4819
Yxy40.91250.31130.3594
Hunter Lab63.9629-13.052310.0304
CIE-Lab70.1146-11.32878.3049

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

#9cb19c hex color red value is 156, green value is 177 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #9cb19c hue: 0.33 , saturation: 0.12 and the lightness value of 9cb19c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110001 10011100
Octal 234 261 234
Decimal 156 177 156
Hex 9C B1 9C

RGB Percentages of Color #9cb19c

%31.90
%36.20
%31.90

CMYK Percentages of Color #9cb19c

%12
%0
%12
%31

Triadic Colors of #9cb19c

#9cb19c #9c9cb1 #b19c9c

Analogous Colors of #9cb19c

#9cb19c #9cb1a7 #a7b19c

Monochromatic Colors of #9cb19c

#9cb19c

Complementary Color

#9cb19c #b19cb1

#9cb19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb19c Color CSS Codes

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

#9cb19c Text Font Color

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

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


#9cb19c Background Color

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

This div background color is #9cb19c


#9cb19c Border Color

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

This div border color is #9cb19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb19c


Comments

No comments written yet.

Please login to write comment.