Color Hex Logo

#9bbf5e Color Hex

#9BBF5E
(155,191,94)
0 Favorites   0 Comments

Color spaces of #9bbf5e

RGB 15519194
HSL0.230.430.56
HSV82°51°75°
CMYK 0.190.000.51   0.25
XYZ34.168845.038317.4821
Yxy45.03830.35340.4658
Hunter Lab67.1106-26.561731.5325
CIE-Lab72.9171-27.740944.6024

#9bbf5e color RGB value is (155,191,94).

#9bbf5e hex color red value is 155, green value is 191 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9bbf5e hue: 0.23 , saturation: 0.43 and the lightness value of 9bbf5e is 0.56.

The process color (four color CMYK) of #9bbf5e color hex is 0.19, 0.00, 0.51, 0.25. Web safe color of #9bbf5e is #99cc66. Color #9bbf5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111111 01011110
Octal 233 277 136
Decimal 155 191 94
Hex 9B BF 5E

RGB Percentages of Color #9bbf5e

%35.23
%43.41
%21.36

CMYK Percentages of Color #9bbf5e

%19
%0
%51
%25

Triadic Colors of #9bbf5e

#9bbf5e #5e9bbf #bf5e9b

Analogous Colors of #9bbf5e

#9bbf5e #6bbf5e #bfb35e

Monochromatic Colors of #9bbf5e

#9bbf5e

Complementary Color

#9bbf5e #825ebf

#9bbf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbf5e Color CSS Codes

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

#9bbf5e Text Font Color

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

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


#9bbf5e Background Color

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

This div background color is #9bbf5e


#9bbf5e Border Color

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

This div border color is #9bbf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbf5e


Comments

No comments written yet.

Please login to write comment.