Shades of Bilbao #42850E
Tints of Bilbao #42850E
RGB
CMYK
RGB Variations
Color information
#42850E (or 0x42850E) is known color: Bilbao. HEX triplet: 42, 85 and 0E. RGB value is (66,133,14). Sum of RGB (Red+Green+Blue) = 66+133+14=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #42850E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42850E is #BD7AF1. Grayscale: #636363. Windows color (decimal): -12417778 or 951618. OLE color: 951618.
HSL color Cylindrical-coordinate representation of color #42850E: hue angle of 93.78º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42850E is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 14 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.48 |
| HSL | 93.78º | 0.81% | 0.29% | - |
| HSV(B) | 93.78º | 0.89% | 0.52% | - |
| XYZ | 10.71 | 17.97 | 3.32 | - |
| YUV | 99.4 | 79.8 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 14 | 0.50 | 0 | 0.89 | 0.48 | 93.78 | 0.81 | 0.29 |
| Hex | 42 | 85 | E | 32 | 0 | 59 | 30 | 5E | 51 | 1D |
| Octal | 102 | 205 | 16 | 62 | 0 | 131 | 60 | 136 | 121 | 35 |
| Binary | 1000010 | 10000101 | 1110 | 110010 | 0 | 1011001 | 110000 | 1011110 | 1010001 | 11101 |
Color Harmonies of #42850E
Complementary color
Monochromatic Colors of #42850E
Black with #42850E
Text Example
Text Example
White with #42850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42850E; }
p { color: rgb(66,133,14); }
H1.HeaderClassName
{
color: #42850E;
}
.AnyTagClassName
{
color: #42850E;
}
</style>
background-color css
<style>
a { background-color: #42850E; }
a { background-color: rgb(66,133,14); }
div.DivClassName
{
background-color: #42850E;
}
.BgClassName
{
background-color: #42850E;
}
</style>
border-color css
<style>
span { border-color: #42850E; }
span { border-color: rgb(66,133,14); }
td.TdClassName
{
border-color: #42850E;
}
.TagClassName
{
border-color: #42850E;
}
</style>