Shades of Bilbao #33900B
Tints of Bilbao #33900B
RGB
CMYK
RGB Variations
Color information
#33900B (or 0x33900B) is known color: Bilbao. HEX triplet: 33, 90 and 0B. RGB value is (51,144,11). Sum of RGB (Red+Green+Blue) = 51+144+11=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 144 (56.64% from 255 or 69.90% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 144 - color contains mainly: green. Hex color #33900B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33900B is #CC6FF4. Grayscale: #656565. Windows color (decimal): -13398005 or 757811. OLE color: 757811.
HSL color Cylindrical-coordinate representation of color #33900B: hue angle of 101.95º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33900B is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 11 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.44 |
| HSL | 101.95º | 0.86% | 0.3% | - |
| HSV(B) | 101.95º | 0.92% | 0.56% | - |
| XYZ | 11.4 | 20.67 | 3.71 | - |
| YUV | 101.03 | 77.19 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 11 | 0.65 | 0 | 0.92 | 0.44 | 101.95 | 0.86 | 0.3 |
| Hex | 33 | 90 | B | 41 | 0 | 5C | 2C | 66 | 56 | 1E |
| Octal | 63 | 220 | 13 | 101 | 0 | 134 | 54 | 146 | 126 | 36 |
| Binary | 110011 | 10010000 | 1011 | 1000001 | 0 | 1011100 | 101100 | 1100110 | 1010110 | 11110 |
Color Harmonies of #33900B
Complementary color
Monochromatic Colors of #33900B
Black with #33900B
Text Example
Text Example
White with #33900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33900B; }
p { color: rgb(51,144,11); }
H1.HeaderClassName
{
color: #33900B;
}
.AnyTagClassName
{
color: #33900B;
}
</style>
background-color css
<style>
a { background-color: #33900B; }
a { background-color: rgb(51,144,11); }
div.DivClassName
{
background-color: #33900B;
}
.BgClassName
{
background-color: #33900B;
}
</style>
border-color css
<style>
span { border-color: #33900B; }
span { border-color: rgb(51,144,11); }
td.TdClassName
{
border-color: #33900B;
}
.TagClassName
{
border-color: #33900B;
}
</style>