Color Hex Logo

#9bc959 Color Hex

#9BC959
(155,201,89)
0 Favorites   0 Comments

Color spaces of #9bc959

RGB 15520189
HSL0.240.510.57
HSV85°56°79°
CMYK 0.230.000.56   0.21
XYZ36.207449.463117.0902
Yxy49.46310.35230.4813
Hunter Lab70.3300-31.181934.8235
CIE-Lab75.7385-32.967850.2854

#9bc959 color RGB value is (155,201,89).

#9bc959 hex color red value is 155, green value is 201 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #9bc959 hue: 0.24 , saturation: 0.51 and the lightness value of 9bc959 is 0.57.

The process color (four color CMYK) of #9bc959 color hex is 0.23, 0.00, 0.56, 0.21. Web safe color of #9bc959 is #99cc66. Color #9bc959 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001001 01011001
Octal 233 311 131
Decimal 155 201 89
Hex 9B C9 59

RGB Percentages of Color #9bc959

%34.83
%45.17
%20.00

CMYK Percentages of Color #9bc959

%23
%0
%56
%21

Triadic Colors of #9bc959

#9bc959 #599bc9 #c9599b

Analogous Colors of #9bc959

#9bc959 #63c959 #c9bf59

Monochromatic Colors of #9bc959

#9bc959

Complementary Color

#9bc959 #8759c9

#9bc959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc959 Color CSS Codes

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

#9bc959 Text Font Color

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

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


#9bc959 Background Color

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

This div background color is #9bc959


#9bc959 Border Color

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

This div border color is #9bc959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc959


Comments

No comments written yet.

Please login to write comment.