Shades of Bilbao #256C02
Tints of Bilbao #256C02
RGB
CMYK
RGB Variations
Color information
#256C02 (or 0x256C02) is known color: Bilbao. HEX triplet: 25, 6C and 02. RGB value is (37,108,2). Sum of RGB (Red+Green+Blue) = 37+108+2=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 108 (42.58% from 255 or 73.47% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 108 - color contains mainly: green. Hex color #256C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256C02 is #DA93FD. Grayscale: #4B4B4B. Windows color (decimal): -14324734 or 158757. OLE color: 158757.
HSL color Cylindrical-coordinate representation of color #256C02: hue angle of 100.19º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #256C02 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 108 | 2 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.58 |
| HSL | 100.19º | 0.96% | 0.22% | - |
| HSV(B) | 100.19º | 0.98% | 0.42% | - |
| XYZ | 6.14 | 11.12 | 1.88 | - |
| YUV | 74.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 2 | 0.66 | 0 | 0.98 | 0.58 | 100.19 | 0.96 | 0.22 |
| Hex | 25 | 6C | 2 | 42 | 0 | 62 | 3A | 64 | 60 | 16 |
| Octal | 45 | 154 | 2 | 102 | 0 | 142 | 72 | 144 | 140 | 26 |
| Binary | 100101 | 1101100 | 10 | 1000010 | 0 | 1100010 | 111010 | 1100100 | 1100000 | 10110 |
Color Harmonies of #256C02
Complementary color
Monochromatic Colors of #256C02
Black with #256C02
Text Example
Text Example
White with #256C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C02; }
p { color: rgb(37,108,2); }
H1.HeaderClassName
{
color: #256C02;
}
.AnyTagClassName
{
color: #256C02;
}
</style>
background-color css
<style>
a { background-color: #256C02; }
a { background-color: rgb(37,108,2); }
div.DivClassName
{
background-color: #256C02;
}
.BgClassName
{
background-color: #256C02;
}
</style>
border-color css
<style>
span { border-color: #256C02; }
span { border-color: rgb(37,108,2); }
td.TdClassName
{
border-color: #256C02;
}
.TagClassName
{
border-color: #256C02;
}
</style>