#256A12

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

Shades of Bilbao #256A12

Tints of Bilbao #256A12

Color information

#256A12 (or 0x256A12) is unknown color: approx Bilbao. HEX triplet: 25, 6A and 12. RGB value is (37,106,18). Sum of RGB (Red+Green+Blue) = 37+106+18=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 106 (41.80% from 255 or 65.84% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 106 - color contains mainly: green. Hex color #256A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256A12 is #DA95ED. Grayscale: #4B4B4B. Windows color (decimal): -14325230 or 1206821. OLE color: 1206821.

HSL color Cylindrical-coordinate representation of color #256A12: hue angle of 107.05º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #256A12 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB3710618-
CMYK0.6500.830.58
HSL107.05º70.97%24.31%-
HSV(B)107.05º83.02%41.57%-
XYZ6.0310.752.33-
YUV75.3495.64100.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 106 (41.80% from 255) = 65.84%
BLUE value IS 18 (7.42% from 255) = 11.18%
R=22.98%
G=65.84%
B=11.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37106180.6500.830.58107.0570.9724.31
Hex256A12410533A6b4718
Octal451522210101237215310730
Binary1001011101010100101000001010100111110101101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256A12; }

 p { color: rgb(37,106,18); }

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

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

 a { background-color: rgb(37,106,18); }

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

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

 span { border-color: rgb(37,106,18); }

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