#498206

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

Shades of Bilbao #498206

Tints of Bilbao #498206

Color information

#498206 (or 0x498206) is unknown color: approx Bilbao. HEX triplet: 49, 82 and 06. RGB value is (73,130,6). Sum of RGB (Red+Green+Blue) = 73+130+6=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #498206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498206 is #B67DF9. Grayscale: #636363. Windows color (decimal): -11959802 or 426569. OLE color: 426569.

HSL color Cylindrical-coordinate representation of color #498206: hue angle of 87.58º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #498206 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB731306-
CMYK0.4400.950.49
HSL87.58º91.18%26.67%-
HSV(B)87.58º95.38%50.98%-
XYZ10.7617.392.96-
YUV98.8275.62109.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 130 (51.17% from 255) = 62.20%
BLUE value IS 6 (2.73% from 255) = 2.87%
R=34.93%
G=62.20%
B=2.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7313060.4400.950.4987.5891.1826.67
Hex498262C05F31585b1b
Octal11120265401376113013333
Binary100100110000010110101100010111111100011011000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498206; }

 p { color: rgb(73,130,6); }

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

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

 a { background-color: rgb(73,130,6); }

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

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

 span { border-color: rgb(73,130,6); }

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