Html Css Color HEX #468901 Bilbao

📋 copy color: '#468901'

red 70 ◦ green 137 ◦ blue 1

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

Shades of Bilbao #468901

Tints of Bilbao #468901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 65.87%

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

R = 33.65%
G = 65.87%
B = 0.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#468901 (or 0x468901) is known color: Bilbao. HEX triplet: 46, 89 and 01. RGB value is (70,137,1). Sum of RGB (Red+Green+Blue) = 70+137+1=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 137 (53.91% from 255 or 65.87% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 137 - color contains mainly: green. Hex color #468901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468901 is #B976FE. Grayscale: #656565. Windows color (decimal): -12154623 or 100678. OLE color: 100678.

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

Color convert

RGB 70 137 1 -
CMYK 0.49 0 0.99 0.46
HSL 89.56º 0.99% 0.27% -
HSV(B) 89.56º 0.99% 0.54% -
XYZ 11.48 19.2 3.13 -
YUV 101.46 71.3 105.56 -
System Red Green Blue C M Y K H S L
Decimal 70 137 1 0.49 0 0.99 0.46 89.56 0.99 0.27
Hex 46 89 1 31 0 63 2E 5A 63 1B
Octal 106 211 1 61 0 143 56 132 143 33
Binary 1000110 10001001 1 110001 0 1100011 101110 1011010 1100011 11011

Color Harmonies of #468901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468901

Black with #468901

Text Example


Text Example

White with #468901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468901; }

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

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

background-color css

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

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

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

border-color css

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

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

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