Html Css Color HEX #266B09 Bilbao

📋 copy color: '#266B09'

red 38 ◦ green 107 ◦ blue 9

#266B09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #266B09

Tints of Bilbao #266B09

RGB

 RED value IS 38 (15.23% from 255) = 24.68%

 GREEN value IS 107 (42.19% from 255) = 69.48%

 BLUE value IS 9 (3.91% from 255) = 5.84%

R = 24.68%
G = 69.48%
B = 5.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#266B09 (or 0x266B09) is known color: Bilbao. HEX triplet: 26, 6B and 09. RGB value is (38,107,9). Sum of RGB (Red+Green+Blue) = 38+107+9=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #266B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266B09 is #D994F6. Grayscale: #4B4B4B. Windows color (decimal): -14259447 or 617254. OLE color: 617254.

HSL color Cylindrical-coordinate representation of color #266B09: hue angle of 102.24º 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 #266B09 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 107 9 -
CMYK 0.64 0 0.92 0.58
HSL 102.24º 0.84% 0.23% -
HSV(B) 102.24º 0.92% 0.42% -
XYZ 6.11 10.95 2.05 -
YUV 75.2 90.64 101.47 -
System Red Green Blue C M Y K H S L
Decimal 38 107 9 0.64 0 0.92 0.58 102.24 0.84 0.23
Hex 26 6B 9 40 0 5C 3A 66 54 17
Octal 46 153 11 100 0 134 72 146 124 27
Binary 100110 1101011 1001 1000000 0 1011100 111010 1100110 1010100 10111

Color Harmonies of #266B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266B09

Black with #266B09

Text Example


Text Example

White with #266B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266B09; }

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

 H1.HeaderClassName
 {
   color: #266B09;
 }
 .AnyTagClassName
 {
   color: #266B09;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #266B09;
 }
 .BgClassName
 {
   background-color: #266B09;
 }
</style>

border-color css

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

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

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