Shades of Bilbao #25690A
Tints of Bilbao #25690A
RGB
CMYK
RGB Variations
Color information
#25690A (or 0x25690A) is known color: Bilbao. HEX triplet: 25, 69 and 0A. RGB value is (37,105,10). Sum of RGB (Red+Green+Blue) = 37+105+10=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #25690A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #25690A is #DA96F5. Grayscale: #4A4A4A. Windows color (decimal): -14325494 or 682277. OLE color: 682277.
HSL color Cylindrical-coordinate representation of color #25690A: hue angle of 102.95º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25690A is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 105 | 10 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.59 |
| HSL | 102.95º | 0.83% | 0.23% | - |
| HSV(B) | 102.95º | 0.9% | 0.41% | - |
| XYZ | 5.87 | 10.52 | 2.01 | - |
| YUV | 73.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 10 | 0.65 | 0 | 0.90 | 0.59 | 102.95 | 0.83 | 0.23 |
| Hex | 25 | 69 | A | 41 | 0 | 5A | 3B | 67 | 53 | 17 |
| Octal | 45 | 151 | 12 | 101 | 0 | 132 | 73 | 147 | 123 | 27 |
| Binary | 100101 | 1101001 | 1010 | 1000001 | 0 | 1011010 | 111011 | 1100111 | 1010011 | 10111 |
Color Harmonies of #25690A
Complementary color
Monochromatic Colors of #25690A
Black with #25690A
Text Example
Text Example
White with #25690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25690A; }
p { color: rgb(37,105,10); }
H1.HeaderClassName
{
color: #25690A;
}
.AnyTagClassName
{
color: #25690A;
}
</style>
background-color css
<style>
a { background-color: #25690A; }
a { background-color: rgb(37,105,10); }
div.DivClassName
{
background-color: #25690A;
}
.BgClassName
{
background-color: #25690A;
}
</style>
border-color css
<style>
span { border-color: #25690A; }
span { border-color: rgb(37,105,10); }
td.TdClassName
{
border-color: #25690A;
}
.TagClassName
{
border-color: #25690A;
}
</style>