Color Hex Logo

#96bc55 Color Hex

#96BC55
(150,188,85)
0 Favorites   0 Comments

Color spaces of #96bc55

RGB 15018885
HSL0.230.430.54
HSV82°55°74°
CMYK 0.200.000.55   0.26
XYZ32.200643.106315.2175
Yxy43.10630.35570.4762
Hunter Lab65.6554-27.351832.2166
CIE-Lab71.6271-29.142147.2906

#96bc55 color RGB value is (150,188,85).

#96bc55 hex color red value is 150, green value is 188 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #96bc55 hue: 0.23 , saturation: 0.43 and the lightness value of 96bc55 is 0.54.

The process color (four color CMYK) of #96bc55 color hex is 0.20, 0.00, 0.55, 0.26. Web safe color of #96bc55 is #99cc66. Color #96bc55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111100 01010101
Octal 226 274 125
Decimal 150 188 85
Hex 96 BC 55

RGB Percentages of Color #96bc55

%35.46
%44.44
%20.09

CMYK Percentages of Color #96bc55

%20
%0
%55
%26

Triadic Colors of #96bc55

#96bc55 #5596bc #bc5596

Analogous Colors of #96bc55

#96bc55 #63bc55 #bcaf55

Monochromatic Colors of #96bc55

#96bc55

Complementary Color

#96bc55 #7b55bc

#96bc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bc55 Color CSS Codes

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

#96bc55 Text Font Color

<p style="color:#96bc55">Text here</p>

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


#96bc55 Background Color

<div style="background-color:#96bc55">
Div content here</div>

This div background color is #96bc55


#96bc55 Border Color

<div style="border:3px solid #96bc55">
Div here</div>

This div border color is #96bc55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,188,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96bc55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96bc55;
  -webkit-box-shadow: 1px 1px 3px 2px #96bc55;
  box-shadow:         1px 1px 3px 2px #96bc55; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,188,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bc55


Comments

No comments written yet.

Please login to write comment.