Shades of Bilbao #467C11
Tints of Bilbao #467C11
RGB
CMYK
RGB Variations
Color information
#467C11 (or 0x467C11) is known color: Bilbao. HEX triplet: 46, 7C and 11. RGB value is (70,124,17). Sum of RGB (Red+Green+Blue) = 70+124+17=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #467C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467C11 is #B983EE. Grayscale: #606060. Windows color (decimal): -12157935 or 1145926. OLE color: 1145926.
HSL color Cylindrical-coordinate representation of color #467C11: hue angle of 90.28º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #467C11 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 124 | 17 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.51 |
| HSL | 90.28º | 0.76% | 0.28% | - |
| HSV(B) | 90.28º | 0.86% | 0.49% | - |
| XYZ | 9.83 | 15.76 | 3.05 | - |
| YUV | 95.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 17 | 0.44 | 0 | 0.86 | 0.51 | 90.28 | 0.76 | 0.28 |
| Hex | 46 | 7C | 11 | 2C | 0 | 56 | 33 | 5A | 4C | 1C |
| Octal | 106 | 174 | 21 | 54 | 0 | 126 | 63 | 132 | 114 | 34 |
| Binary | 1000110 | 1111100 | 10001 | 101100 | 0 | 1010110 | 110011 | 1011010 | 1001100 | 11100 |
Color Harmonies of #467C11
Complementary color
Monochromatic Colors of #467C11
Black with #467C11
Text Example
Text Example
White with #467C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C11; }
p { color: rgb(70,124,17); }
H1.HeaderClassName
{
color: #467C11;
}
.AnyTagClassName
{
color: #467C11;
}
</style>
background-color css
<style>
a { background-color: #467C11; }
a { background-color: rgb(70,124,17); }
div.DivClassName
{
background-color: #467C11;
}
.BgClassName
{
background-color: #467C11;
}
</style>
border-color css
<style>
span { border-color: #467C11; }
span { border-color: rgb(70,124,17); }
td.TdClassName
{
border-color: #467C11;
}
.TagClassName
{
border-color: #467C11;
}
</style>