#488202

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

Shades of Bilbao #488202

Tints of Bilbao #488202

Color information

#488202 (or 0x488202) is unknown color: approx Bilbao. HEX triplet: 48, 82 and 02. RGB value is (72,130,2). Sum of RGB (Red+Green+Blue) = 72+130+2=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #488202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488202 is #B77DFD. Grayscale: #626262. Windows color (decimal): -12025342 or 164424. OLE color: 164424.

HSL color Cylindrical-coordinate representation of color #488202: hue angle of 87.19º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #488202 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB721302-
CMYK0.4500.980.49
HSL87.19º96.97%25.88%-
HSV(B)87.19º98.46%50.98%-
XYZ10.6717.352.84-
YUV98.0773.78109.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 130 (51.17% from 255) = 63.73%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=35.29%
G=63.73%
B=0.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7213020.4500.980.4987.1996.9725.88
Hex488222D0623157611a
Octal11020225501426112714132
Binary10010001000001010101101011000101100011010111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488202; }

 p { color: rgb(72,130,2); }

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

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

 a { background-color: rgb(72,130,2); }

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

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

 span { border-color: rgb(72,130,2); }

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