Shades of Bilbao #498216
Tints of Bilbao #498216
RGB
CMYK
RGB Variations
Color information
#498216 (or 0x498216) is known color: Bilbao. HEX triplet: 49, 82 and 16. RGB value is (73,130,22). Sum of RGB (Red+Green+Blue) = 73+130+22=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #498216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498216 is #B67DE9. Grayscale: #656565. Windows color (decimal): -11959786 or 1475145. OLE color: 1475145.
HSL color Cylindrical-coordinate representation of color #498216: hue angle of 91.67º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #498216 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 22 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.49 |
| HSL | 91.67º | 0.71% | 0.3% | - |
| HSV(B) | 91.67º | 0.83% | 0.51% | - |
| XYZ | 10.88 | 17.44 | 3.55 | - |
| YUV | 100.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 22 | 0.44 | 0 | 0.83 | 0.49 | 91.67 | 0.71 | 0.3 |
| Hex | 49 | 82 | 16 | 2C | 0 | 53 | 31 | 5C | 47 | 1E |
| Octal | 111 | 202 | 26 | 54 | 0 | 123 | 61 | 134 | 107 | 36 |
| Binary | 1001001 | 10000010 | 10110 | 101100 | 0 | 1010011 | 110001 | 1011100 | 1000111 | 11110 |
Color Harmonies of #498216
Complementary color
Monochromatic Colors of #498216
Black with #498216
Text Example
Text Example
White with #498216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498216; }
p { color: rgb(73,130,22); }
H1.HeaderClassName
{
color: #498216;
}
.AnyTagClassName
{
color: #498216;
}
</style>
background-color css
<style>
a { background-color: #498216; }
a { background-color: rgb(73,130,22); }
div.DivClassName
{
background-color: #498216;
}
.BgClassName
{
background-color: #498216;
}
</style>
border-color css
<style>
span { border-color: #498216; }
span { border-color: rgb(73,130,22); }
td.TdClassName
{
border-color: #498216;
}
.TagClassName
{
border-color: #498216;
}
</style>