Shades of Bilbao #487C0E
Tints of Bilbao #487C0E
RGB
CMYK
RGB Variations
Color information
#487C0E (or 0x487C0E) is known color: Bilbao. HEX triplet: 48, 7C and 0E. RGB value is (72,124,14). Sum of RGB (Red+Green+Blue) = 72+124+14=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #487C0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487C0E is #B783F1. Grayscale: #606060. Windows color (decimal): -12026866 or 949320. OLE color: 949320.
HSL color Cylindrical-coordinate representation of color #487C0E: hue angle of 88.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #487C0E is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 14 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.51 |
| HSL | 88.36º | 0.8% | 0.27% | - |
| HSV(B) | 88.36º | 0.89% | 0.49% | - |
| XYZ | 9.96 | 15.82 | 2.95 | - |
| YUV | 95.91 | 81.77 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 14 | 0.42 | 0 | 0.89 | 0.51 | 88.36 | 0.8 | 0.27 |
| Hex | 48 | 7C | E | 2A | 0 | 59 | 33 | 58 | 50 | 1B |
| Octal | 110 | 174 | 16 | 52 | 0 | 131 | 63 | 130 | 120 | 33 |
| Binary | 1001000 | 1111100 | 1110 | 101010 | 0 | 1011001 | 110011 | 1011000 | 1010000 | 11011 |
Color Harmonies of #487C0E
Complementary color
Monochromatic Colors of #487C0E
Black with #487C0E
Text Example
Text Example
White with #487C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C0E; }
p { color: rgb(72,124,14); }
H1.HeaderClassName
{
color: #487C0E;
}
.AnyTagClassName
{
color: #487C0E;
}
</style>
background-color css
<style>
a { background-color: #487C0E; }
a { background-color: rgb(72,124,14); }
div.DivClassName
{
background-color: #487C0E;
}
.BgClassName
{
background-color: #487C0E;
}
</style>
border-color css
<style>
span { border-color: #487C0E; }
span { border-color: rgb(72,124,14); }
td.TdClassName
{
border-color: #487C0E;
}
.TagClassName
{
border-color: #487C0E;
}
</style>