Shades of Bilbao #28660B
Tints of Bilbao #28660B
RGB
CMYK
RGB Variations
Color information
#28660B (or 0x28660B) is known color: Bilbao. HEX triplet: 28, 66 and 0B. RGB value is (40,102,11). Sum of RGB (Red+Green+Blue) = 40+102+11=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #28660B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28660B is #D799F4. Grayscale: #494949. Windows color (decimal): -14129653 or 747048. OLE color: 747048.
HSL color Cylindrical-coordinate representation of color #28660B: hue angle of 100.88º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28660B is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 102 | 11 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.6 |
| HSL | 100.88º | 0.81% | 0.22% | - |
| HSV(B) | 100.88º | 0.89% | 0.4% | - |
| XYZ | 5.69 | 9.98 | 1.94 | - |
| YUV | 73.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 11 | 0.61 | 0 | 0.89 | 0.6 | 100.88 | 0.81 | 0.22 |
| Hex | 28 | 66 | B | 3D | 0 | 59 | 3C | 65 | 51 | 16 |
| Octal | 50 | 146 | 13 | 75 | 0 | 131 | 74 | 145 | 121 | 26 |
| Binary | 101000 | 1100110 | 1011 | 111101 | 0 | 1011001 | 111100 | 1100101 | 1010001 | 10110 |
Color Harmonies of #28660B
Complementary color
Monochromatic Colors of #28660B
Black with #28660B
Text Example
Text Example
White with #28660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28660B; }
p { color: rgb(40,102,11); }
H1.HeaderClassName
{
color: #28660B;
}
.AnyTagClassName
{
color: #28660B;
}
</style>
background-color css
<style>
a { background-color: #28660B; }
a { background-color: rgb(40,102,11); }
div.DivClassName
{
background-color: #28660B;
}
.BgClassName
{
background-color: #28660B;
}
</style>
border-color css
<style>
span { border-color: #28660B; }
span { border-color: rgb(40,102,11); }
td.TdClassName
{
border-color: #28660B;
}
.TagClassName
{
border-color: #28660B;
}
</style>