#286500

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

Shades of Bilbao #286500

Tints of Bilbao #286500

Color information

#286500 (or 0x286500) is unknown color: approx Bilbao. HEX triplet: 28, 65 and 00. RGB value is (40,101,0). Sum of RGB (Red+Green+Blue) = 40+101+0=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #286500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286500 is #D79AFF. Grayscale: #474747. Windows color (decimal): -14129920 or 25896. OLE color: 25896.

HSL color Cylindrical-coordinate representation of color #286500: hue angle of 96.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #286500 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB401010-
CMYK0.60010.60
HSL96.24º100%19.8%-
HSV(B)96.24º100%39.61%-
XYZ5.539.761.59-
YUV71.2587.79105.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.37%
GREEN value IS 101 (39.84% from 255) = 71.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.37%
G=71.63%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4010100.60010.6096.2410019.8
Hex286503C0643C606414
Octal5014507401447414014424
Binary10100011001010111100011001001111001100000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286500; }

 p { color: rgb(40,101,0); }

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

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

 a { background-color: rgb(40,101,0); }

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

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

 span { border-color: rgb(40,101,0); }

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