Shades of Bilbao #26680E
Tints of Bilbao #26680E
RGB
CMYK
RGB Variations
Color information
#26680E (or 0x26680E) is known color: Bilbao. HEX triplet: 26, 68 and 0E. RGB value is (38,104,14). Sum of RGB (Red+Green+Blue) = 38+104+14=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #26680E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26680E is #D997F1. Grayscale: #4A4A4A. Windows color (decimal): -14260210 or 944166. OLE color: 944166.
HSL color Cylindrical-coordinate representation of color #26680E: hue angle of 104º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26680E is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 104 | 14 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.59 |
| HSL | 104º | 0.76% | 0.23% | - |
| HSV(B) | 104º | 0.87% | 0.41% | - |
| XYZ | 5.83 | 10.34 | 2.1 | - |
| YUV | 74.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 14 | 0.63 | 0 | 0.87 | 0.59 | 104 | 0.76 | 0.23 |
| Hex | 26 | 68 | E | 3F | 0 | 57 | 3B | 68 | 4C | 17 |
| Octal | 46 | 150 | 16 | 77 | 0 | 127 | 73 | 150 | 114 | 27 |
| Binary | 100110 | 1101000 | 1110 | 111111 | 0 | 1010111 | 111011 | 1101000 | 1001100 | 10111 |
Color Harmonies of #26680E
Complementary color
Monochromatic Colors of #26680E
Black with #26680E
Text Example
Text Example
White with #26680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26680E; }
p { color: rgb(38,104,14); }
H1.HeaderClassName
{
color: #26680E;
}
.AnyTagClassName
{
color: #26680E;
}
</style>
background-color css
<style>
a { background-color: #26680E; }
a { background-color: rgb(38,104,14); }
div.DivClassName
{
background-color: #26680E;
}
.BgClassName
{
background-color: #26680E;
}
</style>
border-color css
<style>
span { border-color: #26680E; }
span { border-color: rgb(38,104,14); }
td.TdClassName
{
border-color: #26680E;
}
.TagClassName
{
border-color: #26680E;
}
</style>