Shades of Bilbao #286A10
Tints of Bilbao #286A10
RGB
CMYK
RGB Variations
Color information
#286A10 (or 0x286A10) is known color: Bilbao. HEX triplet: 28, 6A and 10. RGB value is (40,106,16). Sum of RGB (Red+Green+Blue) = 40+106+16=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 106 (41.80% from 255 or 65.43% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 106 - color contains mainly: green. Hex color #286A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286A10 is #D795EF. Grayscale: #4C4C4C. Windows color (decimal): -14128624 or 1075752. OLE color: 1075752.
HSL color Cylindrical-coordinate representation of color #286A10: hue angle of 104º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #286A10 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 106 | 16 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.58 |
| HSL | 104º | 0.74% | 0.24% | - |
| HSV(B) | 104º | 0.85% | 0.42% | - |
| XYZ | 6.12 | 10.8 | 2.25 | - |
| YUV | 76.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 16 | 0.62 | 0 | 0.85 | 0.58 | 104 | 0.74 | 0.24 |
| Hex | 28 | 6A | 10 | 3E | 0 | 55 | 3A | 68 | 4A | 18 |
| Octal | 50 | 152 | 20 | 76 | 0 | 125 | 72 | 150 | 112 | 30 |
| Binary | 101000 | 1101010 | 10000 | 111110 | 0 | 1010101 | 111010 | 1101000 | 1001010 | 11000 |
Color Harmonies of #286A10
Complementary color
Monochromatic Colors of #286A10
Black with #286A10
Text Example
Text Example
White with #286A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A10; }
p { color: rgb(40,106,16); }
H1.HeaderClassName
{
color: #286A10;
}
.AnyTagClassName
{
color: #286A10;
}
</style>
background-color css
<style>
a { background-color: #286A10; }
a { background-color: rgb(40,106,16); }
div.DivClassName
{
background-color: #286A10;
}
.BgClassName
{
background-color: #286A10;
}
</style>
border-color css
<style>
span { border-color: #286A10; }
span { border-color: rgb(40,106,16); }
td.TdClassName
{
border-color: #286A10;
}
.TagClassName
{
border-color: #286A10;
}
</style>