Color Hex Logo

#96a866 Color Hex

#96A866
(150,168,102)
0 Favorites   0 Comments

Color spaces of #96a866

RGB 150168102
HSL0.210.280.53
HSV76°39°66°
CMYK 0.110.000.39   0.34
XYZ28.978635.448617.8853
Yxy35.44860.35210.4307
Hunter Lab59.5387-17.313523.8665
CIE-Lab66.0964-17.339832.0133

#96a866 color RGB value is (150,168,102).

#96a866 hex color red value is 150, green value is 168 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #96a866 hue: 0.21 , saturation: 0.28 and the lightness value of 96a866 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101000 01100110
Octal 226 250 146
Decimal 150 168 102
Hex 96 A8 66

RGB Percentages of Color #96a866

%35.71
%40.00
%24.29

CMYK Percentages of Color #96a866

%11
%0
%39
%34

Triadic Colors of #96a866

#96a866 #6696a8 #a86696

Analogous Colors of #96a866

#96a866 #75a866 #a89966

Monochromatic Colors of #96a866

#96a866

Complementary Color

#96a866 #7866a8

#96a866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96a866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96a866 Color CSS Codes

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

#96a866 Text Font Color

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

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


#96a866 Background Color

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

This div background color is #96a866


#96a866 Border Color

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

This div border color is #96a866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96a866


Comments

No comments written yet.

Please login to write comment.