Color Hex Logo

#9bb19f Color Hex

#9BB19F
(155,177,159)
0 Favorites   0 Comments

Color spaces of #9bb19f

RGB 155177159
HSL0.360.120.65
HSV131°12°69°
CMYK 0.120.000.10   0.31
XYZ35.497740.916038.8275
Yxy40.91600.30800.3550
Hunter Lab63.9656-12.88138.7866
CIE-Lab70.1170-11.12116.6514

#9bb19f color RGB value is (155,177,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10110001 10011111
Octal 233 261 237
Decimal 155 177 159
Hex 9B B1 9F

RGB Percentages of Color #9bb19f

%31.57
%36.05
%32.38

CMYK Percentages of Color #9bb19f

%12
%0
%10
%31

Triadic Colors of #9bb19f

#9bb19f #9f9bb1 #b19f9b

Analogous Colors of #9bb19f

#9bb19f #9bb1aa #a2b19b

Monochromatic Colors of #9bb19f

#9bb19f

Complementary Color

#9bb19f #b19bad

#9bb19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bb19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bb19f Color CSS Codes

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

#9bb19f Text Font Color

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

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


#9bb19f Background Color

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

This div background color is #9bb19f


#9bb19f Border Color

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

This div border color is #9bb19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bb19f


Comments

No comments written yet.

Please login to write comment.