Shades of Bilbao #328201
Tints of Bilbao #328201
RGB
CMYK
RGB Variations
Color information
#328201 (or 0x328201) is known color: Bilbao. HEX triplet: 32, 82 and 01. RGB value is (50,130,1). Sum of RGB (Red+Green+Blue) = 50+130+1=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #328201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328201 is #CD7DFE. Grayscale: #5B5B5B. Windows color (decimal): -13467135 or 98866. OLE color: 98866.
HSL color Cylindrical-coordinate representation of color #328201: hue angle of 97.21º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #328201 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 1 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.49 |
| HSL | 97.21º | 0.98% | 0.26% | - |
| HSV(B) | 97.21º | 0.99% | 0.51% | - |
| XYZ | 9.3 | 16.65 | 2.75 | - |
| YUV | 91.37 | 77 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 1 | 0.62 | 0 | 0.99 | 0.49 | 97.21 | 0.98 | 0.26 |
| Hex | 32 | 82 | 1 | 3E | 0 | 63 | 31 | 61 | 62 | 1A |
| Octal | 62 | 202 | 1 | 76 | 0 | 143 | 61 | 141 | 142 | 32 |
| Binary | 110010 | 10000010 | 1 | 111110 | 0 | 1100011 | 110001 | 1100001 | 1100010 | 11010 |
Color Harmonies of #328201
Complementary color
Monochromatic Colors of #328201
Black with #328201
Text Example
Text Example
White with #328201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328201; }
p { color: rgb(50,130,1); }
H1.HeaderClassName
{
color: #328201;
}
.AnyTagClassName
{
color: #328201;
}
</style>
background-color css
<style>
a { background-color: #328201; }
a { background-color: rgb(50,130,1); }
div.DivClassName
{
background-color: #328201;
}
.BgClassName
{
background-color: #328201;
}
</style>
border-color css
<style>
span { border-color: #328201; }
span { border-color: rgb(50,130,1); }
td.TdClassName
{
border-color: #328201;
}
.TagClassName
{
border-color: #328201;
}
</style>