#286C05

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

Shades of Bilbao #286C05

Tints of Bilbao #286C05

Color information

#286C05 (or 0x286C05) is unknown color: approx Bilbao. HEX triplet: 28, 6C and 05. RGB value is (40,108,5). Sum of RGB (Red+Green+Blue) = 40+108+5=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 108 (42.58% from 255 or 70.59% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 108 - color contains mainly: green. Hex color #286C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286C05 is #D793FA. Grayscale: #4C4C4C. Windows color (decimal): -14128123 or 355368. OLE color: 355368.

HSL color Cylindrical-coordinate representation of color #286C05: hue angle of 99.61º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #286C05 is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB401085-
CMYK0.6300.950.58
HSL99.61º91.15%22.16%-
HSV(B)99.61º95.37%42.35%-
XYZ6.2711.191.97-
YUV75.9387.97102.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 108 (42.58% from 255) = 70.59%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=26.14%
G=70.59%
B=3.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4010850.6300.950.5899.6191.1522.16
Hex286C53F05F3A645b16
Octal5015457701377214413326
Binary1010001101100101111111010111111110101100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,108,5); }

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

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

 a { background-color: rgb(40,108,5); }

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

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

 span { border-color: rgb(40,108,5); }

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