Html Css Color HEX #468902 Bilbao

📋 copy color: '#468902'

red 70 ◦ green 137 ◦ blue 2

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

Shades of Bilbao #468902

Tints of Bilbao #468902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 65.55%

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

R = 33.49%
G = 65.55%
B = 0.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#468902 (or 0x468902) is known color: Bilbao. HEX triplet: 46, 89 and 02. RGB value is (70,137,2). Sum of RGB (Red+Green+Blue) = 70+137+2=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #468902 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468902 is #B976FD. Grayscale: #666666. Windows color (decimal): -12154622 or 166214. OLE color: 166214.

HSL color Cylindrical-coordinate representation of color #468902: hue angle of 89.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #468902 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 137 2 -
CMYK 0.49 0 0.99 0.46
HSL 89.78º 0.97% 0.27% -
HSV(B) 89.78º 0.99% 0.54% -
XYZ 11.48 19.2 3.16 -
YUV 101.58 71.8 105.48 -
System Red Green Blue C M Y K H S L
Decimal 70 137 2 0.49 0 0.99 0.46 89.78 0.97 0.27
Hex 46 89 2 31 0 63 2E 5A 61 1B
Octal 106 211 2 61 0 143 56 132 141 33
Binary 1000110 10001001 10 110001 0 1100011 101110 1011010 1100001 11011

Color Harmonies of #468902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468902

Black with #468902

Text Example


Text Example

White with #468902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468902; }

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

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

background-color css

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

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

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

border-color css

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

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

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