#468216

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

Shades of Bilbao #468216

Tints of Bilbao #468216

Color information

#468216 (or 0x468216) is unknown color: approx Bilbao. HEX triplet: 46, 82 and 16. RGB value is (70,130,22). Sum of RGB (Red+Green+Blue) = 70+130+22=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #468216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468216 is #B97DE9. Grayscale: #646464. Windows color (decimal): -12156394 or 1475142. OLE color: 1475142.

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

Color convert

RGB7013022-
CMYK0.4600.830.49
HSL93.33º71.05%29.8%-
HSV(B)93.33º83.08%50.98%-
XYZ10.6517.333.54-
YUV99.7584.12106.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 22 (8.98% from 255) = 9.91%
R=31.53%
G=58.56%
B=9.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130220.4600.830.4993.3371.0529.8
Hex4682162E053315d471e
Octal106202265601236113510736
Binary10001101000001010110101110010100111100011011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468216; }

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

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

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

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

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

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

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

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