Shades of Bilbao #266E00
Tints of Bilbao #266E00
RGB
CMYK
RGB Variations
Color information
#266E00 (or 0x266E00) is known color: Bilbao. HEX triplet: 26, 6E and 00. RGB value is (38,110,0). Sum of RGB (Red+Green+Blue) = 38+110+0=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 110 (43.36% from 255 or 74.32% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 110 - color contains mainly: green. Hex color #266E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266E00 is #D991FF. Grayscale: #4C4C4C. Windows color (decimal): -14258688 or 28198. OLE color: 28198.
HSL color Cylindrical-coordinate representation of color #266E00: hue angle of 99.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #266E00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 110 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.57 |
| HSL | 99.27º | 1% | 0.22% | - |
| HSV(B) | 99.27º | 1% | 0.43% | - |
| XYZ | 6.38 | 11.56 | 1.9 | - |
| YUV | 75.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 0 | 0.65 | 0 | 1 | 0.57 | 99.27 | 1 | 0.22 |
| Hex | 26 | 6E | 0 | 41 | 0 | 64 | 39 | 63 | 64 | 16 |
| Octal | 46 | 156 | 0 | 101 | 0 | 144 | 71 | 143 | 144 | 26 |
| Binary | 100110 | 1101110 | 0 | 1000001 | 0 | 1100100 | 111001 | 1100011 | 1100100 | 10110 |
Color Harmonies of #266E00
Complementary color
Monochromatic Colors of #266E00
Black with #266E00
Text Example
Text Example
White with #266E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266E00; }
p { color: rgb(38,110,0); }
H1.HeaderClassName
{
color: #266E00;
}
.AnyTagClassName
{
color: #266E00;
}
</style>
background-color css
<style>
a { background-color: #266E00; }
a { background-color: rgb(38,110,0); }
div.DivClassName
{
background-color: #266E00;
}
.BgClassName
{
background-color: #266E00;
}
</style>
border-color css
<style>
span { border-color: #266E00; }
span { border-color: rgb(38,110,0); }
td.TdClassName
{
border-color: #266E00;
}
.TagClassName
{
border-color: #266E00;
}
</style>