Shades of Bilbao #276900
Tints of Bilbao #276900
RGB
CMYK
RGB Variations
Color information
#276900 (or 0x276900) is known color: Bilbao. HEX triplet: 27, 69 and 00. RGB value is (39,105,0). Sum of RGB (Red+Green+Blue) = 39+105+0=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #276900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276900 is #D896FF. Grayscale: #494949. Windows color (decimal): -14194432 or 26919. OLE color: 26919.
HSL color Cylindrical-coordinate representation of color #276900: hue angle of 97.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #276900 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 105 | 0 | - |
| CMYK | 0.63 | 0 | 1 | 0.59 |
| HSL | 97.71º | 1% | 0.21% | - |
| HSV(B) | 97.71º | 1% | 0.41% | - |
| XYZ | 5.89 | 10.53 | 1.72 | - |
| YUV | 73.3 | 86.63 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 0 | 0.63 | 0 | 1 | 0.59 | 97.71 | 1 | 0.21 |
| Hex | 27 | 69 | 0 | 3F | 0 | 64 | 3B | 62 | 64 | 15 |
| Octal | 47 | 151 | 0 | 77 | 0 | 144 | 73 | 142 | 144 | 25 |
| Binary | 100111 | 1101001 | 0 | 111111 | 0 | 1100100 | 111011 | 1100010 | 1100100 | 10101 |
Color Harmonies of #276900
Complementary color
Monochromatic Colors of #276900
Black with #276900
Text Example
Text Example
White with #276900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276900; }
p { color: rgb(39,105,0); }
H1.HeaderClassName
{
color: #276900;
}
.AnyTagClassName
{
color: #276900;
}
</style>
background-color css
<style>
a { background-color: #276900; }
a { background-color: rgb(39,105,0); }
div.DivClassName
{
background-color: #276900;
}
.BgClassName
{
background-color: #276900;
}
</style>
border-color css
<style>
span { border-color: #276900; }
span { border-color: rgb(39,105,0); }
td.TdClassName
{
border-color: #276900;
}
.TagClassName
{
border-color: #276900;
}
</style>