#B3A30B

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

Shades of Lucky #B3A30B

Tints of Lucky #B3A30B

Color information

#B3A30B (or 0xB3A30B) is unknown color: approx Lucky. HEX triplet: B3, A3 and 0B. RGB value is (179,163,11). Sum of RGB (Red+Green+Blue) = 179+163+11=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A30B is #4C5CF4. Grayscale: #979797. Windows color (decimal): -5004533 or 762803. OLE color: 762803.

HSL color Cylindrical-coordinate representation of color #B3A30B: hue angle of 54.29º degrees, saturation: 0.88, 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 #B3A30B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17916311-
CMYK00.090.940.30
HSL54.29º88.42%37.25%-
HSV(B)54.29º93.85%70.2%-
XYZ31.7535.85.55-
YUV150.4649.3148.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 163 (64.06% from 255) = 46.18%
BLUE value IS 11 (4.69% from 255) = 3.12%
R=50.71%
G=46.18%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791631100.090.940.3054.2988.4237.25
HexB3A3B095E1E365825
Octal26324313011136366613045
Binary10110011101000111011010011011110111101101101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A30B; }

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

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

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

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

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

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

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

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