#296510

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

Shades of Bilbao #296510

Tints of Bilbao #296510

Color information

#296510 (or 0x296510) is unknown color: approx Bilbao. HEX triplet: 29, 65 and 10. RGB value is (41,101,16). Sum of RGB (Red+Green+Blue) = 41+101+16=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #296510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296510 is #D69AEF. Grayscale: #494949. Windows color (decimal): -14064368 or 1074473. OLE color: 1074473.

HSL color Cylindrical-coordinate representation of color #296510: hue angle of 102.35º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #296510 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB4110116-
CMYK0.5900.840.60
HSL102.35º72.65%22.94%-
HSV(B)102.35º84.16%39.61%-
XYZ5.669.822.09-
YUV73.3795.62104.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 101 (39.84% from 255) = 63.92%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=25.95%
G=63.92%
B=10.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101160.5900.840.60102.3572.6522.94
Hex2965103B0543C664917
Octal51145207301247414611127
Binary101001110010110000111011010101001111001100110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296510; }

 p { color: rgb(41,101,16); }

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

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

 a { background-color: rgb(41,101,16); }

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

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

 span { border-color: rgb(41,101,16); }

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