#B3A018

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

Shades of Lucky #B3A018

Tints of Lucky #B3A018

Color information

#B3A018 (or 0xB3A018) is unknown color: approx Lucky. HEX triplet: B3, A0 and 18. RGB value is (179,160,24). Sum of RGB (Red+Green+Blue) = 179+160+24=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A018 is #4C5FE7. Grayscale: #969696. Windows color (decimal): -5005288 or 1614003. OLE color: 1614003.

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

Color convert

RGB17916024-
CMYK00.110.870.30
HSL52.65º76.35%39.8%-
HSV(B)52.65º86.59%70.2%-
XYZ31.3334.795.93-
YUV150.1856.79148.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 24 (9.77% from 255) = 6.61%
R=49.31%
G=44.08%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791602400.110.870.3052.6576.3539.8
HexB3A0180B571E354c28
Octal26324030013127366511450
Binary101100111010000011000010111010111111101101011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A018; }

 p { color: rgb(179,160,24); }

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

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

 a { background-color: rgb(179,160,24); }

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

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

 span { border-color: rgb(179,160,24); }

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