Shades of Bilbao #33900E
Tints of Bilbao #33900E
RGB
CMYK
RGB Variations
Color information
#33900E (or 0x33900E) is known color: Bilbao. HEX triplet: 33, 90 and 0E. RGB value is (51,144,14). Sum of RGB (Red+Green+Blue) = 51+144+14=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 144 (56.64% from 255 or 68.90% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 144 - color contains mainly: green. Hex color #33900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33900E is #CC6FF1. Grayscale: #656565. Windows color (decimal): -13398002 or 954419. OLE color: 954419.
HSL color Cylindrical-coordinate representation of color #33900E: hue angle of 102.92º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33900E is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 14 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.44 |
| HSL | 102.92º | 0.82% | 0.31% | - |
| HSV(B) | 102.92º | 0.9% | 0.56% | - |
| XYZ | 11.42 | 20.68 | 3.81 | - |
| YUV | 101.37 | 78.69 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 14 | 0.65 | 0 | 0.90 | 0.44 | 102.92 | 0.82 | 0.31 |
| Hex | 33 | 90 | E | 41 | 0 | 5A | 2C | 67 | 52 | 1F |
| Octal | 63 | 220 | 16 | 101 | 0 | 132 | 54 | 147 | 122 | 37 |
| Binary | 110011 | 10010000 | 1110 | 1000001 | 0 | 1011010 | 101100 | 1100111 | 1010010 | 11111 |
Color Harmonies of #33900E
Complementary color
Monochromatic Colors of #33900E
Black with #33900E
Text Example
Text Example
White with #33900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33900E; }
p { color: rgb(51,144,14); }
H1.HeaderClassName
{
color: #33900E;
}
.AnyTagClassName
{
color: #33900E;
}
</style>
background-color css
<style>
a { background-color: #33900E; }
a { background-color: rgb(51,144,14); }
div.DivClassName
{
background-color: #33900E;
}
.BgClassName
{
background-color: #33900E;
}
</style>
border-color css
<style>
span { border-color: #33900E; }
span { border-color: rgb(51,144,14); }
td.TdClassName
{
border-color: #33900E;
}
.TagClassName
{
border-color: #33900E;
}
</style>