Shades of Bilbao #488209
Tints of Bilbao #488209
RGB
CMYK
RGB Variations
Color information
#488209 (or 0x488209) is known color: Bilbao. HEX triplet: 48, 82 and 09. RGB value is (72,130,9). Sum of RGB (Red+Green+Blue) = 72+130+9=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #488209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488209 is #B77DF6. Grayscale: #636363. Windows color (decimal): -12025335 or 623176. OLE color: 623176.
HSL color Cylindrical-coordinate representation of color #488209: hue angle of 88.76º 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 #488209 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 130 | 9 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.49 |
| HSL | 88.76º | 0.87% | 0.27% | - |
| HSV(B) | 88.76º | 0.93% | 0.51% | - |
| XYZ | 10.7 | 17.36 | 3.05 | - |
| YUV | 98.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 9 | 0.45 | 0 | 0.93 | 0.49 | 88.76 | 0.87 | 0.27 |
| Hex | 48 | 82 | 9 | 2D | 0 | 5D | 31 | 59 | 57 | 1B |
| Octal | 110 | 202 | 11 | 55 | 0 | 135 | 61 | 131 | 127 | 33 |
| Binary | 1001000 | 10000010 | 1001 | 101101 | 0 | 1011101 | 110001 | 1011001 | 1010111 | 11011 |
Color Harmonies of #488209
Complementary color
Monochromatic Colors of #488209
Black with #488209
Text Example
Text Example
White with #488209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488209; }
p { color: rgb(72,130,9); }
H1.HeaderClassName
{
color: #488209;
}
.AnyTagClassName
{
color: #488209;
}
</style>
background-color css
<style>
a { background-color: #488209; }
a { background-color: rgb(72,130,9); }
div.DivClassName
{
background-color: #488209;
}
.BgClassName
{
background-color: #488209;
}
</style>
border-color css
<style>
span { border-color: #488209; }
span { border-color: rgb(72,130,9); }
td.TdClassName
{
border-color: #488209;
}
.TagClassName
{
border-color: #488209;
}
</style>