Shades of Bilbao #328B02
Tints of Bilbao #328B02
RGB
CMYK
RGB Variations
Color information
#328B02 (or 0x328B02) is known color: Bilbao. HEX triplet: 32, 8B and 02. RGB value is (50,139,2). Sum of RGB (Red+Green+Blue) = 50+139+2=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 139 (54.69% from 255 or 72.77% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 139 - color contains mainly: green. Hex color #328B02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328B02 is #CD74FD. Grayscale: #616161. Windows color (decimal): -13464830 or 166706. OLE color: 166706.
HSL color Cylindrical-coordinate representation of color #328B02: hue angle of 98.98º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #328B02 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 139 | 2 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.45 |
| HSL | 98.98º | 0.97% | 0.28% | - |
| HSV(B) | 98.98º | 0.99% | 0.55% | - |
| XYZ | 10.56 | 19.15 | 3.2 | - |
| YUV | 96.77 | 74.51 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 2 | 0.64 | 0 | 0.99 | 0.45 | 98.98 | 0.97 | 0.28 |
| Hex | 32 | 8B | 2 | 40 | 0 | 63 | 2D | 63 | 61 | 1C |
| Octal | 62 | 213 | 2 | 100 | 0 | 143 | 55 | 143 | 141 | 34 |
| Binary | 110010 | 10001011 | 10 | 1000000 | 0 | 1100011 | 101101 | 1100011 | 1100001 | 11100 |
Color Harmonies of #328B02
Complementary color
Monochromatic Colors of #328B02
Black with #328B02
Text Example
Text Example
White with #328B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B02; }
p { color: rgb(50,139,2); }
H1.HeaderClassName
{
color: #328B02;
}
.AnyTagClassName
{
color: #328B02;
}
</style>
background-color css
<style>
a { background-color: #328B02; }
a { background-color: rgb(50,139,2); }
div.DivClassName
{
background-color: #328B02;
}
.BgClassName
{
background-color: #328B02;
}
</style>
border-color css
<style>
span { border-color: #328B02; }
span { border-color: rgb(50,139,2); }
td.TdClassName
{
border-color: #328B02;
}
.TagClassName
{
border-color: #328B02;
}
</style>