#266B09

Color #266B09 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #266B09

Tints of Bilbao #266B09

Color information

#266B09 (or 0x266B09) is unknown color: approx Bilbao. HEX triplet: 26, 6B and 09. RGB value is (38,107,9). Sum of RGB (Red+Green+Blue) = 38+107+9=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #266B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266B09 is #D994F6. Grayscale: #4B4B4B. Windows color (decimal): -14259447 or 617254. OLE color: 617254.

HSL color Cylindrical-coordinate representation of color #266B09: hue angle of 102.24º 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 #266B09 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB381079-
CMYK0.6400.920.58
HSL102.24º84.48%22.75%-
HSV(B)102.24º91.59%41.96%-
XYZ6.1110.952.05-
YUV75.290.64101.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 107 (42.19% from 255) = 69.48%
BLUE value IS 9 (3.91% from 255) = 5.84%
R=24.68%
G=69.48%
B=5.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3810790.6400.920.58102.2484.4822.75
Hex266B94005C3A665417
Octal461531110001347214612427
Binary100110110101110011000000010111001110101100110101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266B09; }

 p { color: rgb(38,107,9); }

 H1.HeaderClassName
 {
   color: #266B09;
 }
 .AnyTagClassName
 {
   color: #266B09;
 }
</style>
background-color css

<style>
 a { background-color: #266B09; }

 a { background-color: rgb(38,107,9); }

 div.DivClassName
 {
   background-color: #266B09;
 }
 .BgClassName
 {
   background-color: #266B09;
 }
</style>
border-color css

<style>
 span { border-color: #266B09; }

 span { border-color: rgb(38,107,9); }

 td.TdClassName
 {
   border-color: #266B09;
 }
 .TagClassName
 {
   border-color: #266B09;
 }
</style>