#267209

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

Shades of Bilbao #267209

Tints of Bilbao #267209

Color information

#267209 (or 0x267209) is unknown color: approx Bilbao. HEX triplet: 26, 72 and 09. RGB value is (38,114,9). Sum of RGB (Red+Green+Blue) = 38+114+9=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 114 (44.92% from 255 or 70.81% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 114 - color contains mainly: green. Hex color #267209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267209 is #D98DF6. Grayscale: #4F4F4F. Windows color (decimal): -14257655 or 619046. OLE color: 619046.

HSL color Cylindrical-coordinate representation of color #267209: hue angle of 103.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #267209 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB381149-
CMYK0.6700.920.55
HSL103.43º85.37%24.12%-
HSV(B)103.43º92.11%44.71%-
XYZ6.8712.472.3-
YUV79.3188.3298.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 114 (44.92% from 255) = 70.81%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=23.60%
G=70.81%
B=5.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3811490.6700.920.55103.4385.3724.12
Hex267294305C37675518
Octal461621110301346714712530
Binary100110111001010011000011010111001101111100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267209; }

 p { color: rgb(38,114,9); }

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

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

 a { background-color: rgb(38,114,9); }

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

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

 span { border-color: rgb(38,114,9); }

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