Html Css Color HEX #42890B Bilbao

📋 copy color: '#42890B'

red 66 ◦ green 137 ◦ blue 11

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

Shades of Bilbao #42890B

Tints of Bilbao #42890B

RGB

 RED value IS 66 (26.17% from 255) = 30.84%

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

 BLUE value IS 11 (4.69% from 255) = 5.14%

R = 30.84%
G = 64.02%
B = 5.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#42890B (or 0x42890B) is known color: Bilbao. HEX triplet: 42, 89 and 0B. RGB value is (66,137,11). Sum of RGB (Red+Green+Blue) = 66+137+11=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #42890B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42890B is #BD76F4. Grayscale: #656565. Windows color (decimal): -12416757 or 756034. OLE color: 756034.

HSL color Cylindrical-coordinate representation of color #42890B: hue angle of 93.81º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42890B is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 11 -
CMYK 0.52 0 0.92 0.46
HSL 93.81º 0.85% 0.29% -
HSV(B) 93.81º 0.92% 0.54% -
XYZ 11.25 19.07 3.41 -
YUV 101.41 76.98 102.75 -
System Red Green Blue C M Y K H S L
Decimal 66 137 11 0.52 0 0.92 0.46 93.81 0.85 0.29
Hex 42 89 B 34 0 5C 2E 5E 55 1D
Octal 102 211 13 64 0 134 56 136 125 35
Binary 1000010 10001001 1011 110100 0 1011100 101110 1011110 1010101 11101

Color Harmonies of #42890B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42890B

Black with #42890B

Text Example


Text Example

White with #42890B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42890B; }

 p { color: rgb(66,137,11); }

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

background-color css

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

 a { background-color: rgb(66,137,11); }

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

border-color css

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

 span { border-color: rgb(66,137,11); }

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