Shades of Bilbao #286D06
Tints of Bilbao #286D06
RGB
CMYK
RGB Variations
Color information
#286D06 (or 0x286D06) is known color: Bilbao. HEX triplet: 28, 6D and 06. RGB value is (40,109,6). Sum of RGB (Red+Green+Blue) = 40+109+6=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 109 (42.97% from 255 or 70.32% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 109 - color contains mainly: green. Hex color #286D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286D06 is #D792F9. Grayscale: #4C4C4C. Windows color (decimal): -14127866 or 421160. OLE color: 421160.
HSL color Cylindrical-coordinate representation of color #286D06: hue angle of 100.19º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #286D06 is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 109 | 6 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.57 |
| HSL | 100.19º | 0.9% | 0.23% | - |
| HSV(B) | 100.19º | 0.94% | 0.43% | - |
| XYZ | 6.38 | 11.4 | 2.04 | - |
| YUV | 76.63 | 88.14 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 6 | 0.63 | 0 | 0.94 | 0.57 | 100.19 | 0.9 | 0.23 |
| Hex | 28 | 6D | 6 | 3F | 0 | 5E | 39 | 64 | 5A | 17 |
| Octal | 50 | 155 | 6 | 77 | 0 | 136 | 71 | 144 | 132 | 27 |
| Binary | 101000 | 1101101 | 110 | 111111 | 0 | 1011110 | 111001 | 1100100 | 1011010 | 10111 |
Color Harmonies of #286D06
Complementary color
Monochromatic Colors of #286D06
Black with #286D06
Text Example
Text Example
White with #286D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D06; }
p { color: rgb(40,109,6); }
H1.HeaderClassName
{
color: #286D06;
}
.AnyTagClassName
{
color: #286D06;
}
</style>
background-color css
<style>
a { background-color: #286D06; }
a { background-color: rgb(40,109,6); }
div.DivClassName
{
background-color: #286D06;
}
.BgClassName
{
background-color: #286D06;
}
</style>
border-color css
<style>
span { border-color: #286D06; }
span { border-color: rgb(40,109,6); }
td.TdClassName
{
border-color: #286D06;
}
.TagClassName
{
border-color: #286D06;
}
</style>