Html Css Color HEX #468201 Bilbao

📋 copy color: '#468201'

red 70 ◦ green 130 ◦ blue 1

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

Shades of Bilbao #468201

Tints of Bilbao #468201

RGB

 RED value IS 70 (27.73% from 255) = 34.83%

 GREEN value IS 130 (51.17% from 255) = 64.68%

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

R = 34.83%
G = 64.68%
B = 0.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#468201 (or 0x468201) is known color: Bilbao. HEX triplet: 46, 82 and 01. RGB value is (70,130,1). Sum of RGB (Red+Green+Blue) = 70+130+1=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #468201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468201 is #B97DFE. Grayscale: #616161. Windows color (decimal): -12156415 or 98886. OLE color: 98886.

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

Color convert

RGB 70 130 1 -
CMYK 0.46 0 0.99 0.49
HSL 87.91º 0.98% 0.26% -
HSV(B) 87.91º 0.99% 0.51% -
XYZ 10.51 17.27 2.81 -
YUV 97.35 73.62 108.49 -
System Red Green Blue C M Y K H S L
Decimal 70 130 1 0.46 0 0.99 0.49 87.91 0.98 0.26
Hex 46 82 1 2E 0 63 31 58 62 1A
Octal 106 202 1 56 0 143 61 130 142 32
Binary 1000110 10000010 1 101110 0 1100011 110001 1011000 1100010 11010

Color Harmonies of #468201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468201

Black with #468201

Text Example


Text Example

White with #468201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468201; }

 p { color: rgb(70,130,1); }

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

background-color css

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

 a { background-color: rgb(70,130,1); }

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

border-color css

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

 span { border-color: rgb(70,130,1); }

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