Shades of Bilbao #42860D
Tints of Bilbao #42860D
RGB
CMYK
RGB Variations
Color information
#42860D (or 0x42860D) is known color: Bilbao. HEX triplet: 42, 86 and 0D. RGB value is (66,134,13). Sum of RGB (Red+Green+Blue) = 66+134+13=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 134 (52.73% from 255 or 62.91% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 134 - color contains mainly: green. Hex color #42860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42860D is #BD79F2. Grayscale: #646464. Windows color (decimal): -12417523 or 886338. OLE color: 886338.
HSL color Cylindrical-coordinate representation of color #42860D: hue angle of 93.72º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42860D is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 13 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.47 |
| HSL | 93.72º | 0.82% | 0.29% | - |
| HSV(B) | 93.72º | 0.9% | 0.53% | - |
| XYZ | 10.84 | 18.24 | 3.33 | - |
| YUV | 99.87 | 78.97 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 13 | 0.51 | 0 | 0.90 | 0.47 | 93.72 | 0.82 | 0.29 |
| Hex | 42 | 86 | D | 33 | 0 | 5A | 2F | 5E | 52 | 1D |
| Octal | 102 | 206 | 15 | 63 | 0 | 132 | 57 | 136 | 122 | 35 |
| Binary | 1000010 | 10000110 | 1101 | 110011 | 0 | 1011010 | 101111 | 1011110 | 1010010 | 11101 |
Color Harmonies of #42860D
Complementary color
Monochromatic Colors of #42860D
Black with #42860D
Text Example
Text Example
White with #42860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42860D; }
p { color: rgb(66,134,13); }
H1.HeaderClassName
{
color: #42860D;
}
.AnyTagClassName
{
color: #42860D;
}
</style>
background-color css
<style>
a { background-color: #42860D; }
a { background-color: rgb(66,134,13); }
div.DivClassName
{
background-color: #42860D;
}
.BgClassName
{
background-color: #42860D;
}
</style>
border-color css
<style>
span { border-color: #42860D; }
span { border-color: rgb(66,134,13); }
td.TdClassName
{
border-color: #42860D;
}
.TagClassName
{
border-color: #42860D;
}
</style>