Shades of Bilbao #47860C
Tints of Bilbao #47860C
RGB
CMYK
RGB Variations
Color information
#47860C (or 0x47860C) is known color: Bilbao. HEX triplet: 47, 86 and 0C. RGB value is (71,134,12). Sum of RGB (Red+Green+Blue) = 71+134+12=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 134 (52.73% from 255 or 61.75% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 134 - color contains mainly: green. Hex color #47860C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47860C is #B879F3. Grayscale: #656565. Windows color (decimal): -12089844 or 820807. OLE color: 820807.
HSL color Cylindrical-coordinate representation of color #47860C: hue angle of 90.98º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47860C is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 134 | 12 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.47 |
| HSL | 90.98º | 0.84% | 0.29% | - |
| HSV(B) | 90.98º | 0.91% | 0.53% | - |
| XYZ | 11.19 | 18.42 | 3.31 | - |
| YUV | 101.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 12 | 0.47 | 0 | 0.91 | 0.47 | 90.98 | 0.84 | 0.29 |
| Hex | 47 | 86 | C | 2F | 0 | 5B | 2F | 5B | 54 | 1D |
| Octal | 107 | 206 | 14 | 57 | 0 | 133 | 57 | 133 | 124 | 35 |
| Binary | 1000111 | 10000110 | 1100 | 101111 | 0 | 1011011 | 101111 | 1011011 | 1010100 | 11101 |
Color Harmonies of #47860C
Complementary color
Monochromatic Colors of #47860C
Black with #47860C
Text Example
Text Example
White with #47860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47860C; }
p { color: rgb(71,134,12); }
H1.HeaderClassName
{
color: #47860C;
}
.AnyTagClassName
{
color: #47860C;
}
</style>
background-color css
<style>
a { background-color: #47860C; }
a { background-color: rgb(71,134,12); }
div.DivClassName
{
background-color: #47860C;
}
.BgClassName
{
background-color: #47860C;
}
</style>
border-color css
<style>
span { border-color: #47860C; }
span { border-color: rgb(71,134,12); }
td.TdClassName
{
border-color: #47860C;
}
.TagClassName
{
border-color: #47860C;
}
</style>