Shades of Bilbao #286E09
Tints of Bilbao #286E09
RGB
CMYK
RGB Variations
Color information
#286E09 (or 0x286E09) is known color: Bilbao. HEX triplet: 28, 6E and 09. RGB value is (40,110,9). Sum of RGB (Red+Green+Blue) = 40+110+9=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 110 (43.36% from 255 or 69.18% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 110 - color contains mainly: green. Hex color #286E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286E09 is #D791F6. Grayscale: #4D4D4D. Windows color (decimal): -14127607 or 618024. OLE color: 618024.
HSL color Cylindrical-coordinate representation of color #286E09: hue angle of 101.58º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #286E09 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 9 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.57 |
| HSL | 101.58º | 0.85% | 0.23% | - |
| HSV(B) | 101.58º | 0.92% | 0.43% | - |
| XYZ | 6.5 | 11.62 | 2.16 | - |
| YUV | 77.56 | 89.31 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 9 | 0.64 | 0 | 0.92 | 0.57 | 101.58 | 0.85 | 0.23 |
| Hex | 28 | 6E | 9 | 40 | 0 | 5C | 39 | 66 | 55 | 17 |
| Octal | 50 | 156 | 11 | 100 | 0 | 134 | 71 | 146 | 125 | 27 |
| Binary | 101000 | 1101110 | 1001 | 1000000 | 0 | 1011100 | 111001 | 1100110 | 1010101 | 10111 |
Color Harmonies of #286E09
Complementary color
Monochromatic Colors of #286E09
Black with #286E09
Text Example
Text Example
White with #286E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E09; }
p { color: rgb(40,110,9); }
H1.HeaderClassName
{
color: #286E09;
}
.AnyTagClassName
{
color: #286E09;
}
</style>
background-color css
<style>
a { background-color: #286E09; }
a { background-color: rgb(40,110,9); }
div.DivClassName
{
background-color: #286E09;
}
.BgClassName
{
background-color: #286E09;
}
</style>
border-color css
<style>
span { border-color: #286E09; }
span { border-color: rgb(40,110,9); }
td.TdClassName
{
border-color: #286E09;
}
.TagClassName
{
border-color: #286E09;
}
</style>