Shades of Bilbao #27680B
Tints of Bilbao #27680B
RGB
CMYK
RGB Variations
Color information
#27680B (or 0x27680B) is known color: Bilbao. HEX triplet: 27, 68 and 0B. RGB value is (39,104,11). Sum of RGB (Red+Green+Blue) = 39+104+11=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #27680B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27680B is #D897F4. Grayscale: #4A4A4A. Windows color (decimal): -14194677 or 747559. OLE color: 747559.
HSL color Cylindrical-coordinate representation of color #27680B: hue angle of 101.94º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27680B is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 104 | 11 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.59 |
| HSL | 101.94º | 0.81% | 0.23% | - |
| HSV(B) | 101.94º | 0.89% | 0.41% | - |
| XYZ | 5.85 | 10.36 | 2.01 | - |
| YUV | 73.96 | 92.47 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 11 | 0.62 | 0 | 0.89 | 0.59 | 101.94 | 0.81 | 0.23 |
| Hex | 27 | 68 | B | 3E | 0 | 59 | 3B | 66 | 51 | 17 |
| Octal | 47 | 150 | 13 | 76 | 0 | 131 | 73 | 146 | 121 | 27 |
| Binary | 100111 | 1101000 | 1011 | 111110 | 0 | 1011001 | 111011 | 1100110 | 1010001 | 10111 |
Color Harmonies of #27680B
Complementary color
Monochromatic Colors of #27680B
Black with #27680B
Text Example
Text Example
White with #27680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27680B; }
p { color: rgb(39,104,11); }
H1.HeaderClassName
{
color: #27680B;
}
.AnyTagClassName
{
color: #27680B;
}
</style>
background-color css
<style>
a { background-color: #27680B; }
a { background-color: rgb(39,104,11); }
div.DivClassName
{
background-color: #27680B;
}
.BgClassName
{
background-color: #27680B;
}
</style>
border-color css
<style>
span { border-color: #27680B; }
span { border-color: rgb(39,104,11); }
td.TdClassName
{
border-color: #27680B;
}
.TagClassName
{
border-color: #27680B;
}
</style>