Color Hex Logo

#809900 Color Hex

#809900
(128,153,0)
2 Favorites   0 Comments

Color spaces of #809900

RGB 1281530
HSL0.191.000.30
HSV70°100°60°
CMYK 0.160.001.00   0.40
XYZ20.293327.37174.2137
Yxy27.37170.39120.5276
Hunter Lab52.3180-22.319231.8474
CIE-Lab59.3168-25.799662.2071

#809900 color RGB value is (128,153,0).

#809900 hex color red value is 128, green value is 153 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #809900 hue: 0.19 , saturation: 1.00 and the lightness value of 809900 is 0.30.

The process color (four color CMYK) of #809900 color hex is 0.16, 0.00, 1.00, 0.40. Web safe color of #809900 is #999900. Color #809900 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011001 00000000
Octal 200 231 0
Decimal 128 153 0
Hex 80 99 0

RGB Percentages of Color #809900

%45.55
%54.45
%0.00

CMYK Percentages of Color #809900

%16
%0
%100
%40

Triadic Colors of #809900

#809900 #008099 #990080

Analogous Colors of #809900

#809900 #349900 #996600

Monochromatic Colors of #809900

#809900

Complementary Color

#809900 #190099

#809900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#809900 Color CSS Codes

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

#809900 Text Font Color

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

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


#809900 Background Color

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

This div background color is #809900


#809900 Border Color

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

This div border color is #809900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809900


Comments

No comments written yet.

Please login to write comment.