Html Css Color HEX #498200 Bilbao

📋 copy color: '#498200'

red 73 ◦ green 130 ◦ blue 0

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

Shades of Bilbao #498200

Tints of Bilbao #498200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.96%
G = 64.04%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#498200 (or 0x498200) is known color: Bilbao. HEX triplet: 49, 82 and 00. RGB value is (73,130,0). Sum of RGB (Red+Green+Blue) = 73+130+0=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #498200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498200 is #B67DFF. Grayscale: #626262. Windows color (decimal): -11959808 or 33353. OLE color: 33353.

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

Color convert

RGB 73 130 0 -
CMYK 0.44 0 1 0.49
HSL 86.31º 1% 0.25% -
HSV(B) 86.31º 1% 0.51% -
XYZ 10.73 17.38 2.79 -
YUV 98.14 72.62 110.07 -
System Red Green Blue C M Y K H S L
Decimal 73 130 0 0.44 0 1 0.49 86.31 1 0.25
Hex 49 82 0 2C 0 64 31 56 64 19
Octal 111 202 0 54 0 144 61 126 144 31
Binary 1001001 10000010 0 101100 0 1100100 110001 1010110 1100100 11001

Color Harmonies of #498200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498200

Black with #498200

Text Example


Text Example

White with #498200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498200; }

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

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

background-color css

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

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

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

border-color css

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

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

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