Shades of Bilbao #488302
Tints of Bilbao #488302
RGB
CMYK
RGB Variations
Color information
#488302 (or 0x488302) is known color: Bilbao. HEX triplet: 48, 83 and 02. RGB value is (72,131,2). Sum of RGB (Red+Green+Blue) = 72+131+2=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #488302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488302 is #B77CFD. Grayscale: #636363. Windows color (decimal): -12025086 or 164680. OLE color: 164680.
HSL color Cylindrical-coordinate representation of color #488302: hue angle of 87.44º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #488302 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 131 | 2 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.49 |
| HSL | 87.44º | 0.97% | 0.26% | - |
| HSV(B) | 87.44º | 0.98% | 0.51% | - |
| XYZ | 10.8 | 17.61 | 2.89 | - |
| YUV | 98.65 | 73.45 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 2 | 0.45 | 0 | 0.98 | 0.49 | 87.44 | 0.97 | 0.26 |
| Hex | 48 | 83 | 2 | 2D | 0 | 62 | 31 | 57 | 61 | 1A |
| Octal | 110 | 203 | 2 | 55 | 0 | 142 | 61 | 127 | 141 | 32 |
| Binary | 1001000 | 10000011 | 10 | 101101 | 0 | 1100010 | 110001 | 1010111 | 1100001 | 11010 |
Color Harmonies of #488302
Complementary color
Monochromatic Colors of #488302
Black with #488302
Text Example
Text Example
White with #488302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488302; }
p { color: rgb(72,131,2); }
H1.HeaderClassName
{
color: #488302;
}
.AnyTagClassName
{
color: #488302;
}
</style>
background-color css
<style>
a { background-color: #488302; }
a { background-color: rgb(72,131,2); }
div.DivClassName
{
background-color: #488302;
}
.BgClassName
{
background-color: #488302;
}
</style>
border-color css
<style>
span { border-color: #488302; }
span { border-color: rgb(72,131,2); }
td.TdClassName
{
border-color: #488302;
}
.TagClassName
{
border-color: #488302;
}
</style>