#80B010

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

Shades of Lima #80B010

Tints of Lima #80B010

Color information

#80B010 (or 0x80B010) is unknown color: approx Lima. HEX triplet: 80, B0 and 10. RGB value is (128,176,16). Sum of RGB (Red+Green+Blue) = 128+176+16=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #80B010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B010 is #7F4FEF. Grayscale: #8F8F8F. Windows color (decimal): -8343536 or 1093760. OLE color: 1093760.

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

Color convert

RGB12817616-
CMYK0.2700.910.31
HSL78º83.33%37.65%-
HSV(B)78º90.91%69.02%-
XYZ24.5235.686.08-
YUV143.4156.1117.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40%
GREEN value IS 176 (69.14% from 255) = 55%
BLUE value IS 16 (6.64% from 255) = 5%
R=40%
G=55%
B=5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128176160.2700.910.317883.3337.65
Hex80B0101B05B1F4e5326
Octal200260203301333711612346
Binary10000000101100001000011011010110111111110011101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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