#4A800E

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

Shades of Bilbao #4A800E

Tints of Bilbao #4A800E

Color information

#4A800E (or 0x4A800E) is unknown color: approx Bilbao. HEX triplet: 4A, 80 and 0E. RGB value is (74,128,14). Sum of RGB (Red+Green+Blue) = 74+128+14=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #4A800E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A800E is #B57FF1. Grayscale: #636363. Windows color (decimal): -11894770 or 950346. OLE color: 950346.

HSL color Cylindrical-coordinate representation of color #4A800E: hue angle of 88.42º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A800E is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB7412814-
CMYK0.4200.890.50
HSL88.42º80.28%27.84%-
HSV(B)88.42º89.06%50.2%-
XYZ10.6216.933.12-
YUV98.8680.11110.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.26%
GREEN value IS 128 (50.39% from 255) = 59.26%
BLUE value IS 14 (5.86% from 255) = 6.48%
R=34.26%
G=59.26%
B=6.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal74128140.4200.890.5088.4280.2827.84
Hex4A80E2A0593258501c
Octal112200165201316213012034
Binary1001010100000001110101010010110011100101011000101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A800E; }

 p { color: rgb(74,128,14); }

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

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

 a { background-color: rgb(74,128,14); }

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

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

 span { border-color: rgb(74,128,14); }

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