Shades of Bilbao #498211
Tints of Bilbao #498211
RGB
CMYK
RGB Variations
Color information
#498211 (or 0x498211) is known color: Bilbao. HEX triplet: 49, 82 and 11. RGB value is (73,130,17). Sum of RGB (Red+Green+Blue) = 73+130+17=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #498211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498211 is #B67DEE. Grayscale: #646464. Windows color (decimal): -11959791 or 1147465. OLE color: 1147465.
HSL color Cylindrical-coordinate representation of color #498211: hue angle of 90.27º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #498211 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 17 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.49 |
| HSL | 90.27º | 0.77% | 0.29% | - |
| HSV(B) | 90.27º | 0.87% | 0.51% | - |
| XYZ | 10.83 | 17.42 | 3.32 | - |
| YUV | 100.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 17 | 0.44 | 0 | 0.87 | 0.49 | 90.27 | 0.77 | 0.29 |
| Hex | 49 | 82 | 11 | 2C | 0 | 57 | 31 | 5A | 4D | 1D |
| Octal | 111 | 202 | 21 | 54 | 0 | 127 | 61 | 132 | 115 | 35 |
| Binary | 1001001 | 10000010 | 10001 | 101100 | 0 | 1010111 | 110001 | 1011010 | 1001101 | 11101 |
Color Harmonies of #498211
Complementary color
Monochromatic Colors of #498211
Black with #498211
Text Example
Text Example
White with #498211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498211; }
p { color: rgb(73,130,17); }
H1.HeaderClassName
{
color: #498211;
}
.AnyTagClassName
{
color: #498211;
}
</style>
background-color css
<style>
a { background-color: #498211; }
a { background-color: rgb(73,130,17); }
div.DivClassName
{
background-color: #498211;
}
.BgClassName
{
background-color: #498211;
}
</style>
border-color css
<style>
span { border-color: #498211; }
span { border-color: rgb(73,130,17); }
td.TdClassName
{
border-color: #498211;
}
.TagClassName
{
border-color: #498211;
}
</style>