Shades of Bilbao #42850F
Tints of Bilbao #42850F
RGB
CMYK
RGB Variations
Color information
#42850F (or 0x42850F) is known color: Bilbao. HEX triplet: 42, 85 and 0F. RGB value is (66,133,15). Sum of RGB (Red+Green+Blue) = 66+133+15=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #42850F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42850F is #BD7AF0. Grayscale: #636363. Windows color (decimal): -12417777 or 1017154. OLE color: 1017154.
HSL color Cylindrical-coordinate representation of color #42850F: hue angle of 94.07º degrees, saturation: 0.8, 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 #42850F is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 15 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.48 |
| HSL | 94.07º | 0.8% | 0.29% | - |
| HSV(B) | 94.07º | 0.89% | 0.52% | - |
| XYZ | 10.72 | 17.97 | 3.36 | - |
| YUV | 99.52 | 80.3 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 15 | 0.50 | 0 | 0.89 | 0.48 | 94.07 | 0.8 | 0.29 |
| Hex | 42 | 85 | F | 32 | 0 | 59 | 30 | 5E | 50 | 1D |
| Octal | 102 | 205 | 17 | 62 | 0 | 131 | 60 | 136 | 120 | 35 |
| Binary | 1000010 | 10000101 | 1111 | 110010 | 0 | 1011001 | 110000 | 1011110 | 1010000 | 11101 |
Color Harmonies of #42850F
Complementary color
Monochromatic Colors of #42850F
Black with #42850F
Text Example
Text Example
White with #42850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42850F; }
p { color: rgb(66,133,15); }
H1.HeaderClassName
{
color: #42850F;
}
.AnyTagClassName
{
color: #42850F;
}
</style>
background-color css
<style>
a { background-color: #42850F; }
a { background-color: rgb(66,133,15); }
div.DivClassName
{
background-color: #42850F;
}
.BgClassName
{
background-color: #42850F;
}
</style>
border-color css
<style>
span { border-color: #42850F; }
span { border-color: rgb(66,133,15); }
td.TdClassName
{
border-color: #42850F;
}
.TagClassName
{
border-color: #42850F;
}
</style>