Shades of Bilbao #468803
Tints of Bilbao #468803
RGB
CMYK
RGB Variations
Color information
#468803 (or 0x468803) is known color: Bilbao. HEX triplet: 46, 88 and 03. RGB value is (70,136,3). Sum of RGB (Red+Green+Blue) = 70+136+3=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #468803 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468803 is #B977FC. Grayscale: #656565. Windows color (decimal): -12154877 or 231494. OLE color: 231494.
HSL color Cylindrical-coordinate representation of color #468803: hue angle of 89.77º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #468803 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.47 |
| HSL | 89.77º | 0.96% | 0.27% | - |
| HSV(B) | 89.77º | 0.98% | 0.53% | - |
| XYZ | 11.35 | 18.92 | 3.14 | - |
| YUV | 101.1 | 72.63 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 3 | 0.49 | 0 | 0.98 | 0.47 | 89.77 | 0.96 | 0.27 |
| Hex | 46 | 88 | 3 | 31 | 0 | 62 | 2F | 5A | 60 | 1B |
| Octal | 106 | 210 | 3 | 61 | 0 | 142 | 57 | 132 | 140 | 33 |
| Binary | 1000110 | 10001000 | 11 | 110001 | 0 | 1100010 | 101111 | 1011010 | 1100000 | 11011 |
Color Harmonies of #468803
Complementary color
Monochromatic Colors of #468803
Black with #468803
Text Example
Text Example
White with #468803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468803; }
p { color: rgb(70,136,3); }
H1.HeaderClassName
{
color: #468803;
}
.AnyTagClassName
{
color: #468803;
}
</style>
background-color css
<style>
a { background-color: #468803; }
a { background-color: rgb(70,136,3); }
div.DivClassName
{
background-color: #468803;
}
.BgClassName
{
background-color: #468803;
}
</style>
border-color css
<style>
span { border-color: #468803; }
span { border-color: rgb(70,136,3); }
td.TdClassName
{
border-color: #468803;
}
.TagClassName
{
border-color: #468803;
}
</style>