Shades of Bilbao #256912
Tints of Bilbao #256912
RGB
CMYK
RGB Variations
Color information
#256912 (or 0x256912) is known color: Bilbao. HEX triplet: 25, 69 and 12. RGB value is (37,105,18). Sum of RGB (Red+Green+Blue) = 37+105+18=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #256912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256912 is #DA96ED. Grayscale: #4B4B4B. Windows color (decimal): -14325486 or 1206565. OLE color: 1206565.
HSL color Cylindrical-coordinate representation of color #256912: hue angle of 106.9º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256912 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 105 | 18 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.59 |
| HSL | 106.9º | 0.71% | 0.24% | - |
| HSV(B) | 106.9º | 0.83% | 0.41% | - |
| XYZ | 5.92 | 10.54 | 2.29 | - |
| YUV | 74.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 18 | 0.65 | 0 | 0.83 | 0.59 | 106.9 | 0.71 | 0.24 |
| Hex | 25 | 69 | 12 | 41 | 0 | 53 | 3B | 6B | 47 | 18 |
| Octal | 45 | 151 | 22 | 101 | 0 | 123 | 73 | 153 | 107 | 30 |
| Binary | 100101 | 1101001 | 10010 | 1000001 | 0 | 1010011 | 111011 | 1101011 | 1000111 | 11000 |
Color Harmonies of #256912
Complementary color
Monochromatic Colors of #256912
Black with #256912
Text Example
Text Example
White with #256912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256912; }
p { color: rgb(37,105,18); }
H1.HeaderClassName
{
color: #256912;
}
.AnyTagClassName
{
color: #256912;
}
</style>
background-color css
<style>
a { background-color: #256912; }
a { background-color: rgb(37,105,18); }
div.DivClassName
{
background-color: #256912;
}
.BgClassName
{
background-color: #256912;
}
</style>
border-color css
<style>
span { border-color: #256912; }
span { border-color: rgb(37,105,18); }
td.TdClassName
{
border-color: #256912;
}
.TagClassName
{
border-color: #256912;
}
</style>