Html Css Color HEX #266801 Bilbao

📋 copy color: '#266801'

red 38 ◦ green 104 ◦ blue 1

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

Shades of Bilbao #266801

Tints of Bilbao #266801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 72.73%

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 26.57%
G = 72.73%
B = 0.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#266801 (or 0x266801) is known color: Bilbao. HEX triplet: 26, 68 and 01. RGB value is (38,104,1). Sum of RGB (Red+Green+Blue) = 38+104+1=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 104 (41.02% from 255 or 72.73% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 104 - color contains mainly: green. Hex color #266801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266801 is #D997FE. Grayscale: #484848. Windows color (decimal): -14260223 or 92198. OLE color: 92198.

HSL color Cylindrical-coordinate representation of color #266801: hue angle of 98.45º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #266801 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 104 1 -
CMYK 0.63 0 0.99 0.59
HSL 98.45º 0.98% 0.21% -
HSV(B) 98.45º 0.99% 0.41% -
XYZ 5.76 10.31 1.72 -
YUV 72.52 87.63 103.38 -
System Red Green Blue C M Y K H S L
Decimal 38 104 1 0.63 0 0.99 0.59 98.45 0.98 0.21
Hex 26 68 1 3F 0 63 3B 62 62 15
Octal 46 150 1 77 0 143 73 142 142 25
Binary 100110 1101000 1 111111 0 1100011 111011 1100010 1100010 10101

Color Harmonies of #266801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266801

Black with #266801

Text Example


Text Example

White with #266801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266801; }

 p { color: rgb(38,104,1); }

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

background-color css

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

 a { background-color: rgb(38,104,1); }

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

border-color css

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

 span { border-color: rgb(38,104,1); }

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