Shades of Bilbao #266B04
Tints of Bilbao #266B04
RGB
CMYK
RGB Variations
Color information
#266B04 (or 0x266B04) is known color: Bilbao. HEX triplet: 26, 6B and 04. RGB value is (38,107,4). Sum of RGB (Red+Green+Blue) = 38+107+4=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 107 (42.19% from 255 or 71.81% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 107 - color contains mainly: green. Hex color #266B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266B04 is #D994FB. Grayscale: #4A4A4A. Windows color (decimal): -14259452 or 289574. OLE color: 289574.
HSL color Cylindrical-coordinate representation of color #266B04: hue angle of 100.19º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #266B04 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 4 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.58 |
| HSL | 100.19º | 0.93% | 0.22% | - |
| HSV(B) | 100.19º | 0.96% | 0.42% | - |
| XYZ | 6.08 | 10.94 | 1.91 | - |
| YUV | 74.63 | 88.14 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 4 | 0.64 | 0 | 0.96 | 0.58 | 100.19 | 0.93 | 0.22 |
| Hex | 26 | 6B | 4 | 40 | 0 | 60 | 3A | 64 | 5D | 16 |
| Octal | 46 | 153 | 4 | 100 | 0 | 140 | 72 | 144 | 135 | 26 |
| Binary | 100110 | 1101011 | 100 | 1000000 | 0 | 1100000 | 111010 | 1100100 | 1011101 | 10110 |
Color Harmonies of #266B04
Complementary color
Monochromatic Colors of #266B04
Black with #266B04
Text Example
Text Example
White with #266B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B04; }
p { color: rgb(38,107,4); }
H1.HeaderClassName
{
color: #266B04;
}
.AnyTagClassName
{
color: #266B04;
}
</style>
background-color css
<style>
a { background-color: #266B04; }
a { background-color: rgb(38,107,4); }
div.DivClassName
{
background-color: #266B04;
}
.BgClassName
{
background-color: #266B04;
}
</style>
border-color css
<style>
span { border-color: #266B04; }
span { border-color: rgb(38,107,4); }
td.TdClassName
{
border-color: #266B04;
}
.TagClassName
{
border-color: #266B04;
}
</style>