Color Hex Logo

#96ba11 Color Hex

#96BA11
(150,186,17)
0 Favorites   0 Comments

Color spaces of #96ba11

RGB 15018617
HSL0.200.830.40
HSV73°91°73°
CMYK 0.190.000.91   0.27
XYZ30.237841.64236.9744
Yxy41.64230.38350.5281
Hunter Lab64.5308-29.287638.7636
CIE-Lab70.6236-32.048069.3285

#96ba11 color RGB value is (150,186,17).

#96ba11 hex color red value is 150, green value is 186 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #96ba11 hue: 0.20 , saturation: 0.83 and the lightness value of 96ba11 is 0.40.

The process color (four color CMYK) of #96ba11 color hex is 0.19, 0.00, 0.91, 0.27. Web safe color of #96ba11 is #99cc00. Color #96ba11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111010 00010001
Octal 226 272 21
Decimal 150 186 17
Hex 96 BA 11

RGB Percentages of Color #96ba11

%42.49
%52.69
%4.82

CMYK Percentages of Color #96ba11

%19
%0
%91
%27

Triadic Colors of #96ba11

#96ba11 #1196ba #ba1196

Analogous Colors of #96ba11

#96ba11 #42ba11 #ba8a11

Monochromatic Colors of #96ba11

#96ba11

Complementary Color

#96ba11 #3511ba

#96ba11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ba11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ba11 Color CSS Codes

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

#96ba11 Text Font Color

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

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


#96ba11 Background Color

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

This div background color is #96ba11


#96ba11 Border Color

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

This div border color is #96ba11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ba11


Comments

No comments written yet.

Please login to write comment.