Html Css Color HEX #468206 Bilbao

📋 copy color: '#468206'

red 70 ◦ green 130 ◦ blue 6

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

Shades of Bilbao #468206

Tints of Bilbao #468206

RGB

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

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

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

R = 33.98%
G = 63.11%
B = 2.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#468206 (or 0x468206) is known color: Bilbao. HEX triplet: 46, 82 and 06. RGB value is (70,130,6). Sum of RGB (Red+Green+Blue) = 70+130+6=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #468206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468206 is #B97DF9. Grayscale: #626262. Windows color (decimal): -12156410 or 426566. OLE color: 426566.

HSL color Cylindrical-coordinate representation of color #468206: hue angle of 89.03º 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 #468206 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 6 -
CMYK 0.46 0 0.95 0.49
HSL 89.03º 0.91% 0.27% -
HSV(B) 89.03º 0.95% 0.51% -
XYZ 10.54 17.28 2.95 -
YUV 97.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 70 130 6 0.46 0 0.95 0.49 89.03 0.91 0.27
Hex 46 82 6 2E 0 5F 31 59 5B 1B
Octal 106 202 6 56 0 137 61 131 133 33
Binary 1000110 10000010 110 101110 0 1011111 110001 1011001 1011011 11011

Color Harmonies of #468206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468206

Black with #468206

Text Example


Text Example

White with #468206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468206; }

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

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

background-color css

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

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

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

border-color css

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

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

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