#B2A218

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

Shades of Lucky #B2A218

Tints of Lucky #B2A218

Color information

#B2A218 (or 0xB2A218) is unknown color: approx Lucky. HEX triplet: B2, A2 and 18. RGB value is (178,162,24). Sum of RGB (Red+Green+Blue) = 178+162+24=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A218 is #4D5DE7. Grayscale: #979797. Windows color (decimal): -5070312 or 1614514. OLE color: 1614514.

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

Color convert

RGB17816224-
CMYK00.090.870.30
HSL53.77º76.24%39.61%-
HSV(B)53.77º86.52%69.8%-
XYZ31.4535.376.03-
YUV151.0556.3147.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 24 (9.77% from 255) = 6.59%
R=48.90%
G=44.51%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781622400.090.870.3053.7776.2439.61
HexB2A21809571E364c28
Octal26224230011127366611450
Binary101100101010001011000010011010111111101101101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A218; }

 p { color: rgb(178,162,24); }

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

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

 a { background-color: rgb(178,162,24); }

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

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

 span { border-color: rgb(178,162,24); }

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