Color Hex Logo

#998020 Color Hex

#998020
(153,128,32)
0 Favorites   0 Comments

Color spaces of #998020

RGB 15312832
HSL0.130.650.36
HSV48°79°60°
CMYK 0.000.160.79   0.40
XYZ21.116822.31494.5607
Yxy22.31490.44000.4650
Hunter Lab47.2386-2.873927.3428
CIE-Lab54.3595-0.443251.8518

#998020 color RGB value is (153,128,32).

#998020 hex color red value is 153, green value is 128 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #998020 hue: 0.13 , saturation: 0.65 and the lightness value of 998020 is 0.36.

The process color (four color CMYK) of #998020 color hex is 0.00, 0.16, 0.79, 0.40. Web safe color of #998020 is #999933. Color #998020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000000 00100000
Octal 231 200 40
Decimal 153 128 32
Hex 99 80 20

RGB Percentages of Color #998020

%48.88
%40.89
%10.22

CMYK Percentages of Color #998020

%0
%16
%79
%40

Triadic Colors of #998020

#998020 #209980 #802099

Analogous Colors of #998020

#998020 #769920 #994420

Monochromatic Colors of #998020

#998020

Complementary Color

#998020 #203999

#998020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998020 Color CSS Codes

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

#998020 Text Font Color

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

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


#998020 Background Color

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

This div background color is #998020


#998020 Border Color

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

This div border color is #998020


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,128,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998020; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998020;
  -webkit-box-shadow: 1px 1px 3px 2px #998020;
  box-shadow:         1px 1px 3px 2px #998020; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998020


Comments

No comments written yet.

Please login to write comment.