#296A10

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

Shades of Bilbao #296A10

Tints of Bilbao #296A10

Color information

#296A10 (or 0x296A10) is unknown color: approx Bilbao. HEX triplet: 29, 6A and 10. RGB value is (41,106,16). Sum of RGB (Red+Green+Blue) = 41+106+16=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 106 (41.80% from 255 or 65.03% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 106 - color contains mainly: green. Hex color #296A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296A10 is #D695EF. Grayscale: #4C4C4C. Windows color (decimal): -14063088 or 1075753. OLE color: 1075753.

HSL color Cylindrical-coordinate representation of color #296A10: hue angle of 103.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #296A10 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB4110616-
CMYK0.6100.850.58
HSL103.33º73.77%23.92%-
HSV(B)103.33º84.91%41.57%-
XYZ6.1610.822.25-
YUV76.393.97102.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 106 (41.80% from 255) = 65.03%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=25.15%
G=65.03%
B=9.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41106160.6100.850.58103.3373.7723.92
Hex296A103D0553A674a18
Octal51152207501257214711230
Binary101001110101010000111101010101011110101100111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296A10; }

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

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

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

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

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

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

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

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