#468214

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

Shades of Bilbao #468214

Tints of Bilbao #468214

Color information

#468214 (or 0x468214) is unknown color: approx Bilbao. HEX triplet: 46, 82 and 14. RGB value is (70,130,20). Sum of RGB (Red+Green+Blue) = 70+130+20=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #468214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468214 is #B97DEB. Grayscale: #636363. Windows color (decimal): -12156396 or 1344070. OLE color: 1344070.

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

Color convert

RGB7013020-
CMYK0.4600.850.49
HSL92.73º73.33%29.41%-
HSV(B)92.73º84.62%50.98%-
XYZ10.6317.323.44-
YUV99.5283.12106.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 130 (51.17% from 255) = 59.09%
BLUE value IS 20 (8.20% from 255) = 9.09%
R=31.82%
G=59.09%
B=9.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130200.4600.850.4992.7373.3329.41
Hex4682142E055315d491d
Octal106202245601256113511135
Binary10001101000001010100101110010101011100011011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468214; }

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

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

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

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

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

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

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

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