Shades of Bilbao #26690C
Tints of Bilbao #26690C
RGB
CMYK
RGB Variations
Color information
#26690C (or 0x26690C) is known color: Bilbao. HEX triplet: 26, 69 and 0C. RGB value is (38,105,12). Sum of RGB (Red+Green+Blue) = 38+105+12=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #26690C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #26690C is #D996F3. Grayscale: #4A4A4A. Windows color (decimal): -14259956 or 813350. OLE color: 813350.
HSL color Cylindrical-coordinate representation of color #26690C: hue angle of 103.23º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26690C is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 105 | 12 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.59 |
| HSL | 103.23º | 0.79% | 0.23% | - |
| HSV(B) | 103.23º | 0.89% | 0.41% | - |
| XYZ | 5.92 | 10.54 | 2.07 | - |
| YUV | 74.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 12 | 0.64 | 0 | 0.89 | 0.59 | 103.23 | 0.79 | 0.23 |
| Hex | 26 | 69 | C | 40 | 0 | 59 | 3B | 67 | 4F | 17 |
| Octal | 46 | 151 | 14 | 100 | 0 | 131 | 73 | 147 | 117 | 27 |
| Binary | 100110 | 1101001 | 1100 | 1000000 | 0 | 1011001 | 111011 | 1100111 | 1001111 | 10111 |
Color Harmonies of #26690C
Complementary color
Monochromatic Colors of #26690C
Black with #26690C
Text Example
Text Example
White with #26690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26690C; }
p { color: rgb(38,105,12); }
H1.HeaderClassName
{
color: #26690C;
}
.AnyTagClassName
{
color: #26690C;
}
</style>
background-color css
<style>
a { background-color: #26690C; }
a { background-color: rgb(38,105,12); }
div.DivClassName
{
background-color: #26690C;
}
.BgClassName
{
background-color: #26690C;
}
</style>
border-color css
<style>
span { border-color: #26690C; }
span { border-color: rgb(38,105,12); }
td.TdClassName
{
border-color: #26690C;
}
.TagClassName
{
border-color: #26690C;
}
</style>