#266C05

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

Shades of Bilbao #266C05

Tints of Bilbao #266C05

Color information

#266C05 (or 0x266C05) is unknown color: approx Bilbao. HEX triplet: 26, 6C and 05. RGB value is (38,108,5). Sum of RGB (Red+Green+Blue) = 38+108+5=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 108 (42.58% from 255 or 71.52% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 108 - color contains mainly: green. Hex color #266C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266C05 is #D993FA. Grayscale: #4B4B4B. Windows color (decimal): -14259195 or 355366. OLE color: 355366.

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

Color convert

RGB381085-
CMYK0.6500.950.58
HSL100.78º91.15%22.16%-
HSV(B)100.78º95.37%42.35%-
XYZ6.1911.151.97-
YUV75.3388.31101.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 108 (42.58% from 255) = 71.52%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=25.17%
G=71.52%
B=3.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3810850.6500.950.58100.7891.1522.16
Hex266C54105F3A655b16
Octal46154510101377214513326
Binary10011011011001011000001010111111110101100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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