Shades of Bilbao #467F02
Tints of Bilbao #467F02
RGB
CMYK
RGB Variations
Color information
#467F02 (or 0x467F02) is known color: Bilbao. HEX triplet: 46, 7F and 02. RGB value is (70,127,2). Sum of RGB (Red+Green+Blue) = 70+127+2=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 127 (50% from 255 or 63.82% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 127 - color contains mainly: green. Hex color #467F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467F02 is #B980FD. Grayscale: #606060. Windows color (decimal): -12157182 or 163654. OLE color: 163654.
HSL color Cylindrical-coordinate representation of color #467F02: hue angle of 87.36º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #467F02 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 127 | 2 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.50 |
| HSL | 87.36º | 0.97% | 0.25% | - |
| HSV(B) | 87.36º | 0.98% | 0.5% | - |
| XYZ | 10.13 | 16.49 | 2.71 | - |
| YUV | 95.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 2 | 0.45 | 0 | 0.98 | 0.50 | 87.36 | 0.97 | 0.25 |
| Hex | 46 | 7F | 2 | 2D | 0 | 62 | 32 | 57 | 61 | 19 |
| Octal | 106 | 177 | 2 | 55 | 0 | 142 | 62 | 127 | 141 | 31 |
| Binary | 1000110 | 1111111 | 10 | 101101 | 0 | 1100010 | 110010 | 1010111 | 1100001 | 11001 |
Color Harmonies of #467F02
Complementary color
Monochromatic Colors of #467F02
Black with #467F02
Text Example
Text Example
White with #467F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F02; }
p { color: rgb(70,127,2); }
H1.HeaderClassName
{
color: #467F02;
}
.AnyTagClassName
{
color: #467F02;
}
</style>
background-color css
<style>
a { background-color: #467F02; }
a { background-color: rgb(70,127,2); }
div.DivClassName
{
background-color: #467F02;
}
.BgClassName
{
background-color: #467F02;
}
</style>
border-color css
<style>
span { border-color: #467F02; }
span { border-color: rgb(70,127,2); }
td.TdClassName
{
border-color: #467F02;
}
.TagClassName
{
border-color: #467F02;
}
</style>