Html Css Color HEX #4B800A Bilbao

📋 copy color: '#4B800A'

red 75 ◦ green 128 ◦ blue 10

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

Shades of Bilbao #4B800A

Tints of Bilbao #4B800A

RGB

 RED value IS 75 (29.69% from 255) = 35.21%

 GREEN value IS 128 (50.39% from 255) = 60.09%

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

R = 35.21%
G = 60.09%
B = 4.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#4B800A (or 0x4B800A) is known color: Bilbao. HEX triplet: 4B, 80 and 0A. RGB value is (75,128,10). Sum of RGB (Red+Green+Blue) = 75+128+10=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #4B800A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B800A is #B47FF5. Grayscale: #636363. Windows color (decimal): -11829238 or 688203. OLE color: 688203.

HSL color Cylindrical-coordinate representation of color #4B800A: hue angle of 86.95º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B800A is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 75 128 10 -
CMYK 0.41 0 0.92 0.50
HSL 86.95º 0.86% 0.27% -
HSV(B) 86.95º 0.92% 0.5% -
XYZ 10.68 16.96 3 -
YUV 98.7 77.94 111.09 -
System Red Green Blue C M Y K H S L
Decimal 75 128 10 0.41 0 0.92 0.50 86.95 0.86 0.27
Hex 4B 80 A 29 0 5C 32 57 56 1B
Octal 113 200 12 51 0 134 62 127 126 33
Binary 1001011 10000000 1010 101001 0 1011100 110010 1010111 1010110 11011

Color Harmonies of #4B800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B800A

Black with #4B800A

Text Example


Text Example

White with #4B800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B800A; }

 p { color: rgb(75,128,10); }

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

background-color css

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

 a { background-color: rgb(75,128,10); }

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

border-color css

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

 span { border-color: rgb(75,128,10); }

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