#B3A40A

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

Shades of Lucky #B3A40A

Tints of Lucky #B3A40A

Color information

#B3A40A (or 0xB3A40A) is unknown color: approx Lucky. HEX triplet: B3, A4 and 0A. RGB value is (179,164,10). Sum of RGB (Red+Green+Blue) = 179+164+10=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A40A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A40A is #4C5BF5. Grayscale: #979797. Windows color (decimal): -5004278 or 697523. OLE color: 697523.

HSL color Cylindrical-coordinate representation of color #B3A40A: hue angle of 54.67º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3A40A is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17916410-
CMYK00.080.940.30
HSL54.67º89.42%37.06%-
HSV(B)54.67º94.41%70.2%-
XYZ31.9236.165.58-
YUV150.9348.47148.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 164 (64.45% from 255) = 46.46%
BLUE value IS 10 (4.30% from 255) = 2.83%
R=50.71%
G=46.46%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791641000.080.940.3054.6789.4237.06
HexB3A4A085E1E375925
Octal26324412010136366713145
Binary10110011101001001010010001011110111101101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A40A; }

 p { color: rgb(179,164,10); }

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

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

 a { background-color: rgb(179,164,10); }

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

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

 span { border-color: rgb(179,164,10); }

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