#468806

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

Shades of Bilbao #468806

Tints of Bilbao #468806

Color information

#468806 (or 0x468806) is unknown color: approx Bilbao. HEX triplet: 46, 88 and 06. RGB value is (70,136,6). Sum of RGB (Red+Green+Blue) = 70+136+6=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #468806 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468806 is #B977F9. Grayscale: #656565. Windows color (decimal): -12154874 or 428102. OLE color: 428102.

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

Color convert

RGB701366-
CMYK0.4900.960.47
HSL90.46º91.55%27.84%-
HSV(B)90.46º95.59%53.33%-
XYZ11.3618.923.23-
YUV101.4574.13105.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 136 (53.52% from 255) = 64.15%
BLUE value IS 6 (2.73% from 255) = 2.83%
R=33.02%
G=64.15%
B=2.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7013660.4900.960.4790.4691.5527.84
Hex46886310602F5a5c1c
Octal10621066101405713213434
Binary100011010001000110110001011000001011111011010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468806; }

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

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

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

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

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

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

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

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