Shades of Bilbao #487F12
Tints of Bilbao #487F12
RGB
CMYK
RGB Variations
Color information
#487F12 (or 0x487F12) is known color: Bilbao. HEX triplet: 48, 7F and 12. RGB value is (72,127,18). Sum of RGB (Red+Green+Blue) = 72+127+18=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #487F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487F12 is #B780ED. Grayscale: #626262. Windows color (decimal): -12026094 or 1212232. OLE color: 1212232.
HSL color Cylindrical-coordinate representation of color #487F12: hue angle of 90.28º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #487F12 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 127 | 18 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.50 |
| HSL | 90.28º | 0.75% | 0.28% | - |
| HSV(B) | 90.28º | 0.86% | 0.5% | - |
| XYZ | 10.37 | 16.6 | 3.23 | - |
| YUV | 98.13 | 82.78 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 18 | 0.43 | 0 | 0.86 | 0.50 | 90.28 | 0.75 | 0.28 |
| Hex | 48 | 7F | 12 | 2B | 0 | 56 | 32 | 5A | 4B | 1C |
| Octal | 110 | 177 | 22 | 53 | 0 | 126 | 62 | 132 | 113 | 34 |
| Binary | 1001000 | 1111111 | 10010 | 101011 | 0 | 1010110 | 110010 | 1011010 | 1001011 | 11100 |
Color Harmonies of #487F12
Complementary color
Monochromatic Colors of #487F12
Black with #487F12
Text Example
Text Example
White with #487F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F12; }
p { color: rgb(72,127,18); }
H1.HeaderClassName
{
color: #487F12;
}
.AnyTagClassName
{
color: #487F12;
}
</style>
background-color css
<style>
a { background-color: #487F12; }
a { background-color: rgb(72,127,18); }
div.DivClassName
{
background-color: #487F12;
}
.BgClassName
{
background-color: #487F12;
}
</style>
border-color css
<style>
span { border-color: #487F12; }
span { border-color: rgb(72,127,18); }
td.TdClassName
{
border-color: #487F12;
}
.TagClassName
{
border-color: #487F12;
}
</style>