Color Hex Logo

#96a96e Color Hex

#96A96E
(150,169,110)
0 Favorites   0 Comments

Color spaces of #96a96e

RGB 150169110
HSL0.220.260.55
HSV79°35°66°
CMYK 0.110.000.35   0.34
XYZ29.580135.985820.1388
Yxy35.98580.34510.4199
Hunter Lab59.9882-16.961122.0873
CIE-Lab66.5091-16.805928.3052

#96a96e color RGB value is (150,169,110).

#96a96e hex color red value is 150, green value is 169 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #96a96e hue: 0.22 , saturation: 0.26 and the lightness value of 96a96e is 0.55.

The process color (four color CMYK) of #96a96e color hex is 0.11, 0.00, 0.35, 0.34. Web safe color of #96a96e is #999966. Color #96a96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101001 01101110
Octal 226 251 156
Decimal 150 169 110
Hex 96 A9 6E

RGB Percentages of Color #96a96e

%34.97
%39.39
%25.64

CMYK Percentages of Color #96a96e

%11
%0
%35
%34

Triadic Colors of #96a96e

#96a96e #6e96a9 #a96e96

Analogous Colors of #96a96e

#96a96e #79a96e #a99f6e

Monochromatic Colors of #96a96e

#96a96e

Complementary Color

#96a96e #816ea9

#96a96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96a96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96a96e Color CSS Codes

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

#96a96e Text Font Color

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

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


#96a96e Background Color

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

This div background color is #96a96e


#96a96e Border Color

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

This div border color is #96a96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96a96e


Comments

No comments written yet.

Please login to write comment.