Shades of Bilbao #266D05
Tints of Bilbao #266D05
RGB
CMYK
RGB Variations
Color information
#266D05 (or 0x266D05) is known color: Bilbao. HEX triplet: 26, 6D and 05. RGB value is (38,109,5). Sum of RGB (Red+Green+Blue) = 38+109+5=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 109 (42.97% from 255 or 71.71% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 109 - color contains mainly: green. Hex color #266D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266D05 is #D992FA. Grayscale: #4C4C4C. Windows color (decimal): -14258939 or 355622. OLE color: 355622.
HSL color Cylindrical-coordinate representation of color #266D05: hue angle of 100.96º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #266D05 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 109 | 5 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.57 |
| HSL | 100.96º | 0.91% | 0.22% | - |
| HSV(B) | 100.96º | 0.95% | 0.43% | - |
| XYZ | 6.3 | 11.36 | 2 | - |
| YUV | 75.92 | 87.98 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 5 | 0.65 | 0 | 0.95 | 0.57 | 100.96 | 0.91 | 0.22 |
| Hex | 26 | 6D | 5 | 41 | 0 | 5F | 39 | 65 | 5B | 16 |
| Octal | 46 | 155 | 5 | 101 | 0 | 137 | 71 | 145 | 133 | 26 |
| Binary | 100110 | 1101101 | 101 | 1000001 | 0 | 1011111 | 111001 | 1100101 | 1011011 | 10110 |
Color Harmonies of #266D05
Complementary color
Monochromatic Colors of #266D05
Black with #266D05
Text Example
Text Example
White with #266D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D05; }
p { color: rgb(38,109,5); }
H1.HeaderClassName
{
color: #266D05;
}
.AnyTagClassName
{
color: #266D05;
}
</style>
background-color css
<style>
a { background-color: #266D05; }
a { background-color: rgb(38,109,5); }
div.DivClassName
{
background-color: #266D05;
}
.BgClassName
{
background-color: #266D05;
}
</style>
border-color css
<style>
span { border-color: #266D05; }
span { border-color: rgb(38,109,5); }
td.TdClassName
{
border-color: #266D05;
}
.TagClassName
{
border-color: #266D05;
}
</style>