Shades of Bilbao #428101
Tints of Bilbao #428101
RGB
CMYK
RGB Variations
Color information
#428101 (or 0x428101) is known color: Bilbao. HEX triplet: 42, 81 and 01. RGB value is (66,129,1). Sum of RGB (Red+Green+Blue) = 66+129+1=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 129 (50.78% from 255 or 65.82% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 129 - color contains mainly: green. Hex color #428101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428101 is #BD7EFE. Grayscale: #606060. Windows color (decimal): -12418815 or 98626. OLE color: 98626.
HSL color Cylindrical-coordinate representation of color #428101: hue angle of 89.53º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #428101 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.49 |
| HSL | 89.53º | 0.98% | 0.25% | - |
| HSV(B) | 89.53º | 0.99% | 0.51% | - |
| XYZ | 10.1 | 16.86 | 2.75 | - |
| YUV | 95.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 1 | 0.49 | 0 | 0.99 | 0.49 | 89.53 | 0.98 | 0.25 |
| Hex | 42 | 81 | 1 | 31 | 0 | 63 | 31 | 5A | 62 | 19 |
| Octal | 102 | 201 | 1 | 61 | 0 | 143 | 61 | 132 | 142 | 31 |
| Binary | 1000010 | 10000001 | 1 | 110001 | 0 | 1100011 | 110001 | 1011010 | 1100010 | 11001 |
Color Harmonies of #428101
Complementary color
Monochromatic Colors of #428101
Black with #428101
Text Example
Text Example
White with #428101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428101; }
p { color: rgb(66,129,1); }
H1.HeaderClassName
{
color: #428101;
}
.AnyTagClassName
{
color: #428101;
}
</style>
background-color css
<style>
a { background-color: #428101; }
a { background-color: rgb(66,129,1); }
div.DivClassName
{
background-color: #428101;
}
.BgClassName
{
background-color: #428101;
}
</style>
border-color css
<style>
span { border-color: #428101; }
span { border-color: rgb(66,129,1); }
td.TdClassName
{
border-color: #428101;
}
.TagClassName
{
border-color: #428101;
}
</style>