#467B16

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

Shades of Bilbao #467B16

Tints of Bilbao #467B16

Color information

#467B16 (or 0x467B16) is unknown color: approx Bilbao. HEX triplet: 46, 7B and 16. RGB value is (70,123,22). Sum of RGB (Red+Green+Blue) = 70+123+22=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #467B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467B16 is #B984E9. Grayscale: #5F5F5F. Windows color (decimal): -12158186 or 1473350. OLE color: 1473350.

HSL color Cylindrical-coordinate representation of color #467B16: hue angle of 91.49º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #467B16 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB7012322-
CMYK0.4300.820.52
HSL91.49º69.66%28.43%-
HSV(B)91.49º82.11%48.24%-
XYZ9.7515.533.24-
YUV95.6486.44109.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 123 (48.44% from 255) = 57.21%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=32.56%
G=57.21%
B=10.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70123220.4300.820.5291.4969.6628.43
Hex467B162B052345b461c
Octal106173265301226413310634
Binary1000110111101110110101011010100101101001011011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467B16; }

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

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

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

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

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

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

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

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