Shades of Bilbao #328206
Tints of Bilbao #328206
RGB
CMYK
RGB Variations
Color information
#328206 (or 0x328206) is known color: Bilbao. HEX triplet: 32, 82 and 06. RGB value is (50,130,6). Sum of RGB (Red+Green+Blue) = 50+130+6=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 130 (51.17% from 255 or 69.89% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 130 - color contains mainly: green. Hex color #328206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328206 is #CD7DF9. Grayscale: #5C5C5C. Windows color (decimal): -13467130 or 426546. OLE color: 426546.
HSL color Cylindrical-coordinate representation of color #328206: hue angle of 98.71º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #328206 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 6 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.49 |
| HSL | 98.71º | 0.91% | 0.27% | - |
| HSV(B) | 98.71º | 0.95% | 0.51% | - |
| XYZ | 9.33 | 16.66 | 2.9 | - |
| YUV | 91.94 | 79.5 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 6 | 0.62 | 0 | 0.95 | 0.49 | 98.71 | 0.91 | 0.27 |
| Hex | 32 | 82 | 6 | 3E | 0 | 5F | 31 | 63 | 5B | 1B |
| Octal | 62 | 202 | 6 | 76 | 0 | 137 | 61 | 143 | 133 | 33 |
| Binary | 110010 | 10000010 | 110 | 111110 | 0 | 1011111 | 110001 | 1100011 | 1011011 | 11011 |
Color Harmonies of #328206
Complementary color
Monochromatic Colors of #328206
Black with #328206
Text Example
Text Example
White with #328206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328206; }
p { color: rgb(50,130,6); }
H1.HeaderClassName
{
color: #328206;
}
.AnyTagClassName
{
color: #328206;
}
</style>
background-color css
<style>
a { background-color: #328206; }
a { background-color: rgb(50,130,6); }
div.DivClassName
{
background-color: #328206;
}
.BgClassName
{
background-color: #328206;
}
</style>
border-color css
<style>
span { border-color: #328206; }
span { border-color: rgb(50,130,6); }
td.TdClassName
{
border-color: #328206;
}
.TagClassName
{
border-color: #328206;
}
</style>