Shades of Bilbao #468205
Tints of Bilbao #468205
RGB
CMYK
RGB Variations
Color information
#468205 (or 0x468205) is known color: Bilbao. HEX triplet: 46, 82 and 05. RGB value is (70,130,5). Sum of RGB (Red+Green+Blue) = 70+130+5=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #468205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468205 is #B97DFA. Grayscale: #626262. Windows color (decimal): -12156411 or 361030. OLE color: 361030.
HSL color Cylindrical-coordinate representation of color #468205: hue angle of 88.8º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #468205 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 5 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.49 |
| HSL | 88.8º | 0.93% | 0.26% | - |
| HSV(B) | 88.8º | 0.96% | 0.51% | - |
| XYZ | 10.54 | 17.28 | 2.92 | - |
| YUV | 97.81 | 75.62 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 5 | 0.46 | 0 | 0.96 | 0.49 | 88.8 | 0.93 | 0.26 |
| Hex | 46 | 82 | 5 | 2E | 0 | 60 | 31 | 59 | 5D | 1A |
| Octal | 106 | 202 | 5 | 56 | 0 | 140 | 61 | 131 | 135 | 32 |
| Binary | 1000110 | 10000010 | 101 | 101110 | 0 | 1100000 | 110001 | 1011001 | 1011101 | 11010 |
Color Harmonies of #468205
Complementary color
Monochromatic Colors of #468205
Black with #468205
Text Example
Text Example
White with #468205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468205; }
p { color: rgb(70,130,5); }
H1.HeaderClassName
{
color: #468205;
}
.AnyTagClassName
{
color: #468205;
}
</style>
background-color css
<style>
a { background-color: #468205; }
a { background-color: rgb(70,130,5); }
div.DivClassName
{
background-color: #468205;
}
.BgClassName
{
background-color: #468205;
}
</style>
border-color css
<style>
span { border-color: #468205; }
span { border-color: rgb(70,130,5); }
td.TdClassName
{
border-color: #468205;
}
.TagClassName
{
border-color: #468205;
}
</style>