Shades of Bilbao #33880E
Tints of Bilbao #33880E
RGB
CMYK
RGB Variations
Color information
#33880E (or 0x33880E) is known color: Bilbao. HEX triplet: 33, 88 and 0E. RGB value is (51,136,14). Sum of RGB (Red+Green+Blue) = 51+136+14=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #33880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33880E is #CC77F1. Grayscale: #616161. Windows color (decimal): -13400050 or 952371. OLE color: 952371.
HSL color Cylindrical-coordinate representation of color #33880E: hue angle of 101.8º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33880E is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 14 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.47 |
| HSL | 101.8º | 0.81% | 0.29% | - |
| HSV(B) | 101.8º | 0.9% | 0.53% | - |
| XYZ | 10.25 | 18.34 | 3.42 | - |
| YUV | 96.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 14 | 0.62 | 0 | 0.90 | 0.47 | 101.8 | 0.81 | 0.29 |
| Hex | 33 | 88 | E | 3E | 0 | 5A | 2F | 66 | 51 | 1D |
| Octal | 63 | 210 | 16 | 76 | 0 | 132 | 57 | 146 | 121 | 35 |
| Binary | 110011 | 10001000 | 1110 | 111110 | 0 | 1011010 | 101111 | 1100110 | 1010001 | 11101 |
Color Harmonies of #33880E
Complementary color
Monochromatic Colors of #33880E
Black with #33880E
Text Example
Text Example
White with #33880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33880E; }
p { color: rgb(51,136,14); }
H1.HeaderClassName
{
color: #33880E;
}
.AnyTagClassName
{
color: #33880E;
}
</style>
background-color css
<style>
a { background-color: #33880E; }
a { background-color: rgb(51,136,14); }
div.DivClassName
{
background-color: #33880E;
}
.BgClassName
{
background-color: #33880E;
}
</style>
border-color css
<style>
span { border-color: #33880E; }
span { border-color: rgb(51,136,14); }
td.TdClassName
{
border-color: #33880E;
}
.TagClassName
{
border-color: #33880E;
}
</style>