Shades of Bilbao #468808
Tints of Bilbao #468808
RGB
CMYK
RGB Variations
Color information
#468808 (or 0x468808) is known color: Bilbao. HEX triplet: 46, 88 and 08. RGB value is (70,136,8). Sum of RGB (Red+Green+Blue) = 70+136+8=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #468808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468808 is #B977F7. Grayscale: #666666. Windows color (decimal): -12154872 or 559174. OLE color: 559174.
HSL color Cylindrical-coordinate representation of color #468808: hue angle of 90.94º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #468808 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 8 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.47 |
| HSL | 90.94º | 0.89% | 0.28% | - |
| HSV(B) | 90.94º | 0.94% | 0.53% | - |
| XYZ | 11.37 | 18.93 | 3.28 | - |
| YUV | 101.67 | 75.13 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 8 | 0.49 | 0 | 0.94 | 0.47 | 90.94 | 0.89 | 0.28 |
| Hex | 46 | 88 | 8 | 31 | 0 | 5E | 2F | 5B | 59 | 1C |
| Octal | 106 | 210 | 10 | 61 | 0 | 136 | 57 | 133 | 131 | 34 |
| Binary | 1000110 | 10001000 | 1000 | 110001 | 0 | 1011110 | 101111 | 1011011 | 1011001 | 11100 |
Color Harmonies of #468808
Complementary color
Monochromatic Colors of #468808
Black with #468808
Text Example
Text Example
White with #468808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468808; }
p { color: rgb(70,136,8); }
H1.HeaderClassName
{
color: #468808;
}
.AnyTagClassName
{
color: #468808;
}
</style>
background-color css
<style>
a { background-color: #468808; }
a { background-color: rgb(70,136,8); }
div.DivClassName
{
background-color: #468808;
}
.BgClassName
{
background-color: #468808;
}
</style>
border-color css
<style>
span { border-color: #468808; }
span { border-color: rgb(70,136,8); }
td.TdClassName
{
border-color: #468808;
}
.TagClassName
{
border-color: #468808;
}
</style>