Shades of Bilbao #498203
Tints of Bilbao #498203
RGB
CMYK
RGB Variations
Color information
#498203 (or 0x498203) is known color: Bilbao. HEX triplet: 49, 82 and 03. RGB value is (73,130,3). Sum of RGB (Red+Green+Blue) = 73+130+3=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #498203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498203 is #B67DFC. Grayscale: #626262. Windows color (decimal): -11959805 or 229961. OLE color: 229961.
HSL color Cylindrical-coordinate representation of color #498203: hue angle of 86.93º degrees, saturation: 0.95, 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 #498203 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 3 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.49 |
| HSL | 86.93º | 0.95% | 0.26% | - |
| HSV(B) | 86.93º | 0.98% | 0.51% | - |
| XYZ | 10.75 | 17.39 | 2.88 | - |
| YUV | 98.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 3 | 0.44 | 0 | 0.98 | 0.49 | 86.93 | 0.95 | 0.26 |
| Hex | 49 | 82 | 3 | 2C | 0 | 62 | 31 | 57 | 5F | 1A |
| Octal | 111 | 202 | 3 | 54 | 0 | 142 | 61 | 127 | 137 | 32 |
| Binary | 1001001 | 10000010 | 11 | 101100 | 0 | 1100010 | 110001 | 1010111 | 1011111 | 11010 |
Color Harmonies of #498203
Complementary color
Monochromatic Colors of #498203
Black with #498203
Text Example
Text Example
White with #498203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498203; }
p { color: rgb(73,130,3); }
H1.HeaderClassName
{
color: #498203;
}
.AnyTagClassName
{
color: #498203;
}
</style>
background-color css
<style>
a { background-color: #498203; }
a { background-color: rgb(73,130,3); }
div.DivClassName
{
background-color: #498203;
}
.BgClassName
{
background-color: #498203;
}
</style>
border-color css
<style>
span { border-color: #498203; }
span { border-color: rgb(73,130,3); }
td.TdClassName
{
border-color: #498203;
}
.TagClassName
{
border-color: #498203;
}
</style>