Shades of Bilbao #33891B
Tints of Bilbao #33891B
RGB
CMYK
RGB Variations
Color information
#33891B (or 0x33891B) is known color: Bilbao. HEX triplet: 33, 89 and 1B. RGB value is (51,137,27). Sum of RGB (Red+Green+Blue) = 51+137+27=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #33891B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33891B is #CC76E4. Grayscale: #636363. Windows color (decimal): -13399781 or 1804595. OLE color: 1804595.
HSL color Cylindrical-coordinate representation of color #33891B: hue angle of 106.91º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33891B is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 137 | 27 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.46 |
| HSL | 106.91º | 0.67% | 0.32% | - |
| HSV(B) | 106.91º | 0.8% | 0.54% | - |
| XYZ | 10.51 | 18.67 | 4.09 | - |
| YUV | 98.75 | 87.51 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 27 | 0.63 | 0 | 0.80 | 0.46 | 106.91 | 0.67 | 0.32 |
| Hex | 33 | 89 | 1B | 3F | 0 | 50 | 2E | 6B | 43 | 20 |
| Octal | 63 | 211 | 33 | 77 | 0 | 120 | 56 | 153 | 103 | 40 |
| Binary | 110011 | 10001001 | 11011 | 111111 | 0 | 1010000 | 101110 | 1101011 | 1000011 | 100000 |
Color Harmonies of #33891B
Complementary color
Monochromatic Colors of #33891B
Black with #33891B
Text Example
Text Example
White with #33891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33891B; }
p { color: rgb(51,137,27); }
H1.HeaderClassName
{
color: #33891B;
}
.AnyTagClassName
{
color: #33891B;
}
</style>
background-color css
<style>
a { background-color: #33891B; }
a { background-color: rgb(51,137,27); }
div.DivClassName
{
background-color: #33891B;
}
.BgClassName
{
background-color: #33891B;
}
</style>
border-color css
<style>
span { border-color: #33891B; }
span { border-color: rgb(51,137,27); }
td.TdClassName
{
border-color: #33891B;
}
.TagClassName
{
border-color: #33891B;
}
</style>