#468802

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

Shades of Bilbao #468802

Tints of Bilbao #468802

Color information

#468802 (or 0x468802) is unknown color: approx Bilbao. HEX triplet: 46, 88 and 02. RGB value is (70,136,2). Sum of RGB (Red+Green+Blue) = 70+136+2=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 136 (53.52% from 255 or 65.38% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 136 - color contains mainly: green. Hex color #468802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468802 is #B977FD. Grayscale: #656565. Windows color (decimal): -12154878 or 165958. OLE color: 165958.

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

Color convert

RGB701362-
CMYK0.4900.990.47
HSL89.55º97.1%27.06%-
HSV(B)89.55º98.53%53.33%-
XYZ11.3418.913.11-
YUV100.9972.13105.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 136 (53.52% from 255) = 65.38%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=33.65%
G=65.38%
B=0.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7013620.4900.990.4789.5597.127.06
Hex46882310632F5a611b
Octal10621026101435713214133
Binary10001101000100010110001011000111011111011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468802; }

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

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

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

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

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

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

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

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