color codes Logo

#969c20 color codes

#969C20
(150,156,32)
0 Favorites   0 Comments

Color spaces of #969c20

RGB 15015632
HSL0.170.660.37
HSV63°79°61°
CMYK 0.040.000.79   0.39
XYZ24.726930.36525.9243
Yxy30.36520.40530.4977
Hunter Lab55.1046-16.335432.1990
CIE-Lab61.9681-16.880858.6417

#969c20 color RGB value is (150,156,32).

#969c20 hex color red value is 150, green value is 156 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #969c20 hue: 0.17 , saturation: 0.66 and the lightness value of 969c20 is 0.37.

The process color (four color CMYK) of #969c20 color code is 0.04, 0.00, 0.79, 0.39. Web safe color of #969c20 is #999933. Color #969c20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011100 00100000
Octal 226 234 40
Decimal 150 156 32
Hex 96 9C 20

RGB Percentages of Color #969c20

%44.38
%46.15
%9.47

CMYK Percentages of Color #969c20

%4
%0
%79
%39

Triadic Colors of #969c20

#969c20 #20969c #9c2096

Analogous Colors of #969c20

#969c20 #589c20 #9c6420

Monochromatic Colors of #969c20

#969c20

Complementary Color

#969c20 #26209c

#969c20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969c20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969c20 Color CSS Codes

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

#969c20 Text Font Color

<p style="color:#969c20">Text here</p>

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


#969c20 Background Color

<div style="background-color:#969c20">
Div content here</div>

This div background color is #969c20


#969c20 Border Color

<div style="border:3px solid #969c20">
Div here</div>

This div border color is #969c20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,156,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #969c20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #969c20;
  -webkit-box-shadow: 1px 1px 3px 2px #969c20;
  box-shadow:         1px 1px 3px 2px #969c20; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969c20


Comments

No comments written yet.

Please login to write comment.