#80B622

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

Shades of Lima #80B622

Tints of Lima #80B622

Color information

#80B622 (or 0x80B622) is unknown color: approx Lima. HEX triplet: 80, B6 and 22. RGB value is (128,182,34). Sum of RGB (Red+Green+Blue) = 128+182+34=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #80B622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B622 is #7F49DD. Grayscale: #959595. Windows color (decimal): -8341982 or 2274944. OLE color: 2274944.

HSL color Cylindrical-coordinate representation of color #80B622: hue angle of 81.89º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80B622 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB12818234-
CMYK0.3000.810.29
HSL81.89º68.52%42.35%-
HSV(B)81.89º81.32%71.37%-
XYZ25.9238.167.51-
YUV148.9863.11113.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 182 (71.48% from 255) = 52.91%
BLUE value IS 34 (13.67% from 255) = 9.88%
R=37.21%
G=52.91%
B=9.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128182340.3000.810.2981.8968.5242.35
Hex80B6221E0511D52452a
Octal200266423601213512210552
Binary100000001011011010001011110010100011110110100101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,182,34); }

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

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

 a { background-color: rgb(128,182,34); }

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

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

 span { border-color: rgb(128,182,34); }

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