#80B209

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

Shades of Lima #80B209

Tints of Lima #80B209

Color information

#80B209 (or 0x80B209) is unknown color: approx Lima. HEX triplet: 80, B2 and 09. RGB value is (128,178,9). Sum of RGB (Red+Green+Blue) = 128+178+9=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 178 (69.92% from 255 or 56.51% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 178 - color contains mainly: green. Hex color #80B209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B209 is #7F4DF6. Grayscale: #909090. Windows color (decimal): -8343031 or 635520. OLE color: 635520.

HSL color Cylindrical-coordinate representation of color #80B209: hue angle of 77.75º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80B209 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB1281789-
CMYK0.2800.950.30
HSL77.75º90.37%36.67%-
HSV(B)77.75º94.94%69.8%-
XYZ24.8736.455.98-
YUV143.7851.94116.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 178 (69.92% from 255) = 56.51%
BLUE value IS 9 (3.91% from 255) = 2.86%
R=40.63%
G=56.51%
B=2.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12817890.2800.950.3077.7590.3736.67
Hex80B291C05F1E4e5a25
Octal200262113401373611613245
Binary1000000010110010100111100010111111111010011101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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