#80A51F

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

Shades of Lima #80A51F

Tints of Lima #80A51F

Color information

#80A51F (or 0x80A51F) is unknown color: approx Lima. HEX triplet: 80, A5 and 1F. RGB value is (128,165,31). Sum of RGB (Red+Green+Blue) = 128+165+31=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #80A51F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A51F is #7F5AE0. Grayscale: #8B8B8B. Windows color (decimal): -8346337 or 2073984. OLE color: 2073984.

HSL color Cylindrical-coordinate representation of color #80A51F: hue angle of 76.57º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80A51F is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB12816531-
CMYK0.2200.810.35
HSL76.57º68.37%38.43%-
HSV(B)76.57º81.21%64.71%-
XYZ22.631.66.2-
YUV138.6667.24120.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 165 (64.84% from 255) = 50.93%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=39.51%
G=50.93%
B=9.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128165310.2200.810.3576.5768.3738.43
Hex80A51F16051234d4426
Octal200245372601214311510446
Binary100000001010010111111101100101000110001110011011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,165,31); }

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

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

 a { background-color: rgb(128,165,31); }

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

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

 span { border-color: rgb(128,165,31); }

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