#80B526

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

Shades of Lima #80B526

Tints of Lima #80B526

Color information

#80B526 (or 0x80B526) is unknown color: approx Lima. HEX triplet: 80, B5 and 26. RGB value is (128,181,38). Sum of RGB (Red+Green+Blue) = 128+181+38=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #80B526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B526 is #7F4AD9. Grayscale: #959595. Windows color (decimal): -8342234 or 2536832. OLE color: 2536832.

HSL color Cylindrical-coordinate representation of color #80B526: hue angle of 82.24º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80B526 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB12818138-
CMYK0.2900.790.29
HSL82.24º65.3%42.94%-
HSV(B)82.24º79.01%70.98%-
XYZ25.7837.787.77-
YUV148.8565.44113.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 181 (71.09% from 255) = 52.16%
BLUE value IS 38 (15.23% from 255) = 10.95%
R=36.89%
G=52.16%
B=10.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128181380.2900.790.2982.2465.342.94
Hex80B5261D04F1D52412b
Octal200265463501173512210153
Binary100000001011010110011011101010011111110110100101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,181,38); }

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

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

 a { background-color: rgb(128,181,38); }

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

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

 span { border-color: rgb(128,181,38); }

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