#296916

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

Shades of Bilbao #296916

Tints of Bilbao #296916

Color information

#296916 (or 0x296916) is unknown color: approx Bilbao. HEX triplet: 29, 69 and 16. RGB value is (41,105,22). Sum of RGB (Red+Green+Blue) = 41+105+22=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 105 (41.41% from 255 or 62.5% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 105 - color contains mainly: green. Hex color #296916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296916 is #D696E9. Grayscale: #4C4C4C. Windows color (decimal): -14063338 or 1468713. OLE color: 1468713.

HSL color Cylindrical-coordinate representation of color #296916: hue angle of 106.27º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296916 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB4110522-
CMYK0.6100.790.59
HSL106.27º65.35%24.9%-
HSV(B)106.27º79.05%41.18%-
XYZ6.1110.632.49-
YUV76.497.3102.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 105 (41.41% from 255) = 62.5%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=24.40%
G=62.5%
B=13.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105220.6100.790.59106.2765.3524.9
Hex2969163D04F3B6a4119
Octal51151267501177315210131
Binary101001110100110110111101010011111110111101010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296916; }

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

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

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

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

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

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

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

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