Html Css Color HEX #468101 Bilbao

📋 copy color: '#468101'

red 70 ◦ green 129 ◦ blue 1

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

Shades of Bilbao #468101

Tints of Bilbao #468101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 64.5%

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

R = 35%
G = 64.5%
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

#468101 (or 0x468101) is known color: Bilbao. HEX triplet: 46, 81 and 01. RGB value is (70,129,1). Sum of RGB (Red+Green+Blue) = 70+129+1=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #468101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468101 is #B97EFE. Grayscale: #616161. Windows color (decimal): -12156671 or 98630. OLE color: 98630.

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

Color convert

RGB 70 129 1 -
CMYK 0.46 0 0.99 0.49
HSL 87.66º 0.98% 0.25% -
HSV(B) 87.66º 0.99% 0.51% -
XYZ 10.38 17 2.76 -
YUV 96.77 73.95 108.91 -
System Red Green Blue C M Y K H S L
Decimal 70 129 1 0.46 0 0.99 0.49 87.66 0.98 0.25
Hex 46 81 1 2E 0 63 31 58 62 19
Octal 106 201 1 56 0 143 61 130 142 31
Binary 1000110 10000001 1 101110 0 1100011 110001 1011000 1100010 11001

Color Harmonies of #468101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468101

Black with #468101

Text Example


Text Example

White with #468101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468101; }

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

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

background-color css

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

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

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

border-color css

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

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

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