#80B492

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

Shades of Padua #80B492

Tints of Padua #80B492

Color information

#80B492 (or 0x80B492) is unknown color: approx Padua. HEX triplet: 80, B4 and 92. RGB value is (128,180,146). Sum of RGB (Red+Green+Blue) = 128+180+146=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #80B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B492 is #7F4B6D. Grayscale: #A0A0A0. Windows color (decimal): -8342382 or 9614464. OLE color: 9614464.

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

Color convert

RGB128180146-
CMYK0.2900.190.29
HSL140.77º25.74%60.39%-
HSV(B)140.77º28.89%70.59%-
XYZ30.4139.3133.18-
YUV160.58119.77104.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.19%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=28.19%
G=39.65%
B=32.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281801460.2900.190.29140.7725.7460.39
Hex80B4921D0131D8d1a3c
Octal20026422235023352153274
Binary10000000101101001001001011101010011111011000110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,180,146); }

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

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

 a { background-color: rgb(128,180,146); }

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

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

 span { border-color: rgb(128,180,146); }

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