Shades of Bilbao #468600
Tints of Bilbao #468600
RGB
CMYK
RGB Variations
Color information
#468600 (or 0x468600) is known color: Bilbao. HEX triplet: 46, 86 and 00. RGB value is (70,134,0). Sum of RGB (Red+Green+Blue) = 70+134+0=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 134 (52.73% from 255 or 65.69% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 134 - color contains mainly: green. Hex color #468600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468600 is #B979FF. Grayscale: #646464. Windows color (decimal): -12155392 or 34374. OLE color: 34374.
HSL color Cylindrical-coordinate representation of color #468600: hue angle of 88.66º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #468600 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 0 | - |
| CMYK | 0.48 | 0 | 1 | 0.47 |
| HSL | 88.66º | 1% | 0.26% | - |
| HSV(B) | 88.66º | 1% | 0.53% | - |
| XYZ | 11.05 | 18.35 | 2.96 | - |
| YUV | 99.59 | 71.8 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 0 | 0.48 | 0 | 1 | 0.47 | 88.66 | 1 | 0.26 |
| Hex | 46 | 86 | 0 | 30 | 0 | 64 | 2F | 59 | 64 | 1A |
| Octal | 106 | 206 | 0 | 60 | 0 | 144 | 57 | 131 | 144 | 32 |
| Binary | 1000110 | 10000110 | 0 | 110000 | 0 | 1100100 | 101111 | 1011001 | 1100100 | 11010 |
Color Harmonies of #468600
Complementary color
Monochromatic Colors of #468600
Black with #468600
Text Example
Text Example
White with #468600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468600; }
p { color: rgb(70,134,0); }
H1.HeaderClassName
{
color: #468600;
}
.AnyTagClassName
{
color: #468600;
}
</style>
background-color css
<style>
a { background-color: #468600; }
a { background-color: rgb(70,134,0); }
div.DivClassName
{
background-color: #468600;
}
.BgClassName
{
background-color: #468600;
}
</style>
border-color css
<style>
span { border-color: #468600; }
span { border-color: rgb(70,134,0); }
td.TdClassName
{
border-color: #468600;
}
.TagClassName
{
border-color: #468600;
}
</style>