Html Css Color HEX #329201 Bilbao

📋 copy color: '#329201'

red 50 ◦ green 146 ◦ blue 1

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

Shades of Bilbao #329201

Tints of Bilbao #329201

RGB

 RED value IS 50 (19.92% from 255) = 25.38%

 GREEN value IS 146 (57.42% from 255) = 74.11%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 25.38%
G = 74.11%
B = 0.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#329201 (or 0x329201) is known color: Bilbao. HEX triplet: 32, 92 and 01. RGB value is (50,146,1). Sum of RGB (Red+Green+Blue) = 50+146+1=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 146 (57.42% from 255 or 74.11% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 146 - color contains mainly: green. Hex color #329201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329201 is #CD6DFE. Grayscale: #656565. Windows color (decimal): -13463039 or 102962. OLE color: 102962.

HSL color Cylindrical-coordinate representation of color #329201: hue angle of 99.72º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #329201 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 1 -
CMYK 0.66 0 0.99 0.43
HSL 99.72º 0.99% 0.29% -
HSV(B) 99.72º 0.99% 0.57% -
XYZ 11.6 21.24 3.52 -
YUV 100.77 71.7 91.79 -
System Red Green Blue C M Y K H S L
Decimal 50 146 1 0.66 0 0.99 0.43 99.72 0.99 0.29
Hex 32 92 1 42 0 63 2B 64 63 1D
Octal 62 222 1 102 0 143 53 144 143 35
Binary 110010 10010010 1 1000010 0 1100011 101011 1100100 1100011 11101

Color Harmonies of #329201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329201

Black with #329201

Text Example


Text Example

White with #329201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329201; }

 p { color: rgb(50,146,1); }

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

background-color css

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

 a { background-color: rgb(50,146,1); }

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

border-color css

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

 span { border-color: rgb(50,146,1); }

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