Color Hex Logo

#9bb96e Color Hex

#9BB96E
(155,185,110)
0 Favorites   0 Comments

Color spaces of #9bb96e

RGB 155185110
HSL0.230.350.58
HSV84°41°73°
CMYK 0.160.000.41   0.27
XYZ33.681042.792321.2364
Yxy42.79230.34470.4380
Hunter Lab65.4158-22.572426.5433
CIE-Lab71.4138-22.960934.7279

#9bb96e color RGB value is (155,185,110).

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

The process color (four color CMYK) of #9bb96e color hex is 0.16, 0.00, 0.41, 0.27. Web safe color of #9bb96e is #99cc66. Color #9bb96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111001 01101110
Octal 233 271 156
Decimal 155 185 110
Hex 9B B9 6E

RGB Percentages of Color #9bb96e

%34.44
%41.11
%24.44

CMYK Percentages of Color #9bb96e

%16
%0
%41
%27

Triadic Colors of #9bb96e

#9bb96e #6e9bb9 #b96e9b

Analogous Colors of #9bb96e

#9bb96e #76b96e #b9b26e

Monochromatic Colors of #9bb96e

#9bb96e

Complementary Color

#9bb96e #8c6eb9

#9bb96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bb96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bb96e Color CSS Codes

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

#9bb96e Text Font Color

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

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


#9bb96e Background Color

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

This div background color is #9bb96e


#9bb96e Border Color

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

This div border color is #9bb96e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,185,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 #9bb96e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bb96e


Comments

No comments written yet.

Please login to write comment.