#80B631

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

Shades of Lima #80B631

Tints of Lima #80B631

Color information

#80B631 (or 0x80B631) is unknown color: approx Lima. HEX triplet: 80, B6 and 31. RGB value is (128,182,49). Sum of RGB (Red+Green+Blue) = 128+182+49=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #80B631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B631 is #7F49CE. Grayscale: #979797. Windows color (decimal): -8341967 or 3257984. OLE color: 3257984.

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

Color convert

RGB12818249-
CMYK0.3000.730.29
HSL84.36º57.58%45.29%-
HSV(B)84.36º73.08%71.37%-
XYZ26.1838.278.91-
YUV150.6970.61111.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 182 (71.48% from 255) = 50.70%
BLUE value IS 49 (19.53% from 255) = 13.65%
R=35.65%
G=50.70%
B=13.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128182490.3000.730.2984.3657.5845.29
Hex80B6311E0491D543a2d
Octal20026661360111351247255
Binary10000000101101101100011111001001001111011010100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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