Html Css Color HEX #468402 Bilbao

📋 copy color: '#468402'

red 70 ◦ green 132 ◦ blue 2

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

Shades of Bilbao #468402

Tints of Bilbao #468402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.71%

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

R = 34.31%
G = 64.71%
B = 0.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#468402 (or 0x468402) is known color: Bilbao. HEX triplet: 46, 84 and 02. RGB value is (70,132,2). Sum of RGB (Red+Green+Blue) = 70+132+2=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #468402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468402 is #B97BFD. Grayscale: #636363. Windows color (decimal): -12155902 or 164934. OLE color: 164934.

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

Color convert

RGB 70 132 2 -
CMYK 0.47 0 0.98 0.48
HSL 88.62º 0.97% 0.26% -
HSV(B) 88.62º 0.98% 0.52% -
XYZ 10.79 17.81 2.93 -
YUV 98.64 73.46 107.57 -
System Red Green Blue C M Y K H S L
Decimal 70 132 2 0.47 0 0.98 0.48 88.62 0.97 0.26
Hex 46 84 2 2F 0 62 30 59 61 1A
Octal 106 204 2 57 0 142 60 131 141 32
Binary 1000110 10000100 10 101111 0 1100010 110000 1011001 1100001 11010

Color Harmonies of #468402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468402

Black with #468402

Text Example


Text Example

White with #468402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468402; }

 p { color: rgb(70,132,2); }

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

background-color css

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

 a { background-color: rgb(70,132,2); }

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

border-color css

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

 span { border-color: rgb(70,132,2); }

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