Color Hex Logo

#9bb16d Color Hex

#9BB16D
(155,177,109)
0 Favorites   0 Comments

Color spaces of #9bb16d

RGB 155177109
HSL0.220.300.56
HSV79°38°69°
CMYK 0.120.000.38   0.31
XYZ32.000039.517020.4090
Yxy39.51700.34810.4299
Hunter Lab62.8625-19.144524.7547
CIE-Lab69.1241-19.078932.3066

#9bb16d color RGB value is (155,177,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10110001 01101101
Octal 233 261 155
Decimal 155 177 109
Hex 9B B1 6D

RGB Percentages of Color #9bb16d

%35.15
%40.14
%24.72

CMYK Percentages of Color #9bb16d

%12
%0
%38
%31

Triadic Colors of #9bb16d

#9bb16d #6d9bb1 #b16d9b

Analogous Colors of #9bb16d

#9bb16d #79b16d #b1a56d

Monochromatic Colors of #9bb16d

#9bb16d

Complementary Color

#9bb16d #836db1

#9bb16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bb16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bb16d Color CSS Codes

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

#9bb16d Text Font Color

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

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


#9bb16d Background Color

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

This div background color is #9bb16d


#9bb16d Border Color

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

This div border color is #9bb16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bb16d


Comments

No comments written yet.

Please login to write comment.