Shades of Bilbao #428702
Tints of Bilbao #428702
RGB
CMYK
RGB Variations
Color information
#428702 (or 0x428702) is known color: Bilbao. HEX triplet: 42, 87 and 02. RGB value is (66,135,2). Sum of RGB (Red+Green+Blue) = 66+135+2=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 135 (53.12% from 255 or 66.50% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 135 - color contains mainly: green. Hex color #428702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428702 is #BD78FD. Grayscale: #636363. Windows color (decimal): -12417278 or 165698. OLE color: 165698.
HSL color Cylindrical-coordinate representation of color #428702: hue angle of 91.13º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #428702 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 2 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.47 |
| HSL | 91.13º | 0.97% | 0.27% | - |
| HSV(B) | 91.13º | 0.99% | 0.53% | - |
| XYZ | 10.92 | 18.49 | 3.05 | - |
| YUV | 99.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 2 | 0.51 | 0 | 0.99 | 0.47 | 91.13 | 0.97 | 0.27 |
| Hex | 42 | 87 | 2 | 33 | 0 | 63 | 2F | 5B | 61 | 1B |
| Octal | 102 | 207 | 2 | 63 | 0 | 143 | 57 | 133 | 141 | 33 |
| Binary | 1000010 | 10000111 | 10 | 110011 | 0 | 1100011 | 101111 | 1011011 | 1100001 | 11011 |
Color Harmonies of #428702
Complementary color
Monochromatic Colors of #428702
Black with #428702
Text Example
Text Example
White with #428702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428702; }
p { color: rgb(66,135,2); }
H1.HeaderClassName
{
color: #428702;
}
.AnyTagClassName
{
color: #428702;
}
</style>
background-color css
<style>
a { background-color: #428702; }
a { background-color: rgb(66,135,2); }
div.DivClassName
{
background-color: #428702;
}
.BgClassName
{
background-color: #428702;
}
</style>
border-color css
<style>
span { border-color: #428702; }
span { border-color: rgb(66,135,2); }
td.TdClassName
{
border-color: #428702;
}
.TagClassName
{
border-color: #428702;
}
</style>