#488116

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

Shades of Bilbao #488116

Tints of Bilbao #488116

Color information

#488116 (or 0x488116) is unknown color: approx Bilbao. HEX triplet: 48, 81 and 16. RGB value is (72,129,22). Sum of RGB (Red+Green+Blue) = 72+129+22=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #488116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488116 is #B77EE9. Grayscale: #646464. Windows color (decimal): -12025578 or 1474888. OLE color: 1474888.

HSL color Cylindrical-coordinate representation of color #488116: hue angle of 91.96º 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 #488116 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB7212922-
CMYK0.4400.830.49
HSL91.96º70.86%29.61%-
HSV(B)91.96º82.95%50.59%-
XYZ10.6717.143.5-
YUV99.7684.12108.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=32.29%
G=57.85%
B=9.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72129220.4400.830.4991.9670.8629.61
Hex4881162C053315c471e
Octal110201265401236113410736
Binary10010001000000110110101100010100111100011011100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488116; }

 p { color: rgb(72,129,22); }

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

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

 a { background-color: rgb(72,129,22); }

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

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

 span { border-color: rgb(72,129,22); }

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