Html Css Color HEX #267501 Bilbao

📋 copy color: '#267501'

red 38 ◦ green 117 ◦ blue 1

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

Shades of Bilbao #267501

Tints of Bilbao #267501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 75%

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

R = 24.36%
G = 75%
B = 0.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#267501 (or 0x267501) is known color: Bilbao. HEX triplet: 26, 75 and 01. RGB value is (38,117,1). Sum of RGB (Red+Green+Blue) = 38+117+1=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #267501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267501 is #D98AFE. Grayscale: #505050. Windows color (decimal): -14256895 or 95526. OLE color: 95526.

HSL color Cylindrical-coordinate representation of color #267501: hue angle of 100.86º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #267501 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 117 1 -
CMYK 0.68 0 0.99 0.54
HSL 100.86º 0.98% 0.23% -
HSV(B) 100.86º 0.99% 0.46% -
XYZ 7.17 13.14 2.19 -
YUV 80.16 83.33 97.93 -
System Red Green Blue C M Y K H S L
Decimal 38 117 1 0.68 0 0.99 0.54 100.86 0.98 0.23
Hex 26 75 1 44 0 63 36 65 62 17
Octal 46 165 1 104 0 143 66 145 142 27
Binary 100110 1110101 1 1000100 0 1100011 110110 1100101 1100010 10111

Color Harmonies of #267501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267501

Black with #267501

Text Example


Text Example

White with #267501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267501; }

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

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

background-color css

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

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

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

border-color css

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

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

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