Shades of Bilbao #498212
Tints of Bilbao #498212
RGB
CMYK
RGB Variations
Color information
#498212 (or 0x498212) is known color: Bilbao. HEX triplet: 49, 82 and 12. RGB value is (73,130,18). Sum of RGB (Red+Green+Blue) = 73+130+18=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #498212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498212 is #B67DED. Grayscale: #646464. Windows color (decimal): -11959790 or 1213001. OLE color: 1213001.
HSL color Cylindrical-coordinate representation of color #498212: hue angle of 90.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #498212 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 18 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.49 |
| HSL | 90.54º | 0.76% | 0.29% | - |
| HSV(B) | 90.54º | 0.86% | 0.51% | - |
| XYZ | 10.84 | 17.43 | 3.36 | - |
| YUV | 100.19 | 81.62 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 18 | 0.44 | 0 | 0.86 | 0.49 | 90.54 | 0.76 | 0.29 |
| Hex | 49 | 82 | 12 | 2C | 0 | 56 | 31 | 5B | 4C | 1D |
| Octal | 111 | 202 | 22 | 54 | 0 | 126 | 61 | 133 | 114 | 35 |
| Binary | 1001001 | 10000010 | 10010 | 101100 | 0 | 1010110 | 110001 | 1011011 | 1001100 | 11101 |
Color Harmonies of #498212
Complementary color
Monochromatic Colors of #498212
Black with #498212
Text Example
Text Example
White with #498212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498212; }
p { color: rgb(73,130,18); }
H1.HeaderClassName
{
color: #498212;
}
.AnyTagClassName
{
color: #498212;
}
</style>
background-color css
<style>
a { background-color: #498212; }
a { background-color: rgb(73,130,18); }
div.DivClassName
{
background-color: #498212;
}
.BgClassName
{
background-color: #498212;
}
</style>
border-color css
<style>
span { border-color: #498212; }
span { border-color: rgb(73,130,18); }
td.TdClassName
{
border-color: #498212;
}
.TagClassName
{
border-color: #498212;
}
</style>