#468209

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

Shades of Bilbao #468209

Tints of Bilbao #468209

Color information

#468209 (or 0x468209) is unknown color: approx Bilbao. HEX triplet: 46, 82 and 09. RGB value is (70,130,9). Sum of RGB (Red+Green+Blue) = 70+130+9=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #468209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468209 is #B97DF6. Grayscale: #626262. Windows color (decimal): -12156407 or 623174. OLE color: 623174.

HSL color Cylindrical-coordinate representation of color #468209: hue angle of 89.75º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #468209 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB701309-
CMYK0.4600.930.49
HSL89.75º87.05%27.25%-
HSV(B)89.75º93.08%50.98%-
XYZ10.5617.293.04-
YUV98.2777.62107.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 130 (51.17% from 255) = 62.20%
BLUE value IS 9 (3.91% from 255) = 4.31%
R=33.49%
G=62.20%
B=4.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7013090.4600.930.4989.7587.0527.25
Hex468292E05D315a571b
Octal106202115601356113212733
Binary1000110100000101001101110010111011100011011010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468209; }

 p { color: rgb(70,130,9); }

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

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

 a { background-color: rgb(70,130,9); }

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

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

 span { border-color: rgb(70,130,9); }

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