#ABA40B

Color #ABA40B Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #ABA40B

Tints of Lucky #ABA40B

Color information

#ABA40B (or 0xABA40B) is unknown color: approx Lucky. HEX triplet: AB, A4 and 0B. RGB value is (171,164,11). Sum of RGB (Red+Green+Blue) = 171+164+11=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA40B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA40B is #545BF4. Grayscale: #959595. Windows color (decimal): -5528565 or 763051. OLE color: 763051.

HSL color Cylindrical-coordinate representation of color #ABA40B: hue angle of 57.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABA40B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17116411-
CMYK00.040.940.33
HSL57.38º87.91%35.69%-
HSV(B)57.38º93.57%67.06%-
XYZ30.1335.235.53-
YUV148.6550.32143.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 11 (4.69% from 255) = 3.18%
R=49.42%
G=47.40%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711641100.040.940.3357.3887.9135.69
HexABA4B045E21395824
Octal2532441304136417113044
Binary10101011101001001011010010111101000011110011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA40B; }

 p { color: rgb(171,164,11); }

 H1.HeaderClassName
 {
   color: #ABA40B;
 }
 .AnyTagClassName
 {
   color: #ABA40B;
 }
</style>
background-color css

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

 a { background-color: rgb(171,164,11); }

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

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

 span { border-color: rgb(171,164,11); }

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