Color Hex Logo

#196500 Color Hex

#196500
(25,101,0)
0 Favorites   0 Comments

Color spaces of #196500

RGB 251010
HSL0.291.000.20
HSV105°100°40°
CMYK 0.750.001.00   0.60
XYZ5.05469.51401.5700
Yxy9.51400.31320.5895
Hunter Lab30.8448-24.727218.5735
CIE-Lab36.9557-40.230542.6237

#196500 color RGB value is (25,101,0).

#196500 hex color red value is 25, green value is 101 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #196500 hue: 0.29 , saturation: 1.00 and the lightness value of 196500 is 0.20.

The process color (four color CMYK) of #196500 color hex is 0.75, 0.00, 1.00, 0.60. Web safe color of #196500 is #006600. Color #196500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100101 00000000
Octal 31 145 0
Decimal 25 101 0
Hex 19 65 0

RGB Percentages of Color #196500

%19.84
%80.16
%0.00

CMYK Percentages of Color #196500

%75
%0
%100
%60

Triadic Colors of #196500

#196500 #001965 #650019

Analogous Colors of #196500

#196500 #006519 #4c6500

Monochromatic Colors of #196500

#196500

Complementary Color

#196500 #4c0065

#196500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196500 Color CSS Codes

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

#196500 Text Font Color

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

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


#196500 Background Color

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

This div background color is #196500


#196500 Border Color

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

This div border color is #196500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,101,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #196500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #196500;
  -webkit-box-shadow: 1px 1px 3px 2px #196500;
  box-shadow:         1px 1px 3px 2px #196500; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,101,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196500


Comments

No comments written yet.

Please login to write comment.