Html Css Color HEX #42850B Bilbao

📋 copy color: '#42850B'

red 66 ◦ green 133 ◦ blue 11

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

Shades of Bilbao #42850B

Tints of Bilbao #42850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 63.33%

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

R = 31.43%
G = 63.33%
B = 5.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#42850B (or 0x42850B) is known color: Bilbao. HEX triplet: 42, 85 and 0B. RGB value is (66,133,11). Sum of RGB (Red+Green+Blue) = 66+133+11=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #42850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42850B is #BD7AF4. Grayscale: #636363. Windows color (decimal): -12417781 or 755010. OLE color: 755010.

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

Color convert

RGB 66 133 11 -
CMYK 0.50 0 0.92 0.48
HSL 92.95º 0.85% 0.28% -
HSV(B) 92.95º 0.92% 0.52% -
XYZ 10.69 17.96 3.22 -
YUV 99.06 78.3 104.42 -
System Red Green Blue C M Y K H S L
Decimal 66 133 11 0.50 0 0.92 0.48 92.95 0.85 0.28
Hex 42 85 B 32 0 5C 30 5D 55 1C
Octal 102 205 13 62 0 134 60 135 125 34
Binary 1000010 10000101 1011 110010 0 1011100 110000 1011101 1010101 11100

Color Harmonies of #42850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42850B

Black with #42850B

Text Example


Text Example

White with #42850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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