Shades of Bilbao #4B800B
Tints of Bilbao #4B800B
RGB
CMYK
RGB Variations
Color information
#4B800B (or 0x4B800B) is known color: Bilbao. HEX triplet: 4B, 80 and 0B. RGB value is (75,128,11). Sum of RGB (Red+Green+Blue) = 75+128+11=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 128 (50.39% from 255 or 59.81% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 128 - color contains mainly: green. Hex color #4B800B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B800B is #B47FF4. Grayscale: #636363. Windows color (decimal): -11829237 or 753739. OLE color: 753739.
HSL color Cylindrical-coordinate representation of color #4B800B: hue angle of 87.18º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B800B is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 128 | 11 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.50 |
| HSL | 87.18º | 0.84% | 0.27% | - |
| HSV(B) | 87.18º | 0.91% | 0.5% | - |
| XYZ | 10.68 | 16.96 | 3.03 | - |
| YUV | 98.82 | 78.44 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 128 | 11 | 0.41 | 0 | 0.91 | 0.50 | 87.18 | 0.84 | 0.27 |
| Hex | 4B | 80 | B | 29 | 0 | 5B | 32 | 57 | 54 | 1B |
| Octal | 113 | 200 | 13 | 51 | 0 | 133 | 62 | 127 | 124 | 33 |
| Binary | 1001011 | 10000000 | 1011 | 101001 | 0 | 1011011 | 110010 | 1010111 | 1010100 | 11011 |
Color Harmonies of #4B800B
Complementary color
Monochromatic Colors of #4B800B
Black with #4B800B
Text Example
Text Example
White with #4B800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B800B; }
p { color: rgb(75,128,11); }
H1.HeaderClassName
{
color: #4B800B;
}
.AnyTagClassName
{
color: #4B800B;
}
</style>
background-color css
<style>
a { background-color: #4B800B; }
a { background-color: rgb(75,128,11); }
div.DivClassName
{
background-color: #4B800B;
}
.BgClassName
{
background-color: #4B800B;
}
</style>
border-color css
<style>
span { border-color: #4B800B; }
span { border-color: rgb(75,128,11); }
td.TdClassName
{
border-color: #4B800B;
}
.TagClassName
{
border-color: #4B800B;
}
</style>