Shades of Bilbao #26710C
Tints of Bilbao #26710C
RGB
CMYK
RGB Variations
Color information
#26710C (or 0x26710C) is known color: Bilbao. HEX triplet: 26, 71 and 0C. RGB value is (38,113,12). Sum of RGB (Red+Green+Blue) = 38+113+12=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #26710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26710C is #D98EF3. Grayscale: #4F4F4F. Windows color (decimal): -14257908 or 815398. OLE color: 815398.
HSL color Cylindrical-coordinate representation of color #26710C: hue angle of 104.55º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26710C is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 113 | 12 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.56 |
| HSL | 104.55º | 0.81% | 0.25% | - |
| HSV(B) | 104.55º | 0.89% | 0.44% | - |
| XYZ | 6.77 | 12.25 | 2.36 | - |
| YUV | 79.06 | 90.15 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 113 | 12 | 0.66 | 0 | 0.89 | 0.56 | 104.55 | 0.81 | 0.25 |
| Hex | 26 | 71 | C | 42 | 0 | 59 | 38 | 69 | 51 | 19 |
| Octal | 46 | 161 | 14 | 102 | 0 | 131 | 70 | 151 | 121 | 31 |
| Binary | 100110 | 1110001 | 1100 | 1000010 | 0 | 1011001 | 111000 | 1101001 | 1010001 | 11001 |
Color Harmonies of #26710C
Complementary color
Monochromatic Colors of #26710C
Black with #26710C
Text Example
Text Example
White with #26710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26710C; }
p { color: rgb(38,113,12); }
H1.HeaderClassName
{
color: #26710C;
}
.AnyTagClassName
{
color: #26710C;
}
</style>
background-color css
<style>
a { background-color: #26710C; }
a { background-color: rgb(38,113,12); }
div.DivClassName
{
background-color: #26710C;
}
.BgClassName
{
background-color: #26710C;
}
</style>
border-color css
<style>
span { border-color: #26710C; }
span { border-color: rgb(38,113,12); }
td.TdClassName
{
border-color: #26710C;
}
.TagClassName
{
border-color: #26710C;
}
</style>