Shades of Bilbao #256806
Tints of Bilbao #256806
RGB
CMYK
RGB Variations
Color information
#256806 (or 0x256806) is known color: Bilbao. HEX triplet: 25, 68 and 06. RGB value is (37,104,6). Sum of RGB (Red+Green+Blue) = 37+104+6=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #256806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256806 is #DA97F9. Grayscale: #494949. Windows color (decimal): -14325754 or 419877. OLE color: 419877.
HSL color Cylindrical-coordinate representation of color #256806: hue angle of 101.02º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #256806 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 104 | 6 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.59 |
| HSL | 101.02º | 0.89% | 0.22% | - |
| HSV(B) | 101.02º | 0.94% | 0.41% | - |
| XYZ | 5.75 | 10.31 | 1.86 | - |
| YUV | 72.8 | 90.3 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 6 | 0.64 | 0 | 0.94 | 0.59 | 101.02 | 0.89 | 0.22 |
| Hex | 25 | 68 | 6 | 40 | 0 | 5E | 3B | 65 | 59 | 16 |
| Octal | 45 | 150 | 6 | 100 | 0 | 136 | 73 | 145 | 131 | 26 |
| Binary | 100101 | 1101000 | 110 | 1000000 | 0 | 1011110 | 111011 | 1100101 | 1011001 | 10110 |
Color Harmonies of #256806
Complementary color
Monochromatic Colors of #256806
Black with #256806
Text Example
Text Example
White with #256806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256806; }
p { color: rgb(37,104,6); }
H1.HeaderClassName
{
color: #256806;
}
.AnyTagClassName
{
color: #256806;
}
</style>
background-color css
<style>
a { background-color: #256806; }
a { background-color: rgb(37,104,6); }
div.DivClassName
{
background-color: #256806;
}
.BgClassName
{
background-color: #256806;
}
</style>
border-color css
<style>
span { border-color: #256806; }
span { border-color: rgb(37,104,6); }
td.TdClassName
{
border-color: #256806;
}
.TagClassName
{
border-color: #256806;
}
</style>