#48860E

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

Shades of Bilbao #48860E

Tints of Bilbao #48860E

Color information

#48860E (or 0x48860E) is unknown color: approx Bilbao. HEX triplet: 48, 86 and 0E. RGB value is (72,134,14). Sum of RGB (Red+Green+Blue) = 72+134+14=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #48860E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48860E is #B779F1. Grayscale: #666666. Windows color (decimal): -12024306 or 951880. OLE color: 951880.

HSL color Cylindrical-coordinate representation of color #48860E: hue angle of 91º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48860E is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB7213414-
CMYK0.4600.900.47
HSL91º81.08%29.02%-
HSV(B)91º89.55%52.55%-
XYZ11.2818.463.38-
YUV101.7878.46106.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 134 (52.73% from 255) = 60.91%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=32.73%
G=60.91%
B=6.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72134140.4600.900.479181.0829.02
Hex4886E2E05A2F5b511d
Octal110206165601325713312135
Binary1001000100001101110101110010110101011111011011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48860E; }

 p { color: rgb(72,134,14); }

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

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

 a { background-color: rgb(72,134,14); }

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

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

 span { border-color: rgb(72,134,14); }

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