Shades of Bilbao #42860F
Tints of Bilbao #42860F
RGB
CMYK
RGB Variations
Color information
#42860F (or 0x42860F) is known color: Bilbao. HEX triplet: 42, 86 and 0F. RGB value is (66,134,15). Sum of RGB (Red+Green+Blue) = 66+134+15=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #42860F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42860F is #BD79F0. Grayscale: #646464. Windows color (decimal): -12417521 or 1017410. OLE color: 1017410.
HSL color Cylindrical-coordinate representation of color #42860F: hue angle of 94.29º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42860F is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 15 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.47 |
| HSL | 94.29º | 0.8% | 0.29% | - |
| HSV(B) | 94.29º | 0.89% | 0.53% | - |
| XYZ | 10.86 | 18.24 | 3.4 | - |
| YUV | 100.1 | 79.97 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 15 | 0.51 | 0 | 0.89 | 0.47 | 94.29 | 0.8 | 0.29 |
| Hex | 42 | 86 | F | 33 | 0 | 59 | 2F | 5E | 50 | 1D |
| Octal | 102 | 206 | 17 | 63 | 0 | 131 | 57 | 136 | 120 | 35 |
| Binary | 1000010 | 10000110 | 1111 | 110011 | 0 | 1011001 | 101111 | 1011110 | 1010000 | 11101 |
Color Harmonies of #42860F
Complementary color
Monochromatic Colors of #42860F
Black with #42860F
Text Example
Text Example
White with #42860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42860F; }
p { color: rgb(66,134,15); }
H1.HeaderClassName
{
color: #42860F;
}
.AnyTagClassName
{
color: #42860F;
}
</style>
background-color css
<style>
a { background-color: #42860F; }
a { background-color: rgb(66,134,15); }
div.DivClassName
{
background-color: #42860F;
}
.BgClassName
{
background-color: #42860F;
}
</style>
border-color css
<style>
span { border-color: #42860F; }
span { border-color: rgb(66,134,15); }
td.TdClassName
{
border-color: #42860F;
}
.TagClassName
{
border-color: #42860F;
}
</style>