Color Hex Logo

#96b54c Color Hex

#96B54C
(150,181,76)
0 Favorites   0 Comments

Color spaces of #96b54c

RGB 15018176
HSL0.220.420.50
HSV78°58°71°
CMYK 0.170.000.58   0.29
XYZ30.406140.053612.9660
Yxy40.05360.36450.4801
Hunter Lab63.2879-24.995232.1546
CIE-Lab69.5077-26.606049.0308

#96b54c color RGB value is (150,181,76).

#96b54c hex color red value is 150, green value is 181 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #96b54c hue: 0.22 , saturation: 0.42 and the lightness value of 96b54c is 0.50.

The process color (four color CMYK) of #96b54c color hex is 0.17, 0.00, 0.58, 0.29. Web safe color of #96b54c is #99cc33. Color #96b54c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10110101 01001100
Octal 226 265 114
Decimal 150 181 76
Hex 96 B5 4C

RGB Percentages of Color #96b54c

%36.86
%44.47
%18.67

CMYK Percentages of Color #96b54c

%17
%0
%58
%29

Triadic Colors of #96b54c

#96b54c #4c96b5 #b54c96

Analogous Colors of #96b54c

#96b54c #62b54c #b5a04c

Monochromatic Colors of #96b54c

#96b54c

Complementary Color

#96b54c #6b4cb5

#96b54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96b54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96b54c Color CSS Codes

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

#96b54c Text Font Color

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

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


#96b54c Background Color

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

This div background color is #96b54c


#96b54c Border Color

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

This div border color is #96b54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96b54c


Comments

No comments written yet.

Please login to write comment.