Shades of Bilbao #467B12
Tints of Bilbao #467B12
RGB
CMYK
RGB Variations
Color information
#467B12 (or 0x467B12) is known color: Bilbao. HEX triplet: 46, 7B and 12. RGB value is (70,123,18). Sum of RGB (Red+Green+Blue) = 70+123+18=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 123 (48.44% from 255 or 58.29% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 123 - color contains mainly: green. Hex color #467B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467B12 is #B984ED. Grayscale: #5F5F5F. Windows color (decimal): -12158190 or 1211206. OLE color: 1211206.
HSL color Cylindrical-coordinate representation of color #467B12: hue angle of 90.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #467B12 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 123 | 18 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.52 |
| HSL | 90.29º | 0.74% | 0.28% | - |
| HSV(B) | 90.29º | 0.85% | 0.48% | - |
| XYZ | 9.72 | 15.51 | 3.05 | - |
| YUV | 95.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 18 | 0.43 | 0 | 0.85 | 0.52 | 90.29 | 0.74 | 0.28 |
| Hex | 46 | 7B | 12 | 2B | 0 | 55 | 34 | 5A | 4A | 1C |
| Octal | 106 | 173 | 22 | 53 | 0 | 125 | 64 | 132 | 112 | 34 |
| Binary | 1000110 | 1111011 | 10010 | 101011 | 0 | 1010101 | 110100 | 1011010 | 1001010 | 11100 |
Color Harmonies of #467B12
Complementary color
Monochromatic Colors of #467B12
Black with #467B12
Text Example
Text Example
White with #467B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B12; }
p { color: rgb(70,123,18); }
H1.HeaderClassName
{
color: #467B12;
}
.AnyTagClassName
{
color: #467B12;
}
</style>
background-color css
<style>
a { background-color: #467B12; }
a { background-color: rgb(70,123,18); }
div.DivClassName
{
background-color: #467B12;
}
.BgClassName
{
background-color: #467B12;
}
</style>
border-color css
<style>
span { border-color: #467B12; }
span { border-color: rgb(70,123,18); }
td.TdClassName
{
border-color: #467B12;
}
.TagClassName
{
border-color: #467B12;
}
</style>