Color Hex Logo

#9bcc91 Color Hex

#9BCC91
(155,204,145)
0 Favorites   0 Comments

Color spaces of #9bcc91

RGB 155204145
HSL0.310.370.68
HSV110°29°80°
CMYK 0.240.000.29   0.20
XYZ40.221352.198634.7435
Yxy52.19860.31630.4105
Hunter Lab72.2486-27.062822.0622
CIE-Lab77.3994-27.199724.3652

#9bcc91 color RGB value is (155,204,145).

#9bcc91 hex color red value is 155, green value is 204 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #9bcc91 hue: 0.31 , saturation: 0.37 and the lightness value of 9bcc91 is 0.68.

The process color (four color CMYK) of #9bcc91 color hex is 0.24, 0.00, 0.29, 0.20. Web safe color of #9bcc91 is #99cc99. Color #9bcc91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001100 10010001
Octal 233 314 221
Decimal 155 204 145
Hex 9B CC 91

RGB Percentages of Color #9bcc91

%30.75
%40.48
%28.77

CMYK Percentages of Color #9bcc91

%24
%0
%29
%20

Triadic Colors of #9bcc91

#9bcc91 #919bcc #cc919b

Analogous Colors of #9bcc91

#9bcc91 #91cca5 #b9cc91

Monochromatic Colors of #9bcc91

#9bcc91

Complementary Color

#9bcc91 #c291cc

#9bcc91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcc91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcc91 Color CSS Codes

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

#9bcc91 Text Font Color

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

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


#9bcc91 Background Color

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

This div background color is #9bcc91


#9bcc91 Border Color

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

This div border color is #9bcc91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcc91


Comments

No comments written yet.

Please login to write comment.