#467902

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

Shades of Bilbao #467902

Tints of Bilbao #467902

Color information

#467902 (or 0x467902) is unknown color: approx Bilbao. HEX triplet: 46, 79 and 02. RGB value is (70,121,2). Sum of RGB (Red+Green+Blue) = 70+121+2=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 121 (47.66% from 255 or 62.69% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 121 - color contains mainly: green. Hex color #467902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467902 is #B986FD. Grayscale: #5C5C5C. Windows color (decimal): -12158718 or 162118. OLE color: 162118.

HSL color Cylindrical-coordinate representation of color #467902: hue angle of 85.71º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #467902 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB701212-
CMYK0.4200.980.53
HSL85.71º96.75%24.12%-
HSV(B)85.71º98.35%47.45%-
XYZ9.3714.982.46-
YUV92.1877.1112.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 121 (47.66% from 255) = 62.69%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=36.27%
G=62.69%
B=1.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7012120.4200.980.5385.7196.7524.12
Hex467922A06235566118
Octal10617125201426512614130
Binary1000110111100110101010011000101101011010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467902; }

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

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

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

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

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

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

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

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