Color Hex Logo

#829100 Color Hex

#829100
(130,145,0)
0 Favorites   0 Comments

Color spaces of #829100

RGB 1301450
HSL0.181.000.28
HSV66°100°57°
CMYK 0.100.001.00   0.43
XYZ19.331324.99663.8060
Yxy24.99660.40160.5193
Hunter Lab49.9966-18.476630.4842
CIE-Lab57.0721-20.923060.5931

#829100 color RGB value is (130,145,0).

#829100 hex color red value is 130, green value is 145 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #829100 hue: 0.18 , saturation: 1.00 and the lightness value of 829100 is 0.28.

The process color (four color CMYK) of #829100 color hex is 0.10, 0.00, 1.00, 0.43. Web safe color of #829100 is #999900. Color #829100 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010001 00000000
Octal 202 221 0
Decimal 130 145 0
Hex 82 91 0

RGB Percentages of Color #829100

%47.27
%52.73
%0.00

CMYK Percentages of Color #829100

%10
%0
%100
%43

Triadic Colors of #829100

#829100 #008291 #910082

Analogous Colors of #829100

#829100 #399100 #915800

Monochromatic Colors of #829100

#829100

Complementary Color

#829100 #0f0091

#829100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829100 Color CSS Codes

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

#829100 Text Font Color

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

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


#829100 Background Color

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

This div background color is #829100


#829100 Border Color

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

This div border color is #829100


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,145,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 #829100">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829100


Comments

No comments written yet.

Please login to write comment.