#266B0E

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

Shades of Bilbao #266B0E

Tints of Bilbao #266B0E

Color information

#266B0E (or 0x266B0E) is unknown color: approx Bilbao. HEX triplet: 26, 6B and 0E. RGB value is (38,107,14). Sum of RGB (Red+Green+Blue) = 38+107+14=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 107 (42.19% from 255 or 67.30% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 107 - color contains mainly: green. Hex color #266B0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266B0E is #D994F1. Grayscale: #4C4C4C. Windows color (decimal): -14259442 or 944934. OLE color: 944934.

HSL color Cylindrical-coordinate representation of color #266B0E: hue angle of 104.52º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #266B0E is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB3810714-
CMYK0.6400.870.58
HSL104.52º76.86%23.73%-
HSV(B)104.52º86.92%41.96%-
XYZ6.1410.962.21-
YUV75.7793.14101.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 107 (42.19% from 255) = 67.30%
BLUE value IS 14 (5.86% from 255) = 8.81%
R=23.90%
G=67.30%
B=8.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38107140.6400.870.58104.5276.8623.73
Hex266BE400573A694d18
Octal461531610001277215111530
Binary100110110101111101000000010101111110101101001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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