#296A16

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

Shades of Bilbao #296A16

Tints of Bilbao #296A16

Color information

#296A16 (or 0x296A16) is unknown color: approx Bilbao. HEX triplet: 29, 6A and 16. RGB value is (41,106,22). Sum of RGB (Red+Green+Blue) = 41+106+22=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 106 (41.80% from 255 or 62.72% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 106 - color contains mainly: green. Hex color #296A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296A16 is #D695E9. Grayscale: #4D4D4D. Windows color (decimal): -14063082 or 1468969. OLE color: 1468969.

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

Color convert

RGB4110622-
CMYK0.6100.790.58
HSL106.43º65.62%25.1%-
HSV(B)106.43º79.25%41.57%-
XYZ6.2110.842.52-
YUV76.9996.97102.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 106 (41.80% from 255) = 62.72%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=24.26%
G=62.72%
B=13.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41106220.6100.790.58106.4365.6225.1
Hex296A163D04F3A6a4219
Octal51152267501177215210231
Binary101001110101010110111101010011111110101101010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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