Color Hex Logo

#96a33f Color Hex

#96A33F
(150,163,63)
0 Favorites   0 Comments

Color spaces of #96a33f

RGB 15016363
HSL0.190.440.44
HSV68°61°64°
CMYK 0.080.000.61   0.36
XYZ26.572133.03739.6790
Yxy33.03730.38350.4768
Hunter Lab57.4781-18.066130.2505
CIE-Lab64.1911-18.713049.0012

#96a33f color RGB value is (150,163,63).

#96a33f hex color red value is 150, green value is 163 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #96a33f hue: 0.19 , saturation: 0.44 and the lightness value of 96a33f is 0.44.

The process color (four color CMYK) of #96a33f color hex is 0.08, 0.00, 0.61, 0.36. Web safe color of #96a33f is #999933. Color #96a33f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10100011 00111111
Octal 226 243 77
Decimal 150 163 63
Hex 96 A3 3F

RGB Percentages of Color #96a33f

%39.89
%43.35
%16.76

CMYK Percentages of Color #96a33f

%8
%0
%61
%36

Triadic Colors of #96a33f

#96a33f #3f96a3 #a33f96

Analogous Colors of #96a33f

#96a33f #64a33f #a37e3f

Monochromatic Colors of #96a33f

#96a33f

Complementary Color

#96a33f #4c3fa3

#96a33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96a33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96a33f Color CSS Codes

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

#96a33f Text Font Color

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

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


#96a33f Background Color

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

This div background color is #96a33f


#96a33f Border Color

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

This div border color is #96a33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96a33f


Comments

No comments written yet.

Please login to write comment.