Shades of Bilbao #26670F
Tints of Bilbao #26670F
RGB
CMYK
RGB Variations
Color information
#26670F (or 0x26670F) is known color: Bilbao. HEX triplet: 26, 67 and 0F. RGB value is (38,103,15). Sum of RGB (Red+Green+Blue) = 38+103+15=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #26670F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26670F is #D998F0. Grayscale: #494949. Windows color (decimal): -14260465 or 1009446. OLE color: 1009446.
HSL color Cylindrical-coordinate representation of color #26670F: hue angle of 104.32º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26670F is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 103 | 15 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.60 |
| HSL | 104.32º | 0.75% | 0.23% | - |
| HSV(B) | 104.32º | 0.85% | 0.4% | - |
| XYZ | 5.74 | 10.15 | 2.11 | - |
| YUV | 73.53 | 94.97 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 15 | 0.63 | 0 | 0.85 | 0.60 | 104.32 | 0.75 | 0.23 |
| Hex | 26 | 67 | F | 3F | 0 | 55 | 3C | 68 | 4B | 17 |
| Octal | 46 | 147 | 17 | 77 | 0 | 125 | 74 | 150 | 113 | 27 |
| Binary | 100110 | 1100111 | 1111 | 111111 | 0 | 1010101 | 111100 | 1101000 | 1001011 | 10111 |
Color Harmonies of #26670F
Complementary color
Monochromatic Colors of #26670F
Black with #26670F
Text Example
Text Example
White with #26670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26670F; }
p { color: rgb(38,103,15); }
H1.HeaderClassName
{
color: #26670F;
}
.AnyTagClassName
{
color: #26670F;
}
</style>
background-color css
<style>
a { background-color: #26670F; }
a { background-color: rgb(38,103,15); }
div.DivClassName
{
background-color: #26670F;
}
.BgClassName
{
background-color: #26670F;
}
</style>
border-color css
<style>
span { border-color: #26670F; }
span { border-color: rgb(38,103,15); }
td.TdClassName
{
border-color: #26670F;
}
.TagClassName
{
border-color: #26670F;
}
</style>