color codes Logo

#96b35e color codes

#96B35E
(150,179,94)
0 Favorites   0 Comments

Color spaces of #96b35e

RGB 15017994
HSL0.220.360.54
HSV80°47°70°
CMYK 0.160.000.47   0.30
XYZ30.718239.532416.6012
Yxy39.53240.35370.4552
Hunter Lab62.8748-22.822728.3577
CIE-Lab69.1352-23.834339.9392

#96b35e color RGB value is (150,179,94).

#96b35e hex color red value is 150, green value is 179 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #96b35e hue: 0.22 , saturation: 0.36 and the lightness value of 96b35e is 0.54.

The process color (four color CMYK) of #96b35e color code is 0.16, 0.00, 0.47, 0.30. Web safe color of #96b35e is #99cc66. Color #96b35e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10110011 01011110
Octal 226 263 136
Decimal 150 179 94
Hex 96 B3 5E

RGB Percentages of Color #96b35e

%35.46
%42.32
%22.22

CMYK Percentages of Color #96b35e

%16
%0
%47
%30

Triadic Colors of #96b35e

#96b35e #5e96b3 #b35e96

Analogous Colors of #96b35e

#96b35e #6cb35e #b3a65e

Monochromatic Colors of #96b35e

#96b35e

Complementary Color

#96b35e #7b5eb3

#96b35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96b35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96b35e Color CSS Codes

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

#96b35e Text Font Color

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

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


#96b35e Background Color

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

This div background color is #96b35e


#96b35e Border Color

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

This div border color is #96b35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96b35e


Comments

No comments written yet.

Please login to write comment.