Html Css Color HEX #468516 Bilbao

📋 copy color: '#468516'

red 70 ◦ green 133 ◦ blue 22

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

Shades of Bilbao #468516

Tints of Bilbao #468516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.11%

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

R = 31.11%
G = 59.11%
B = 9.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#468516 (or 0x468516) is known color: Bilbao. HEX triplet: 46, 85 and 16. RGB value is (70,133,22). Sum of RGB (Red+Green+Blue) = 70+133+22=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #468516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468516 is #B97AE9. Grayscale: #656565. Windows color (decimal): -12155626 or 1475910. OLE color: 1475910.

HSL color Cylindrical-coordinate representation of color #468516: hue angle of 94.05º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #468516 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 133 22 -
CMYK 0.47 0 0.83 0.48
HSL 94.05º 0.72% 0.3% -
HSV(B) 94.05º 0.83% 0.52% -
XYZ 11.06 18.14 3.68 -
YUV 101.51 83.13 105.53 -
System Red Green Blue C M Y K H S L
Decimal 70 133 22 0.47 0 0.83 0.48 94.05 0.72 0.3
Hex 46 85 16 2F 0 53 30 5E 48 1E
Octal 106 205 26 57 0 123 60 136 110 36
Binary 1000110 10000101 10110 101111 0 1010011 110000 1011110 1001000 11110

Color Harmonies of #468516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468516

Black with #468516

Text Example


Text Example

White with #468516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468516; }

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

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

background-color css

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

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

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

border-color css

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

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

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