Shades of Bilbao #256E11
Tints of Bilbao #256E11
RGB
CMYK
RGB Variations
Color information
#256E11 (or 0x256E11) is known color: Bilbao. HEX triplet: 25, 6E and 11. RGB value is (37,110,17). Sum of RGB (Red+Green+Blue) = 37+110+17=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 110 (43.36% from 255 or 67.07% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 110 - color contains mainly: green. Hex color #256E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256E11 is #DA91EE. Grayscale: #4D4D4D. Windows color (decimal): -14324207 or 1142309. OLE color: 1142309.
HSL color Cylindrical-coordinate representation of color #256E11: hue angle of 107.1º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #256E11 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 110 | 17 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.57 |
| HSL | 107.1º | 0.73% | 0.25% | - |
| HSV(B) | 107.1º | 0.85% | 0.43% | - |
| XYZ | 6.44 | 11.59 | 2.43 | - |
| YUV | 77.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 17 | 0.66 | 0 | 0.85 | 0.57 | 107.1 | 0.73 | 0.25 |
| Hex | 25 | 6E | 11 | 42 | 0 | 55 | 39 | 6B | 49 | 19 |
| Octal | 45 | 156 | 21 | 102 | 0 | 125 | 71 | 153 | 111 | 31 |
| Binary | 100101 | 1101110 | 10001 | 1000010 | 0 | 1010101 | 111001 | 1101011 | 1001001 | 11001 |
Color Harmonies of #256E11
Complementary color
Monochromatic Colors of #256E11
Black with #256E11
Text Example
Text Example
White with #256E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E11; }
p { color: rgb(37,110,17); }
H1.HeaderClassName
{
color: #256E11;
}
.AnyTagClassName
{
color: #256E11;
}
</style>
background-color css
<style>
a { background-color: #256E11; }
a { background-color: rgb(37,110,17); }
div.DivClassName
{
background-color: #256E11;
}
.BgClassName
{
background-color: #256E11;
}
</style>
border-color css
<style>
span { border-color: #256E11; }
span { border-color: rgb(37,110,17); }
td.TdClassName
{
border-color: #256E11;
}
.TagClassName
{
border-color: #256E11;
}
</style>