#468202

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

Shades of Bilbao #468202

Tints of Bilbao #468202

Color information

#468202 (or 0x468202) is unknown color: approx Bilbao. HEX triplet: 46, 82 and 02. RGB value is (70,130,2). Sum of RGB (Red+Green+Blue) = 70+130+2=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #468202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468202 is #B97DFD. Grayscale: #616161. Windows color (decimal): -12156414 or 164422. OLE color: 164422.

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

Color convert

RGB701302-
CMYK0.4600.980.49
HSL88.12º96.97%25.88%-
HSV(B)88.12º98.46%50.98%-
XYZ10.5217.272.84-
YUV97.4774.12108.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.65%
GREEN value IS 130 (51.17% from 255) = 64.36%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=34.65%
G=64.36%
B=0.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7013020.4600.980.4988.1296.9725.88
Hex468222E0623158611a
Octal10620225601426113014132
Binary10001101000001010101110011000101100011011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468202; }

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

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

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

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

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

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

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

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