#267609

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

Shades of Bilbao #267609

Tints of Bilbao #267609

Color information

#267609 (or 0x267609) is unknown color: approx Bilbao. HEX triplet: 26, 76 and 09. RGB value is (38,118,9). Sum of RGB (Red+Green+Blue) = 38+118+9=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 118 (46.48% from 255 or 71.52% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 118 - color contains mainly: green. Hex color #267609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267609 is #D989F6. Grayscale: #525252. Windows color (decimal): -14256631 or 620070. OLE color: 620070.

HSL color Cylindrical-coordinate representation of color #267609: hue angle of 104.04º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #267609 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB381189-
CMYK0.6800.920.54
HSL104.04º85.83%24.9%-
HSV(B)104.04º92.37%46.27%-
XYZ7.3313.392.46-
YUV81.658796.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 118 (46.48% from 255) = 71.52%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=23.03%
G=71.52%
B=5.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3811890.6800.920.54104.0485.8324.9
Hex267694405C36685619
Octal461661110401346615012631
Binary100110111011010011000100010111001101101101000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267609; }

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

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

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

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

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

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

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

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