#498202

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

Shades of Bilbao #498202

Tints of Bilbao #498202

Color information

#498202 (or 0x498202) is unknown color: approx Bilbao. HEX triplet: 49, 82 and 02. RGB value is (73,130,2). Sum of RGB (Red+Green+Blue) = 73+130+2=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #498202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498202 is #B67DFD. Grayscale: #626262. Windows color (decimal): -11959806 or 164425. OLE color: 164425.

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

Color convert

RGB731302-
CMYK0.4400.980.49
HSL86.72º96.97%25.88%-
HSV(B)86.72º98.46%50.98%-
XYZ10.7417.392.85-
YUV98.3673.62109.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 130 (51.17% from 255) = 63.41%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=35.61%
G=63.41%
B=0.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7313020.4400.980.4986.7296.9725.88
Hex498222C0623157611a
Octal11120225401426112714132
Binary10010011000001010101100011000101100011010111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498202; }

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

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

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

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

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

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

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

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