#ABA20E

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

Shades of Lucky #ABA20E

Tints of Lucky #ABA20E

Color information

#ABA20E (or 0xABA20E) is unknown color: approx Lucky. HEX triplet: AB, A2 and 0E. RGB value is (171,162,14). Sum of RGB (Red+Green+Blue) = 171+162+14=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA20E is #545DF1. Grayscale: #949494. Windows color (decimal): -5529074 or 959147. OLE color: 959147.

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

Color convert

RGB17116214-
CMYK00.050.920.33
HSL56.56º84.86%36.27%-
HSV(B)56.56º91.81%67.06%-
XYZ29.7934.535.51-
YUV147.8252.48144.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 14 (5.86% from 255) = 4.03%
R=49.28%
G=46.69%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711621400.050.920.3356.5684.8636.27
HexABA2E055C21395524
Octal2532421605134417112544
Binary10101011101000101110010110111001000011110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA20E; }

 p { color: rgb(171,162,14); }

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

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

 a { background-color: rgb(171,162,14); }

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

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

 span { border-color: rgb(171,162,14); }

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