Html Css Color HEX #42850A Bilbao

📋 copy color: '#42850A'

red 66 ◦ green 133 ◦ blue 10

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

Shades of Bilbao #42850A

Tints of Bilbao #42850A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.78%

R = 31.58%
G = 63.64%
B = 4.78%

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

#42850A (or 0x42850A) is known color: Bilbao. HEX triplet: 42, 85 and 0A. RGB value is (66,133,10). Sum of RGB (Red+Green+Blue) = 66+133+10=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #42850A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42850A is #BD7AF5. Grayscale: #636363. Windows color (decimal): -12417782 or 689474. OLE color: 689474.

HSL color Cylindrical-coordinate representation of color #42850A: hue angle of 92.68º degrees, saturation: 0.86, 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 #42850A is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 10 -
CMYK 0.50 0 0.92 0.48
HSL 92.68º 0.86% 0.28% -
HSV(B) 92.68º 0.92% 0.52% -
XYZ 10.69 17.96 3.19 -
YUV 98.95 77.8 104.5 -
System Red Green Blue C M Y K H S L
Decimal 66 133 10 0.50 0 0.92 0.48 92.68 0.86 0.28
Hex 42 85 A 32 0 5C 30 5D 56 1C
Octal 102 205 12 62 0 134 60 135 126 34
Binary 1000010 10000101 1010 110010 0 1011100 110000 1011101 1010110 11100

Color Harmonies of #42850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42850A

Black with #42850A

Text Example


Text Example

White with #42850A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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