Shades of Bilbao #42870A
Tints of Bilbao #42870A
RGB
CMYK
RGB Variations
Color information
#42870A (or 0x42870A) is known color: Bilbao. HEX triplet: 42, 87 and 0A. RGB value is (66,135,10). Sum of RGB (Red+Green+Blue) = 66+135+10=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #42870A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42870A is #BD78F5. Grayscale: #646464. Windows color (decimal): -12417270 or 689986. OLE color: 689986.
HSL color Cylindrical-coordinate representation of color #42870A: hue angle of 93.12º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42870A is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 10 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.47 |
| HSL | 93.12º | 0.86% | 0.28% | - |
| HSV(B) | 93.12º | 0.93% | 0.53% | - |
| XYZ | 10.97 | 18.51 | 3.28 | - |
| YUV | 100.12 | 77.14 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 10 | 0.51 | 0 | 0.93 | 0.47 | 93.12 | 0.86 | 0.28 |
| Hex | 42 | 87 | A | 33 | 0 | 5D | 2F | 5D | 56 | 1C |
| Octal | 102 | 207 | 12 | 63 | 0 | 135 | 57 | 135 | 126 | 34 |
| Binary | 1000010 | 10000111 | 1010 | 110011 | 0 | 1011101 | 101111 | 1011101 | 1010110 | 11100 |
Color Harmonies of #42870A
Complementary color
Monochromatic Colors of #42870A
Black with #42870A
Text Example
Text Example
White with #42870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42870A; }
p { color: rgb(66,135,10); }
H1.HeaderClassName
{
color: #42870A;
}
.AnyTagClassName
{
color: #42870A;
}
</style>
background-color css
<style>
a { background-color: #42870A; }
a { background-color: rgb(66,135,10); }
div.DivClassName
{
background-color: #42870A;
}
.BgClassName
{
background-color: #42870A;
}
</style>
border-color css
<style>
span { border-color: #42870A; }
span { border-color: rgb(66,135,10); }
td.TdClassName
{
border-color: #42870A;
}
.TagClassName
{
border-color: #42870A;
}
</style>