Shades of Bilbao #44890A
Tints of Bilbao #44890A
RGB
CMYK
RGB Variations
Color information
#44890A (or 0x44890A) is known color: Bilbao. HEX triplet: 44, 89 and 0A. RGB value is (68,137,10). Sum of RGB (Red+Green+Blue) = 68+137+10=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #44890A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44890A is #BB76F5. Grayscale: #666666. Windows color (decimal): -12285686 or 690500. OLE color: 690500.
HSL color Cylindrical-coordinate representation of color #44890A: hue angle of 92.6º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44890A is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 10 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.46 |
| HSL | 92.6º | 0.86% | 0.29% | - |
| HSV(B) | 92.6º | 0.93% | 0.54% | - |
| XYZ | 11.38 | 19.14 | 3.38 | - |
| YUV | 101.89 | 76.14 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 10 | 0.50 | 0 | 0.93 | 0.46 | 92.6 | 0.86 | 0.29 |
| Hex | 44 | 89 | A | 32 | 0 | 5D | 2E | 5D | 56 | 1D |
| Octal | 104 | 211 | 12 | 62 | 0 | 135 | 56 | 135 | 126 | 35 |
| Binary | 1000100 | 10001001 | 1010 | 110010 | 0 | 1011101 | 101110 | 1011101 | 1010110 | 11101 |
Color Harmonies of #44890A
Complementary color
Monochromatic Colors of #44890A
Black with #44890A
Text Example
Text Example
White with #44890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44890A; }
p { color: rgb(68,137,10); }
H1.HeaderClassName
{
color: #44890A;
}
.AnyTagClassName
{
color: #44890A;
}
</style>
background-color css
<style>
a { background-color: #44890A; }
a { background-color: rgb(68,137,10); }
div.DivClassName
{
background-color: #44890A;
}
.BgClassName
{
background-color: #44890A;
}
</style>
border-color css
<style>
span { border-color: #44890A; }
span { border-color: rgb(68,137,10); }
td.TdClassName
{
border-color: #44890A;
}
.TagClassName
{
border-color: #44890A;
}
</style>