#80BA09

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

Shades of Lima #80BA09

Tints of Lima #80BA09

Color information

#80BA09 (or 0x80BA09) is unknown color: approx Lima. HEX triplet: 80, BA and 09. RGB value is (128,186,9). Sum of RGB (Red+Green+Blue) = 128+186+9=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BA09 is #7F45F6. Grayscale: #959595. Windows color (decimal): -8340983 or 637568. OLE color: 637568.

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

Color convert

RGB1281869-
CMYK0.3100.950.27
HSL79.66º90.77%38.24%-
HSV(B)79.66º95.16%72.94%-
XYZ26.5139.736.53-
YUV148.4849.28113.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 186 (73.05% from 255) = 57.59%
BLUE value IS 9 (3.91% from 255) = 2.79%
R=39.63%
G=57.59%
B=2.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12818690.3100.950.2779.6690.7738.24
Hex80BA91F05F1B505b26
Octal200272113701373312013346
Binary1000000010111010100111111010111111101110100001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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