Shades of Bilbao #266A0B
Tints of Bilbao #266A0B
RGB
CMYK
RGB Variations
Color information
#266A0B (or 0x266A0B) is known color: Bilbao. HEX triplet: 26, 6A and 0B. RGB value is (38,106,11). Sum of RGB (Red+Green+Blue) = 38+106+11=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 106 (41.80% from 255 or 68.39% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 106 - color contains mainly: green. Hex color #266A0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266A0B is #D995F4. Grayscale: #4B4B4B. Windows color (decimal): -14259701 or 748070. OLE color: 748070.
HSL color Cylindrical-coordinate representation of color #266A0B: hue angle of 102.95º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #266A0B is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 106 | 11 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.58 |
| HSL | 102.95º | 0.81% | 0.23% | - |
| HSV(B) | 102.95º | 0.9% | 0.42% | - |
| XYZ | 6.01 | 10.74 | 2.07 | - |
| YUV | 74.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 11 | 0.64 | 0 | 0.90 | 0.58 | 102.95 | 0.81 | 0.23 |
| Hex | 26 | 6A | B | 40 | 0 | 5A | 3A | 67 | 51 | 17 |
| Octal | 46 | 152 | 13 | 100 | 0 | 132 | 72 | 147 | 121 | 27 |
| Binary | 100110 | 1101010 | 1011 | 1000000 | 0 | 1011010 | 111010 | 1100111 | 1010001 | 10111 |
Color Harmonies of #266A0B
Complementary color
Monochromatic Colors of #266A0B
Black with #266A0B
Text Example
Text Example
White with #266A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266A0B; }
p { color: rgb(38,106,11); }
H1.HeaderClassName
{
color: #266A0B;
}
.AnyTagClassName
{
color: #266A0B;
}
</style>
background-color css
<style>
a { background-color: #266A0B; }
a { background-color: rgb(38,106,11); }
div.DivClassName
{
background-color: #266A0B;
}
.BgClassName
{
background-color: #266A0B;
}
</style>
border-color css
<style>
span { border-color: #266A0B; }
span { border-color: rgb(38,106,11); }
td.TdClassName
{
border-color: #266A0B;
}
.TagClassName
{
border-color: #266A0B;
}
</style>