#266E00

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

Shades of Bilbao #266E00

Tints of Bilbao #266E00

Color information

#266E00 (or 0x266E00) is unknown color: approx Bilbao. HEX triplet: 26, 6E and 00. RGB value is (38,110,0). Sum of RGB (Red+Green+Blue) = 38+110+0=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 110 (43.36% from 255 or 74.32% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 110 - color contains mainly: green. Hex color #266E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266E00 is #D991FF. Grayscale: #4C4C4C. Windows color (decimal): -14258688 or 28198. OLE color: 28198.

HSL color Cylindrical-coordinate representation of color #266E00: hue angle of 99.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #266E00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB381100-
CMYK0.65010.57
HSL99.27º100%21.57%-
HSV(B)99.27º100%43.14%-
XYZ6.3811.561.9-
YUV75.9385.15100.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 110 (43.36% from 255) = 74.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.68%
G=74.32%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3811000.65010.5799.2710021.57
Hex266E04106439636416
Octal46156010101447114314426
Binary100110110111001000001011001001110011100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,110,0); }

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

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

 a { background-color: rgb(38,110,0); }

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

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

 span { border-color: rgb(38,110,0); }

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