#B3A301

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

Shades of Lucky #B3A301

Tints of Lucky #B3A301

Color information

#B3A301 (or 0xB3A301) is unknown color: approx Lucky. HEX triplet: B3, A3 and 01. RGB value is (179,163,1). Sum of RGB (Red+Green+Blue) = 179+163+1=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A301 is #4C5CFE. Grayscale: #959595. Windows color (decimal): -5004543 or 107443. OLE color: 107443.

HSL color Cylindrical-coordinate representation of color #B3A301: hue angle of 54.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3A301 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1791631-
CMYK00.090.990.30
HSL54.61º98.89%35.29%-
HSV(B)54.61º99.44%70.2%-
XYZ31.6935.785.26-
YUV149.3244.3149.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 163 (64.06% from 255) = 47.52%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=52.19%
G=47.52%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179163100.090.990.3054.6198.8935.29
HexB3A3109631E376323
Octal2632431011143366714343
Binary10110011101000111010011100011111101101111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A301; }

 p { color: rgb(179,163,1); }

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

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

 a { background-color: rgb(179,163,1); }

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

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

 span { border-color: rgb(179,163,1); }

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