Shades of Bilbao #487B17
Tints of Bilbao #487B17
RGB
CMYK
RGB Variations
Color information
#487B17 (or 0x487B17) is known color: Bilbao. HEX triplet: 48, 7B and 17. RGB value is (72,123,23). Sum of RGB (Red+Green+Blue) = 72+123+23=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #487B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487B17 is #B784E8. Grayscale: #606060. Windows color (decimal): -12027113 or 1538888. OLE color: 1538888.
HSL color Cylindrical-coordinate representation of color #487B17: hue angle of 90.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #487B17 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 23 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.52 |
| HSL | 90.6º | 0.68% | 0.29% | - |
| HSV(B) | 90.6º | 0.81% | 0.48% | - |
| XYZ | 9.91 | 15.61 | 3.3 | - |
| YUV | 96.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 23 | 0.41 | 0 | 0.81 | 0.52 | 90.6 | 0.68 | 0.29 |
| Hex | 48 | 7B | 17 | 29 | 0 | 51 | 34 | 5B | 44 | 1D |
| Octal | 110 | 173 | 27 | 51 | 0 | 121 | 64 | 133 | 104 | 35 |
| Binary | 1001000 | 1111011 | 10111 | 101001 | 0 | 1010001 | 110100 | 1011011 | 1000100 | 11101 |
Color Harmonies of #487B17
Complementary color
Monochromatic Colors of #487B17
Black with #487B17
Text Example
Text Example
White with #487B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B17; }
p { color: rgb(72,123,23); }
H1.HeaderClassName
{
color: #487B17;
}
.AnyTagClassName
{
color: #487B17;
}
</style>
background-color css
<style>
a { background-color: #487B17; }
a { background-color: rgb(72,123,23); }
div.DivClassName
{
background-color: #487B17;
}
.BgClassName
{
background-color: #487B17;
}
</style>
border-color css
<style>
span { border-color: #487B17; }
span { border-color: rgb(72,123,23); }
td.TdClassName
{
border-color: #487B17;
}
.TagClassName
{
border-color: #487B17;
}
</style>