Shades of Bilbao #498209
Tints of Bilbao #498209
RGB
CMYK
RGB Variations
Color information
#498209 (or 0x498209) is known color: Bilbao. HEX triplet: 49, 82 and 09. RGB value is (73,130,9). Sum of RGB (Red+Green+Blue) = 73+130+9=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #498209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498209 is #B67DF6. Grayscale: #636363. Windows color (decimal): -11959799 or 623177. OLE color: 623177.
HSL color Cylindrical-coordinate representation of color #498209: hue angle of 88.26º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #498209 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 9 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.49 |
| HSL | 88.26º | 0.87% | 0.27% | - |
| HSV(B) | 88.26º | 0.93% | 0.51% | - |
| XYZ | 10.78 | 17.4 | 3.05 | - |
| YUV | 99.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 9 | 0.44 | 0 | 0.93 | 0.49 | 88.26 | 0.87 | 0.27 |
| Hex | 49 | 82 | 9 | 2C | 0 | 5D | 31 | 58 | 57 | 1B |
| Octal | 111 | 202 | 11 | 54 | 0 | 135 | 61 | 130 | 127 | 33 |
| Binary | 1001001 | 10000010 | 1001 | 101100 | 0 | 1011101 | 110001 | 1011000 | 1010111 | 11011 |
Color Harmonies of #498209
Complementary color
Monochromatic Colors of #498209
Black with #498209
Text Example
Text Example
White with #498209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498209; }
p { color: rgb(73,130,9); }
H1.HeaderClassName
{
color: #498209;
}
.AnyTagClassName
{
color: #498209;
}
</style>
background-color css
<style>
a { background-color: #498209; }
a { background-color: rgb(73,130,9); }
div.DivClassName
{
background-color: #498209;
}
.BgClassName
{
background-color: #498209;
}
</style>
border-color css
<style>
span { border-color: #498209; }
span { border-color: rgb(73,130,9); }
td.TdClassName
{
border-color: #498209;
}
.TagClassName
{
border-color: #498209;
}
</style>