#80B009

Color #80B009 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80B009

Tints of Lima #80B009

Color information

#80B009 (or 0x80B009) is unknown color: approx Lima. HEX triplet: 80, B0 and 09. RGB value is (128,176,9). Sum of RGB (Red+Green+Blue) = 128+176+9=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #80B009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B009 is #7F4FF6. Grayscale: #8F8F8F. Windows color (decimal): -8343543 or 635008. OLE color: 635008.

HSL color Cylindrical-coordinate representation of color #80B009: hue angle of 77.25º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80B009 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1281769-
CMYK0.2700.950.31
HSL77.25º90.27%36.27%-
HSV(B)77.25º94.89%69.02%-
XYZ24.4835.665.85-
YUV142.6152.6117.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 176 (69.14% from 255) = 56.23%
BLUE value IS 9 (3.91% from 255) = 2.88%
R=40.89%
G=56.23%
B=2.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12817690.2700.950.3177.2590.2736.27
Hex80B091B05F1F4d5a24
Octal200260113301373711513244
Binary1000000010110000100111011010111111111110011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80B009; }

 p { color: rgb(128,176,9); }

 H1.HeaderClassName
 {
   color: #80B009;
 }
 .AnyTagClassName
 {
   color: #80B009;
 }
</style>
background-color css

<style>
 a { background-color: #80B009; }

 a { background-color: rgb(128,176,9); }

 div.DivClassName
 {
   background-color: #80B009;
 }
 .BgClassName
 {
   background-color: #80B009;
 }
</style>
border-color css

<style>
 span { border-color: #80B009; }

 span { border-color: rgb(128,176,9); }

 td.TdClassName
 {
   border-color: #80B009;
 }
 .TagClassName
 {
   border-color: #80B009;
 }
</style>