#80B316

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

Shades of Lima #80B316

Tints of Lima #80B316

Color information

#80B316 (or 0x80B316) is unknown color: approx Lima. HEX triplet: 80, B3 and 16. RGB value is (128,179,22). Sum of RGB (Red+Green+Blue) = 128+179+22=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #80B316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B316 is #7F4CE9. Grayscale: #929292. Windows color (decimal): -8342762 or 1487744. OLE color: 1487744.

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

Color convert

RGB12817922-
CMYK0.2800.880.30
HSL79.49º78.11%39.41%-
HSV(B)79.49º87.71%70.2%-
XYZ25.1736.896.55-
YUV145.8558.1115.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 179 (70.31% from 255) = 54.41%
BLUE value IS 22 (8.98% from 255) = 6.69%
R=38.91%
G=54.41%
B=6.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128179220.2800.880.3079.4978.1139.41
Hex80B3161C0581E4f4e27
Octal200263263401303611711647
Binary10000000101100111011011100010110001111010011111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,179,22); }

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

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

 a { background-color: rgb(128,179,22); }

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

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

 span { border-color: rgb(128,179,22); }

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