Shades of Bilbao #286B16
Tints of Bilbao #286B16
RGB
CMYK
RGB Variations
Color information
#286B16 (or 0x286B16) is known color: Bilbao. HEX triplet: 28, 6B and 16. RGB value is (40,107,22). Sum of RGB (Red+Green+Blue) = 40+107+22=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 107 (42.19% from 255 or 63.31% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 107 - color contains mainly: green. Hex color #286B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286B16 is #D794E9. Grayscale: #4D4D4D. Windows color (decimal): -14128362 or 1469224. OLE color: 1469224.
HSL color Cylindrical-coordinate representation of color #286B16: hue angle of 107.29º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #286B16 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 22 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.58 |
| HSL | 107.29º | 0.66% | 0.25% | - |
| HSV(B) | 107.29º | 0.79% | 0.42% | - |
| XYZ | 6.28 | 11.02 | 2.56 | - |
| YUV | 77.28 | 96.8 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 22 | 0.63 | 0 | 0.79 | 0.58 | 107.29 | 0.66 | 0.25 |
| Hex | 28 | 6B | 16 | 3F | 0 | 4F | 3A | 6B | 42 | 19 |
| Octal | 50 | 153 | 26 | 77 | 0 | 117 | 72 | 153 | 102 | 31 |
| Binary | 101000 | 1101011 | 10110 | 111111 | 0 | 1001111 | 111010 | 1101011 | 1000010 | 11001 |
Color Harmonies of #286B16
Complementary color
Monochromatic Colors of #286B16
Black with #286B16
Text Example
Text Example
White with #286B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B16; }
p { color: rgb(40,107,22); }
H1.HeaderClassName
{
color: #286B16;
}
.AnyTagClassName
{
color: #286B16;
}
</style>
background-color css
<style>
a { background-color: #286B16; }
a { background-color: rgb(40,107,22); }
div.DivClassName
{
background-color: #286B16;
}
.BgClassName
{
background-color: #286B16;
}
</style>
border-color css
<style>
span { border-color: #286B16; }
span { border-color: rgb(40,107,22); }
td.TdClassName
{
border-color: #286B16;
}
.TagClassName
{
border-color: #286B16;
}
</style>