#226A09

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

Shades of Bilbao #226A09

Tints of Bilbao #226A09

Color information

#226A09 (or 0x226A09) is unknown color: approx Bilbao. HEX triplet: 22, 6A and 09. RGB value is (34,106,9). Sum of RGB (Red+Green+Blue) = 34+106+9=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 106 (41.80% from 255 or 71.14% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 106 - color contains mainly: green. Hex color #226A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226A09 is #DD95F6. Grayscale: #494949. Windows color (decimal): -14521847 or 616994. OLE color: 616994.

HSL color Cylindrical-coordinate representation of color #226A09: hue angle of 104.54º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #226A09 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB341069-
CMYK0.6800.920.58
HSL104.54º84.35%22.55%-
HSV(B)104.54º91.51%41.57%-
XYZ5.8610.672.01-
YUV73.4191.6599.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 106 (41.80% from 255) = 71.14%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=22.82%
G=71.14%
B=6.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3410690.6800.920.58104.5484.3522.55
Hex226A94405C3A695417
Octal421521110401347215112427
Binary100010110101010011000100010111001110101101001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226A09; }

 p { color: rgb(34,106,9); }

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

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

 a { background-color: rgb(34,106,9); }

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

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

 span { border-color: rgb(34,106,9); }

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