Color Hex Logo

#898200 Color Hex

#898200
(137,130,0)
0 Favorites   0 Comments

Color spaces of #898200

RGB 1371300
HSL0.161.000.27
HSV57°100°54°
CMYK 0.000.051.00   0.46
XYZ18.299221.28363.1437
Yxy21.28360.42830.4981
Hunter Lab46.1342-9.932428.2537
CIE-Lab53.2585-9.813958.0552

#898200 color RGB value is (137,130,0).

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

The process color (four color CMYK) of #898200 color hex is 0.00, 0.05, 1.00, 0.46. Web safe color of #898200 is #999900. Color #898200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 00000000
Octal 211 202 0
Decimal 137 130 0
Hex 89 82 0

RGB Percentages of Color #898200

%51.31
%48.69
%0.00

CMYK Percentages of Color #898200

%0
%5
%100
%46

Triadic Colors of #898200

#898200 #008982 #820089

Analogous Colors of #898200

#898200 #4b8900 #893e00

Monochromatic Colors of #898200

#898200

Complementary Color

#898200 #000789

#898200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898200 Color CSS Codes

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

#898200 Text Font Color

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

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


#898200 Background Color

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

This div background color is #898200


#898200 Border Color

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

This div border color is #898200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898200


Comments

No comments written yet.

Please login to write comment.