#b2a119

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

Shades of Lucky #B2A119

Tints of Lucky #B2A119

Color information

#B2A119 (or 0xB2A119) is unknown color: approx Lucky. HEX triplet: B2, A1 and 19. RGB value is (178,161,25). Sum of RGB (Red+Green+Blue) = 178+161+25=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A119 is #4D5EE6. Grayscale: #979797. Windows color (decimal): -5070567 or 1679794. OLE color: 1679794.

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

Color convert

RGB17816125-
CMYK00.100.860.30
HSL53.33º75.37%39.8%-
HSV(B)53.33º85.96%69.8%-
XYZ31.2835.026.03-
YUV150.5857.13147.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 161 (63.28% from 255) = 44.23%
BLUE value IS 25 (10.16% from 255) = 6.87%
R=48.90%
G=44.23%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781612500.100.860.3053.3375.3739.8
HexB2A1190A561E354b28
Octal26224131012126366511350
Binary101100101010000111001010101010110111101101011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2a119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2a119; }

 p { color: rgb(178,161,25); }

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

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

 a { background-color: rgb(178,161,25); }

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

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

 span { border-color: rgb(178,161,25); }

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