#B3A30C

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

Shades of Lucky #B3A30C

Tints of Lucky #B3A30C

Color information

#B3A30C (or 0xB3A30C) is unknown color: approx Lucky. HEX triplet: B3, A3 and 0C. RGB value is (179,163,12). Sum of RGB (Red+Green+Blue) = 179+163+12=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A30C is #4C5CF3. Grayscale: #979797. Windows color (decimal): -5004532 or 828339. OLE color: 828339.

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

Color convert

RGB17916312-
CMYK00.090.930.30
HSL54.25º87.43%37.45%-
HSV(B)54.25º93.3%70.2%-
XYZ31.7535.85.59-
YUV150.5749.8148.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.56%
GREEN value IS 163 (64.06% from 255) = 46.05%
BLUE value IS 12 (5.08% from 255) = 3.39%
R=50.56%
G=46.05%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791631200.090.930.3054.2587.4337.45
HexB3A3C095D1E365725
Octal26324314011135366612745
Binary10110011101000111100010011011101111101101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A30C; }

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

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

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

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

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

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

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

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