Shades of Bilbao #286500
Tints of Bilbao #286500
RGB
CMYK
RGB Variations
Color information
#286500 (or 0x286500) is known color: Bilbao. HEX triplet: 28, 65 and 00. RGB value is (40,101,0). Sum of RGB (Red+Green+Blue) = 40+101+0=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #286500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286500 is #D79AFF. Grayscale: #474747. Windows color (decimal): -14129920 or 25896. OLE color: 25896.
HSL color Cylindrical-coordinate representation of color #286500: hue angle of 96.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #286500 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 101 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.60 |
| HSL | 96.24º | 1% | 0.2% | - |
| HSV(B) | 96.24º | 1% | 0.4% | - |
| XYZ | 5.53 | 9.76 | 1.59 | - |
| YUV | 71.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 0 | 0.60 | 0 | 1 | 0.60 | 96.24 | 1 | 0.2 |
| Hex | 28 | 65 | 0 | 3C | 0 | 64 | 3C | 60 | 64 | 14 |
| Octal | 50 | 145 | 0 | 74 | 0 | 144 | 74 | 140 | 144 | 24 |
| Binary | 101000 | 1100101 | 0 | 111100 | 0 | 1100100 | 111100 | 1100000 | 1100100 | 10100 |
Color Harmonies of #286500
Complementary color
Monochromatic Colors of #286500
Black with #286500
Text Example
Text Example
White with #286500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286500; }
p { color: rgb(40,101,0); }
H1.HeaderClassName
{
color: #286500;
}
.AnyTagClassName
{
color: #286500;
}
</style>
background-color css
<style>
a { background-color: #286500; }
a { background-color: rgb(40,101,0); }
div.DivClassName
{
background-color: #286500;
}
.BgClassName
{
background-color: #286500;
}
</style>
border-color css
<style>
span { border-color: #286500; }
span { border-color: rgb(40,101,0); }
td.TdClassName
{
border-color: #286500;
}
.TagClassName
{
border-color: #286500;
}
</style>