Shades of Bilbao #266C04
Tints of Bilbao #266C04
RGB
CMYK
RGB Variations
Color information
#266C04 (or 0x266C04) is known color: Bilbao. HEX triplet: 26, 6C and 04. RGB value is (38,108,4). Sum of RGB (Red+Green+Blue) = 38+108+4=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 108 (42.58% from 255 or 72% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 108 - color contains mainly: green. Hex color #266C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266C04 is #D993FB. Grayscale: #4B4B4B. Windows color (decimal): -14259196 or 289830. OLE color: 289830.
HSL color Cylindrical-coordinate representation of color #266C04: hue angle of 100.38º 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 #266C04 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 108 | 4 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.58 |
| HSL | 100.38º | 0.93% | 0.22% | - |
| HSV(B) | 100.38º | 0.96% | 0.42% | - |
| XYZ | 6.18 | 11.15 | 1.94 | - |
| YUV | 75.21 | 87.81 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 4 | 0.65 | 0 | 0.96 | 0.58 | 100.38 | 0.93 | 0.22 |
| Hex | 26 | 6C | 4 | 41 | 0 | 60 | 3A | 64 | 5D | 16 |
| Octal | 46 | 154 | 4 | 101 | 0 | 140 | 72 | 144 | 135 | 26 |
| Binary | 100110 | 1101100 | 100 | 1000001 | 0 | 1100000 | 111010 | 1100100 | 1011101 | 10110 |
Color Harmonies of #266C04
Complementary color
Monochromatic Colors of #266C04
Black with #266C04
Text Example
Text Example
White with #266C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C04; }
p { color: rgb(38,108,4); }
H1.HeaderClassName
{
color: #266C04;
}
.AnyTagClassName
{
color: #266C04;
}
</style>
background-color css
<style>
a { background-color: #266C04; }
a { background-color: rgb(38,108,4); }
div.DivClassName
{
background-color: #266C04;
}
.BgClassName
{
background-color: #266C04;
}
</style>
border-color css
<style>
span { border-color: #266C04; }
span { border-color: rgb(38,108,4); }
td.TdClassName
{
border-color: #266C04;
}
.TagClassName
{
border-color: #266C04;
}
</style>