Color Hex Logo

#9bc190 Color Hex

#9BC190
(155,193,144)
0 Favorites   0 Comments

Color spaces of #9bc190

RGB 155193144
HSL0.300.280.66
HSV107°25°76°
CMYK 0.200.000.25   0.24
XYZ37.621647.122133.4982
Yxy47.12210.31820.3985
Hunter Lab68.6455-22.301719.1191
CIE-Lab74.2678-21.969720.6186

#9bc190 color RGB value is (155,193,144).

#9bc190 hex color red value is 155, green value is 193 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #9bc190 hue: 0.30 , saturation: 0.28 and the lightness value of 9bc190 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000001 10010000
Octal 233 301 220
Decimal 155 193 144
Hex 9B C1 90

RGB Percentages of Color #9bc190

%31.50
%39.23
%29.27

CMYK Percentages of Color #9bc190

%20
%0
%25
%24

Triadic Colors of #9bc190

#9bc190 #909bc1 #c1909b

Analogous Colors of #9bc190

#9bc190 #90c19e #b4c190

Monochromatic Colors of #9bc190

#9bc190

Complementary Color

#9bc190 #b690c1

#9bc190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc190 Color CSS Codes

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

#9bc190 Text Font Color

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

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


#9bc190 Background Color

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

This div background color is #9bc190


#9bc190 Border Color

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

This div border color is #9bc190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc190


Comments

No comments written yet.

Please login to write comment.