Color Hex Logo

#96a35c Color Hex

#96A35C
(150,163,92)
0 Favorites   0 Comments

Color spaces of #96a35c

RGB 15016392
HSL0.200.280.50
HSV71°44°64°
CMYK 0.080.000.44   0.36
XYZ27.606633.451115.1269
Yxy33.45110.36240.4391
Hunter Lab57.8369-16.013424.9789
CIE-Lab64.5245-15.961235.2512

#96a35c color RGB value is (150,163,92).

#96a35c hex color red value is 150, green value is 163 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #96a35c hue: 0.20 , saturation: 0.28 and the lightness value of 96a35c is 0.50.

The process color (four color CMYK) of #96a35c color hex is 0.08, 0.00, 0.44, 0.36. Web safe color of #96a35c is #999966. Color #96a35c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10100011 01011100
Octal 226 243 134
Decimal 150 163 92
Hex 96 A3 5C

RGB Percentages of Color #96a35c

%37.04
%40.25
%22.72

CMYK Percentages of Color #96a35c

%8
%0
%44
%36

Triadic Colors of #96a35c

#96a35c #5c96a3 #a35c96

Analogous Colors of #96a35c

#96a35c #73a35c #a38d5c

Monochromatic Colors of #96a35c

#96a35c

Complementary Color

#96a35c #695ca3

#96a35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96a35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96a35c Color CSS Codes

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

#96a35c Text Font Color

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

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


#96a35c Background Color

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

This div background color is #96a35c


#96a35c Border Color

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

This div border color is #96a35c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96a35c


Comments

No comments written yet.

Please login to write comment.