Shades of Bilbao #488606
Tints of Bilbao #488606
RGB
CMYK
RGB Variations
Color information
#488606 (or 0x488606) is known color: Bilbao. HEX triplet: 48, 86 and 06. RGB value is (72,134,6). Sum of RGB (Red+Green+Blue) = 72+134+6=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #488606 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488606 is #B779F9. Grayscale: #656565. Windows color (decimal): -12024314 or 427592. OLE color: 427592.
HSL color Cylindrical-coordinate representation of color #488606: hue angle of 89.06º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #488606 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 6 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.47 |
| HSL | 89.06º | 0.91% | 0.27% | - |
| HSV(B) | 89.06º | 0.96% | 0.53% | - |
| XYZ | 11.23 | 18.44 | 3.14 | - |
| YUV | 100.87 | 74.46 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 6 | 0.46 | 0 | 0.96 | 0.47 | 89.06 | 0.91 | 0.27 |
| Hex | 48 | 86 | 6 | 2E | 0 | 60 | 2F | 59 | 5B | 1B |
| Octal | 110 | 206 | 6 | 56 | 0 | 140 | 57 | 131 | 133 | 33 |
| Binary | 1001000 | 10000110 | 110 | 101110 | 0 | 1100000 | 101111 | 1011001 | 1011011 | 11011 |
Color Harmonies of #488606
Complementary color
Monochromatic Colors of #488606
Black with #488606
Text Example
Text Example
White with #488606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488606; }
p { color: rgb(72,134,6); }
H1.HeaderClassName
{
color: #488606;
}
.AnyTagClassName
{
color: #488606;
}
</style>
background-color css
<style>
a { background-color: #488606; }
a { background-color: rgb(72,134,6); }
div.DivClassName
{
background-color: #488606;
}
.BgClassName
{
background-color: #488606;
}
</style>
border-color css
<style>
span { border-color: #488606; }
span { border-color: rgb(72,134,6); }
td.TdClassName
{
border-color: #488606;
}
.TagClassName
{
border-color: #488606;
}
</style>