Shades of Bilbao #33850E
Tints of Bilbao #33850E
RGB
CMYK
RGB Variations
Color information
#33850E (or 0x33850E) is known color: Bilbao. HEX triplet: 33, 85 and 0E. RGB value is (51,133,14). Sum of RGB (Red+Green+Blue) = 51+133+14=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 133 (52.34% from 255 or 67.17% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 133 - color contains mainly: green. Hex color #33850E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33850E is #CC7AF1. Grayscale: #5F5F5F. Windows color (decimal): -13400818 or 951603. OLE color: 951603.
HSL color Cylindrical-coordinate representation of color #33850E: hue angle of 101.34º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33850E is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 133 | 14 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.48 |
| HSL | 101.34º | 0.81% | 0.29% | - |
| HSV(B) | 101.34º | 0.89% | 0.52% | - |
| XYZ | 9.83 | 17.51 | 3.28 | - |
| YUV | 94.92 | 82.33 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 14 | 0.62 | 0 | 0.89 | 0.48 | 101.34 | 0.81 | 0.29 |
| Hex | 33 | 85 | E | 3E | 0 | 59 | 30 | 65 | 51 | 1D |
| Octal | 63 | 205 | 16 | 76 | 0 | 131 | 60 | 145 | 121 | 35 |
| Binary | 110011 | 10000101 | 1110 | 111110 | 0 | 1011001 | 110000 | 1100101 | 1010001 | 11101 |
Color Harmonies of #33850E
Complementary color
Monochromatic Colors of #33850E
Black with #33850E
Text Example
Text Example
White with #33850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33850E; }
p { color: rgb(51,133,14); }
H1.HeaderClassName
{
color: #33850E;
}
.AnyTagClassName
{
color: #33850E;
}
</style>
background-color css
<style>
a { background-color: #33850E; }
a { background-color: rgb(51,133,14); }
div.DivClassName
{
background-color: #33850E;
}
.BgClassName
{
background-color: #33850E;
}
</style>
border-color css
<style>
span { border-color: #33850E; }
span { border-color: rgb(51,133,14); }
td.TdClassName
{
border-color: #33850E;
}
.TagClassName
{
border-color: #33850E;
}
</style>