Html Css Color HEX #498302 Bilbao

📋 copy color: '#498302'

red 73 ◦ green 131 ◦ blue 2

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

Shades of Bilbao #498302

Tints of Bilbao #498302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 63.59%

 BLUE value IS 2 (1.17% from 255) = 0.97%

R = 35.44%
G = 63.59%
B = 0.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#498302 (or 0x498302) is known color: Bilbao. HEX triplet: 49, 83 and 02. RGB value is (73,131,2). Sum of RGB (Red+Green+Blue) = 73+131+2=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #498302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498302 is #B67CFD. Grayscale: #636363. Windows color (decimal): -11959550 or 164681. OLE color: 164681.

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

Color convert

RGB 73 131 2 -
CMYK 0.44 0 0.98 0.49
HSL 86.98º 0.97% 0.26% -
HSV(B) 86.98º 0.98% 0.51% -
XYZ 10.87 17.65 2.89 -
YUV 98.95 73.28 109.49 -
System Red Green Blue C M Y K H S L
Decimal 73 131 2 0.44 0 0.98 0.49 86.98 0.97 0.26
Hex 49 83 2 2C 0 62 31 57 61 1A
Octal 111 203 2 54 0 142 61 127 141 32
Binary 1001001 10000011 10 101100 0 1100010 110001 1010111 1100001 11010

Color Harmonies of #498302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498302

Black with #498302

Text Example


Text Example

White with #498302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498302; }

 p { color: rgb(73,131,2); }

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

background-color css

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

 a { background-color: rgb(73,131,2); }

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

border-color css

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

 span { border-color: rgb(73,131,2); }

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