Shades of Bilbao #276C10
Tints of Bilbao #276C10
RGB
CMYK
RGB Variations
Color information
#276C10 (or 0x276C10) is known color: Bilbao. HEX triplet: 27, 6C and 10. RGB value is (39,108,16). Sum of RGB (Red+Green+Blue) = 39+108+16=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 108 (42.58% from 255 or 66.26% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 108 - color contains mainly: green. Hex color #276C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276C10 is #D893EF. Grayscale: #4D4D4D. Windows color (decimal): -14193648 or 1076263. OLE color: 1076263.
HSL color Cylindrical-coordinate representation of color #276C10: hue angle of 105º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #276C10 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 108 | 16 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.58 |
| HSL | 105º | 0.74% | 0.24% | - |
| HSV(B) | 105º | 0.85% | 0.42% | - |
| XYZ | 6.29 | 11.19 | 2.32 | - |
| YUV | 76.88 | 93.64 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 16 | 0.64 | 0 | 0.85 | 0.58 | 105 | 0.74 | 0.24 |
| Hex | 27 | 6C | 10 | 40 | 0 | 55 | 3A | 69 | 4A | 18 |
| Octal | 47 | 154 | 20 | 100 | 0 | 125 | 72 | 151 | 112 | 30 |
| Binary | 100111 | 1101100 | 10000 | 1000000 | 0 | 1010101 | 111010 | 1101001 | 1001010 | 11000 |
Color Harmonies of #276C10
Complementary color
Monochromatic Colors of #276C10
Black with #276C10
Text Example
Text Example
White with #276C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C10; }
p { color: rgb(39,108,16); }
H1.HeaderClassName
{
color: #276C10;
}
.AnyTagClassName
{
color: #276C10;
}
</style>
background-color css
<style>
a { background-color: #276C10; }
a { background-color: rgb(39,108,16); }
div.DivClassName
{
background-color: #276C10;
}
.BgClassName
{
background-color: #276C10;
}
</style>
border-color css
<style>
span { border-color: #276C10; }
span { border-color: rgb(39,108,16); }
td.TdClassName
{
border-color: #276C10;
}
.TagClassName
{
border-color: #276C10;
}
</style>