Html Css Color HEX #468216 Bilbao

📋 copy color: '#468216'

red 70 ◦ green 130 ◦ blue 22

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

Shades of Bilbao #468216

Tints of Bilbao #468216

RGB

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

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

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

R = 31.53%
G = 58.56%
B = 9.91%

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

#468216 (or 0x468216) is known color: Bilbao. HEX triplet: 46, 82 and 16. RGB value is (70,130,22). Sum of RGB (Red+Green+Blue) = 70+130+22=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #468216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468216 is #B97DE9. Grayscale: #646464. Windows color (decimal): -12156394 or 1475142. OLE color: 1475142.

HSL color Cylindrical-coordinate representation of color #468216: hue angle of 93.33º 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 #468216 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 22 -
CMYK 0.46 0 0.83 0.49
HSL 93.33º 0.71% 0.3% -
HSV(B) 93.33º 0.83% 0.51% -
XYZ 10.65 17.33 3.54 -
YUV 99.75 84.12 106.78 -
System Red Green Blue C M Y K H S L
Decimal 70 130 22 0.46 0 0.83 0.49 93.33 0.71 0.3
Hex 46 82 16 2E 0 53 31 5D 47 1E
Octal 106 202 26 56 0 123 61 135 107 36
Binary 1000110 10000010 10110 101110 0 1010011 110001 1011101 1000111 11110

Color Harmonies of #468216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468216

Black with #468216

Text Example


Text Example

White with #468216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468216; }

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

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

background-color css

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

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

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

border-color css

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

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

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