Shades of Bilbao #266B00
Tints of Bilbao #266B00
RGB
CMYK
RGB Variations
Color information
#266B00 (or 0x266B00) is known color: Bilbao. HEX triplet: 26, 6B and 00. RGB value is (38,107,0). Sum of RGB (Red+Green+Blue) = 38+107+0=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 107 (42.19% from 255 or 73.79% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 107 - color contains mainly: green. Hex color #266B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266B00 is #D994FF. Grayscale: #4A4A4A. Windows color (decimal): -14259456 or 27430. OLE color: 27430.
HSL color Cylindrical-coordinate representation of color #266B00: hue angle of 98.69º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #266B00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.58 |
| HSL | 98.69º | 1% | 0.21% | - |
| HSV(B) | 98.69º | 1% | 0.42% | - |
| XYZ | 6.06 | 10.93 | 1.79 | - |
| YUV | 74.17 | 86.14 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 0 | 0.64 | 0 | 1 | 0.58 | 98.69 | 1 | 0.21 |
| Hex | 26 | 6B | 0 | 40 | 0 | 64 | 3A | 63 | 64 | 15 |
| Octal | 46 | 153 | 0 | 100 | 0 | 144 | 72 | 143 | 144 | 25 |
| Binary | 100110 | 1101011 | 0 | 1000000 | 0 | 1100100 | 111010 | 1100011 | 1100100 | 10101 |
Color Harmonies of #266B00
Complementary color
Monochromatic Colors of #266B00
Black with #266B00
Text Example
Text Example
White with #266B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B00; }
p { color: rgb(38,107,0); }
H1.HeaderClassName
{
color: #266B00;
}
.AnyTagClassName
{
color: #266B00;
}
</style>
background-color css
<style>
a { background-color: #266B00; }
a { background-color: rgb(38,107,0); }
div.DivClassName
{
background-color: #266B00;
}
.BgClassName
{
background-color: #266B00;
}
</style>
border-color css
<style>
span { border-color: #266B00; }
span { border-color: rgb(38,107,0); }
td.TdClassName
{
border-color: #266B00;
}
.TagClassName
{
border-color: #266B00;
}
</style>