#266C14

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

Shades of Bilbao #266C14

Tints of Bilbao #266C14

Color information

#266C14 (or 0x266C14) is unknown color: approx Bilbao. HEX triplet: 26, 6C and 14. RGB value is (38,108,20). Sum of RGB (Red+Green+Blue) = 38+108+20=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 108 (42.58% from 255 or 65.06% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 108 - color contains mainly: green. Hex color #266C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266C14 is #D993EB. Grayscale: #4D4D4D. Windows color (decimal): -14259180 or 1338406. OLE color: 1338406.

HSL color Cylindrical-coordinate representation of color #266C14: hue angle of 107.73º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266C14 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB3810820-
CMYK0.6500.810.58
HSL107.73º68.75%25.1%-
HSV(B)107.73º81.48%42.35%-
XYZ6.2911.192.49-
YUV77.0495.81100.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 108 (42.58% from 255) = 65.06%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=22.89%
G=65.06%
B=12.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38108200.6500.810.58107.7368.7525.1
Hex266C14410513A6c4519
Octal461542410101217215410531
Binary1001101101100101001000001010100011110101101100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,108,20); }

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

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

 a { background-color: rgb(38,108,20); }

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

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

 span { border-color: rgb(38,108,20); }

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