Shades of Bilbao #488109
Tints of Bilbao #488109
RGB
CMYK
RGB Variations
Color information
#488109 (or 0x488109) is known color: Bilbao. HEX triplet: 48, 81 and 09. RGB value is (72,129,9). Sum of RGB (Red+Green+Blue) = 72+129+9=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #488109 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488109 is #B77EF6. Grayscale: #626262. Windows color (decimal): -12025591 or 622920. OLE color: 622920.
HSL color Cylindrical-coordinate representation of color #488109: hue angle of 88.5º 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 #488109 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 129 | 9 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.49 |
| HSL | 88.5º | 0.87% | 0.27% | - |
| HSV(B) | 88.5º | 0.93% | 0.51% | - |
| XYZ | 10.57 | 17.1 | 3 | - |
| YUV | 98.28 | 77.62 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 9 | 0.44 | 0 | 0.93 | 0.49 | 88.5 | 0.87 | 0.27 |
| Hex | 48 | 81 | 9 | 2C | 0 | 5D | 31 | 58 | 57 | 1B |
| Octal | 110 | 201 | 11 | 54 | 0 | 135 | 61 | 130 | 127 | 33 |
| Binary | 1001000 | 10000001 | 1001 | 101100 | 0 | 1011101 | 110001 | 1011000 | 1010111 | 11011 |
Color Harmonies of #488109
Complementary color
Monochromatic Colors of #488109
Black with #488109
Text Example
Text Example
White with #488109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488109; }
p { color: rgb(72,129,9); }
H1.HeaderClassName
{
color: #488109;
}
.AnyTagClassName
{
color: #488109;
}
</style>
background-color css
<style>
a { background-color: #488109; }
a { background-color: rgb(72,129,9); }
div.DivClassName
{
background-color: #488109;
}
.BgClassName
{
background-color: #488109;
}
</style>
border-color css
<style>
span { border-color: #488109; }
span { border-color: rgb(72,129,9); }
td.TdClassName
{
border-color: #488109;
}
.TagClassName
{
border-color: #488109;
}
</style>