Shades of Bilbao #488214
Tints of Bilbao #488214
RGB
CMYK
RGB Variations
Color information
#488214 (or 0x488214) is known color: Bilbao. HEX triplet: 48, 82 and 14. RGB value is (72,130,20). Sum of RGB (Red+Green+Blue) = 72+130+20=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #488214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488214 is #B77DEB. Grayscale: #646464. Windows color (decimal): -12025324 or 1344072. OLE color: 1344072.
HSL color Cylindrical-coordinate representation of color #488214: hue angle of 91.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #488214 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 130 | 20 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.49 |
| HSL | 91.64º | 0.73% | 0.29% | - |
| HSV(B) | 91.64º | 0.85% | 0.51% | - |
| XYZ | 10.78 | 17.39 | 3.45 | - |
| YUV | 100.12 | 82.78 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 20 | 0.45 | 0 | 0.85 | 0.49 | 91.64 | 0.73 | 0.29 |
| Hex | 48 | 82 | 14 | 2D | 0 | 55 | 31 | 5C | 49 | 1D |
| Octal | 110 | 202 | 24 | 55 | 0 | 125 | 61 | 134 | 111 | 35 |
| Binary | 1001000 | 10000010 | 10100 | 101101 | 0 | 1010101 | 110001 | 1011100 | 1001001 | 11101 |
Color Harmonies of #488214
Complementary color
Monochromatic Colors of #488214
Black with #488214
Text Example
Text Example
White with #488214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488214; }
p { color: rgb(72,130,20); }
H1.HeaderClassName
{
color: #488214;
}
.AnyTagClassName
{
color: #488214;
}
</style>
background-color css
<style>
a { background-color: #488214; }
a { background-color: rgb(72,130,20); }
div.DivClassName
{
background-color: #488214;
}
.BgClassName
{
background-color: #488214;
}
</style>
border-color css
<style>
span { border-color: #488214; }
span { border-color: rgb(72,130,20); }
td.TdClassName
{
border-color: #488214;
}
.TagClassName
{
border-color: #488214;
}
</style>