Shades of Bilbao #498002
Tints of Bilbao #498002
RGB
CMYK
RGB Variations
Color information
#498002 (or 0x498002) is known color: Bilbao. HEX triplet: 49, 80 and 02. RGB value is (73,128,2). Sum of RGB (Red+Green+Blue) = 73+128+2=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #498002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498002 is #B67FFD. Grayscale: #616161. Windows color (decimal): -11960318 or 163913. OLE color: 163913.
HSL color Cylindrical-coordinate representation of color #498002: hue angle of 86.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #498002 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 128 | 2 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.50 |
| HSL | 86.19º | 0.97% | 0.25% | - |
| HSV(B) | 86.19º | 0.98% | 0.5% | - |
| XYZ | 10.48 | 16.86 | 2.76 | - |
| YUV | 97.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 2 | 0.43 | 0 | 0.98 | 0.50 | 86.19 | 0.97 | 0.25 |
| Hex | 49 | 80 | 2 | 2B | 0 | 62 | 32 | 56 | 61 | 19 |
| Octal | 111 | 200 | 2 | 53 | 0 | 142 | 62 | 126 | 141 | 31 |
| Binary | 1001001 | 10000000 | 10 | 101011 | 0 | 1100010 | 110010 | 1010110 | 1100001 | 11001 |
Color Harmonies of #498002
Complementary color
Monochromatic Colors of #498002
Black with #498002
Text Example
Text Example
White with #498002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498002; }
p { color: rgb(73,128,2); }
H1.HeaderClassName
{
color: #498002;
}
.AnyTagClassName
{
color: #498002;
}
</style>
background-color css
<style>
a { background-color: #498002; }
a { background-color: rgb(73,128,2); }
div.DivClassName
{
background-color: #498002;
}
.BgClassName
{
background-color: #498002;
}
</style>
border-color css
<style>
span { border-color: #498002; }
span { border-color: rgb(73,128,2); }
td.TdClassName
{
border-color: #498002;
}
.TagClassName
{
border-color: #498002;
}
</style>