#286A09

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

Shades of Bilbao #286A09

Tints of Bilbao #286A09

Color information

#286A09 (or 0x286A09) is unknown color: approx Bilbao. HEX triplet: 28, 6A and 09. RGB value is (40,106,9). Sum of RGB (Red+Green+Blue) = 40+106+9=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 106 (41.80% from 255 or 68.39% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 106 - color contains mainly: green. Hex color #286A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286A09 is #D795F6. Grayscale: #4B4B4B. Windows color (decimal): -14128631 or 617000. OLE color: 617000.

HSL color Cylindrical-coordinate representation of color #286A09: hue angle of 100.82º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #286A09 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB401069-
CMYK0.6200.920.58
HSL100.82º84.35%22.55%-
HSV(B)100.82º91.51%41.57%-
XYZ6.0810.782.02-
YUV75.2190.63102.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.81%
GREEN value IS 106 (41.80% from 255) = 68.39%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=25.81%
G=68.39%
B=5.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4010690.6200.920.58100.8284.3522.55
Hex286A93E05C3A655417
Octal50152117601347214512427
Binary10100011010101001111110010111001110101100101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286A09; }

 p { color: rgb(40,106,9); }

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

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

 a { background-color: rgb(40,106,9); }

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

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

 span { border-color: rgb(40,106,9); }

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