Html Css Color HEX #498206 Bilbao

📋 copy color: '#498206'

red 73 ◦ green 130 ◦ blue 6

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

Shades of Bilbao #498206

Tints of Bilbao #498206

RGB

 RED value IS 73 (28.91% from 255) = 34.93%

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

 BLUE value IS 6 (2.73% from 255) = 2.87%

R = 34.93%
G = 62.2%
B = 2.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#498206 (or 0x498206) is known color: Bilbao. HEX triplet: 49, 82 and 06. RGB value is (73,130,6). Sum of RGB (Red+Green+Blue) = 73+130+6=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #498206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498206 is #B67DF9. Grayscale: #636363. Windows color (decimal): -11959802 or 426569. OLE color: 426569.

HSL color Cylindrical-coordinate representation of color #498206: hue angle of 87.58º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #498206 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 6 -
CMYK 0.44 0 0.95 0.49
HSL 87.58º 0.91% 0.27% -
HSV(B) 87.58º 0.95% 0.51% -
XYZ 10.76 17.39 2.96 -
YUV 98.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 73 130 6 0.44 0 0.95 0.49 87.58 0.91 0.27
Hex 49 82 6 2C 0 5F 31 58 5B 1B
Octal 111 202 6 54 0 137 61 130 133 33
Binary 1001001 10000010 110 101100 0 1011111 110001 1011000 1011011 11011

Color Harmonies of #498206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498206

Black with #498206

Text Example


Text Example

White with #498206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498206; }

 p { color: rgb(73,130,6); }

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

background-color css

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

 a { background-color: rgb(73,130,6); }

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

border-color css

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

 span { border-color: rgb(73,130,6); }

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