Color Hex Logo

#9cb16b Color Hex

#9CB16B
(156,177,107)
0 Favorites   0 Comments

Color spaces of #9cb16b

RGB 156177107
HSL0.220.310.56
HSV78°40°69°
CMYK 0.120.000.40   0.31
XYZ32.086339.573719.8573
Yxy39.57370.35060.4324
Hunter Lab62.9076-19.043725.3200
CIE-Lab69.1648-18.941833.4175

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

#9cb16b hex color red value is 156, green value is 177 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #9cb16b hue: 0.22 , saturation: 0.31 and the lightness value of 9cb16b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10110001 01101011
Octal 234 261 153
Decimal 156 177 107
Hex 9C B1 6B

RGB Percentages of Color #9cb16b

%35.45
%40.23
%24.32

CMYK Percentages of Color #9cb16b

%12
%0
%40
%31

Triadic Colors of #9cb16b

#9cb16b #6b9cb1 #b16b9c

Analogous Colors of #9cb16b

#9cb16b #79b16b #b1a36b

Monochromatic Colors of #9cb16b

#9cb16b

Complementary Color

#9cb16b #806bb1

#9cb16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cb16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cb16b Color CSS Codes

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

#9cb16b Text Font Color

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

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


#9cb16b Background Color

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

This div background color is #9cb16b


#9cb16b Border Color

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

This div border color is #9cb16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cb16b


Comments

No comments written yet.

Please login to write comment.