Shades of Bilbao #32840A
Tints of Bilbao #32840A
RGB
CMYK
RGB Variations
Color information
#32840A (or 0x32840A) is known color: Bilbao. HEX triplet: 32, 84 and 0A. RGB value is (50,132,10). Sum of RGB (Red+Green+Blue) = 50+132+10=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #32840A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32840A is #CD7BF5. Grayscale: #5D5D5D. Windows color (decimal): -13466614 or 689202. OLE color: 689202.
HSL color Cylindrical-coordinate representation of color #32840A: hue angle of 100.33º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32840A is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 10 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.48 |
| HSL | 100.33º | 0.86% | 0.28% | - |
| HSV(B) | 100.33º | 0.92% | 0.52% | - |
| XYZ | 9.62 | 17.2 | 3.1 | - |
| YUV | 93.57 | 80.83 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 10 | 0.62 | 0 | 0.92 | 0.48 | 100.33 | 0.86 | 0.28 |
| Hex | 32 | 84 | A | 3E | 0 | 5C | 30 | 64 | 56 | 1C |
| Octal | 62 | 204 | 12 | 76 | 0 | 134 | 60 | 144 | 126 | 34 |
| Binary | 110010 | 10000100 | 1010 | 111110 | 0 | 1011100 | 110000 | 1100100 | 1010110 | 11100 |
Color Harmonies of #32840A
Complementary color
Monochromatic Colors of #32840A
Black with #32840A
Text Example
Text Example
White with #32840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32840A; }
p { color: rgb(50,132,10); }
H1.HeaderClassName
{
color: #32840A;
}
.AnyTagClassName
{
color: #32840A;
}
</style>
background-color css
<style>
a { background-color: #32840A; }
a { background-color: rgb(50,132,10); }
div.DivClassName
{
background-color: #32840A;
}
.BgClassName
{
background-color: #32840A;
}
</style>
border-color css
<style>
span { border-color: #32840A; }
span { border-color: rgb(50,132,10); }
td.TdClassName
{
border-color: #32840A;
}
.TagClassName
{
border-color: #32840A;
}
</style>