Shades of Bilbao #448902
Tints of Bilbao #448902
RGB
CMYK
RGB Variations
Color information
#448902 (or 0x448902) is known color: Bilbao. HEX triplet: 44, 89 and 02. RGB value is (68,137,2). Sum of RGB (Red+Green+Blue) = 68+137+2=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #448902 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448902 is #BB76FD. Grayscale: #656565. Windows color (decimal): -12285694 or 166212. OLE color: 166212.
HSL color Cylindrical-coordinate representation of color #448902: hue angle of 90.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #448902 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 137 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.46 |
| HSL | 90.67º | 0.97% | 0.27% | - |
| HSV(B) | 90.67º | 0.99% | 0.54% | - |
| XYZ | 11.34 | 19.12 | 3.15 | - |
| YUV | 100.98 | 72.14 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 137 | 2 | 0.50 | 0 | 0.99 | 0.46 | 90.67 | 0.97 | 0.27 |
| Hex | 44 | 89 | 2 | 32 | 0 | 63 | 2E | 5B | 61 | 1B |
| Octal | 104 | 211 | 2 | 62 | 0 | 143 | 56 | 133 | 141 | 33 |
| Binary | 1000100 | 10001001 | 10 | 110010 | 0 | 1100011 | 101110 | 1011011 | 1100001 | 11011 |
Color Harmonies of #448902
Complementary color
Monochromatic Colors of #448902
Black with #448902
Text Example
Text Example
White with #448902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448902; }
p { color: rgb(68,137,2); }
H1.HeaderClassName
{
color: #448902;
}
.AnyTagClassName
{
color: #448902;
}
</style>
background-color css
<style>
a { background-color: #448902; }
a { background-color: rgb(68,137,2); }
div.DivClassName
{
background-color: #448902;
}
.BgClassName
{
background-color: #448902;
}
</style>
border-color css
<style>
span { border-color: #448902; }
span { border-color: rgb(68,137,2); }
td.TdClassName
{
border-color: #448902;
}
.TagClassName
{
border-color: #448902;
}
</style>