Html Css Color HEX #468116 Bilbao

📋 copy color: '#468116'

red 70 ◦ green 129 ◦ blue 22

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

Shades of Bilbao #468116

Tints of Bilbao #468116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.95%

R = 31.67%
G = 58.37%
B = 9.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#468116 (or 0x468116) is known color: Bilbao. HEX triplet: 46, 81 and 16. RGB value is (70,129,22). Sum of RGB (Red+Green+Blue) = 70+129+22=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #468116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468116 is #B97EE9. Grayscale: #636363. Windows color (decimal): -12156650 or 1474886. OLE color: 1474886.

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

Color convert

RGB 70 129 22 -
CMYK 0.46 0 0.83 0.49
HSL 93.08º 0.71% 0.3% -
HSV(B) 93.08º 0.83% 0.51% -
XYZ 10.52 17.06 3.5 -
YUV 99.16 84.45 107.2 -
System Red Green Blue C M Y K H S L
Decimal 70 129 22 0.46 0 0.83 0.49 93.08 0.71 0.3
Hex 46 81 16 2E 0 53 31 5D 47 1E
Octal 106 201 26 56 0 123 61 135 107 36
Binary 1000110 10000001 10110 101110 0 1010011 110001 1011101 1000111 11110

Color Harmonies of #468116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468116

Black with #468116

Text Example


Text Example

White with #468116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468116; }

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

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

background-color css

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

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

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

border-color css

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

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

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