Color Hex Logo

#99a520 Color Hex

#99A520
(153,165,32)
0 Favorites   0 Comments

Color spaces of #99a520

RGB 15316532
HSL0.180.680.39
HSV65°81°65°
CMYK 0.070.000.81   0.35
XYZ26.852733.78696.4727
Yxy33.78690.40010.5034
Hunter Lab58.1265-19.259734.0863
CIE-Lab64.7931-20.160961.2426

#99a520 color RGB value is (153,165,32).

#99a520 hex color red value is 153, green value is 165 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #99a520 hue: 0.18 , saturation: 0.68 and the lightness value of 99a520 is 0.39.

The process color (four color CMYK) of #99a520 color hex is 0.07, 0.00, 0.81, 0.35. Web safe color of #99a520 is #999933. Color #99a520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10100101 00100000
Octal 231 245 40
Decimal 153 165 32
Hex 99 A5 20

RGB Percentages of Color #99a520

%43.71
%47.14
%9.14

CMYK Percentages of Color #99a520

%7
%0
%81
%35

Triadic Colors of #99a520

#99a520 #2099a5 #a52099

Analogous Colors of #99a520

#99a520 #57a520 #a56f20

Monochromatic Colors of #99a520

#99a520

Complementary Color

#99a520 #2c20a5

#99a520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99a520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99a520 Color CSS Codes

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

#99a520 Text Font Color

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

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


#99a520 Background Color

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

This div background color is #99a520


#99a520 Border Color

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

This div border color is #99a520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99a520


Comments

No comments written yet.

Please login to write comment.