Color Hex Logo

#9bcc65 Color Hex

#9BCC65
(155,204,101)
1 Favorites   0 Comments

Color spaces of #9bcc65

RGB 155204101
HSL0.250.500.60
HSV89°50°80°
CMYK 0.240.000.50   0.20
XYZ37.459451.093920.1997
Yxy51.09390.34440.4698
Hunter Lab71.4800-31.546333.2811
CIE-Lab76.7359-33.136245.8229

#9bcc65 color RGB value is (155,204,101).

#9bcc65 hex color red value is 155, green value is 204 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #9bcc65 hue: 0.25 , saturation: 0.50 and the lightness value of 9bcc65 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001100 01100101
Octal 233 314 145
Decimal 155 204 101
Hex 9B CC 65

RGB Percentages of Color #9bcc65

%33.70
%44.35
%21.96

CMYK Percentages of Color #9bcc65

%24
%0
%50
%20

Triadic Colors of #9bcc65

#9bcc65 #659bcc #cc659b

Analogous Colors of #9bcc65

#9bcc65 #68cc65 #ccca65

Monochromatic Colors of #9bcc65

#9bcc65

Complementary Color

#9bcc65 #9665cc

#9bcc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcc65 Color CSS Codes

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

#9bcc65 Text Font Color

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

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


#9bcc65 Background Color

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

This div background color is #9bcc65


#9bcc65 Border Color

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

This div border color is #9bcc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcc65


Comments

No comments written yet.

Please login to write comment.