#286B14

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

Shades of Bilbao #286B14

Tints of Bilbao #286B14

Color information

#286B14 (or 0x286B14) is unknown color: approx Bilbao. HEX triplet: 28, 6B and 14. RGB value is (40,107,20). Sum of RGB (Red+Green+Blue) = 40+107+20=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #286B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #286B14 is #D794EB. Grayscale: #4D4D4D. Windows color (decimal): -14128364 or 1338152. OLE color: 1338152.

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

Color convert

RGB4010720-
CMYK0.6300.810.58
HSL106.21º68.5%24.9%-
HSV(B)106.21º81.31%41.96%-
XYZ6.2611.022.46-
YUV77.0595.8101.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.95%
GREEN value IS 107 (42.19% from 255) = 64.07%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=23.95%
G=64.07%
B=11.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40107200.6300.810.58106.2168.524.9
Hex286B143F0513A6a4519
Octal50153247701217215210531
Binary101000110101110100111111010100011110101101010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,107,20); }

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

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

 a { background-color: rgb(40,107,20); }

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

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

 span { border-color: rgb(40,107,20); }

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