Shades of Bilbao #276A09
Tints of Bilbao #276A09
RGB
CMYK
RGB Variations
Color information
#276A09 (or 0x276A09) is known color: Bilbao. HEX triplet: 27, 6A and 09. RGB value is (39,106,9). Sum of RGB (Red+Green+Blue) = 39+106+9=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 106 (41.80% from 255 or 68.83% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 106 - color contains mainly: green. Hex color #276A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276A09 is #D895F6. Grayscale: #4B4B4B. Windows color (decimal): -14194167 or 616999. OLE color: 616999.
HSL color Cylindrical-coordinate representation of color #276A09: hue angle of 101.44º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #276A09 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 106 | 9 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.58 |
| HSL | 101.44º | 0.84% | 0.23% | - |
| HSV(B) | 101.44º | 0.92% | 0.42% | - |
| XYZ | 6.04 | 10.76 | 2.02 | - |
| YUV | 74.91 | 90.8 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 9 | 0.63 | 0 | 0.92 | 0.58 | 101.44 | 0.84 | 0.23 |
| Hex | 27 | 6A | 9 | 3F | 0 | 5C | 3A | 65 | 54 | 17 |
| Octal | 47 | 152 | 11 | 77 | 0 | 134 | 72 | 145 | 124 | 27 |
| Binary | 100111 | 1101010 | 1001 | 111111 | 0 | 1011100 | 111010 | 1100101 | 1010100 | 10111 |
Color Harmonies of #276A09
Complementary color
Monochromatic Colors of #276A09
Black with #276A09
Text Example
Text Example
White with #276A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276A09; }
p { color: rgb(39,106,9); }
H1.HeaderClassName
{
color: #276A09;
}
.AnyTagClassName
{
color: #276A09;
}
</style>
background-color css
<style>
a { background-color: #276A09; }
a { background-color: rgb(39,106,9); }
div.DivClassName
{
background-color: #276A09;
}
.BgClassName
{
background-color: #276A09;
}
</style>
border-color css
<style>
span { border-color: #276A09; }
span { border-color: rgb(39,106,9); }
td.TdClassName
{
border-color: #276A09;
}
.TagClassName
{
border-color: #276A09;
}
</style>