#B2A50C

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

Shades of Lucky #B2A50C

Tints of Lucky #B2A50C

Color information

#B2A50C (or 0xB2A50C) is unknown color: approx Lucky. HEX triplet: B2, A5 and 0C. RGB value is (178,165,12). Sum of RGB (Red+Green+Blue) = 178+165+12=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A50C is #4D5AF3. Grayscale: #989898. Windows color (decimal): -5069556 or 828850. OLE color: 828850.

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

Color convert

RGB17816512-
CMYK00.070.930.30
HSL55.3º87.37%37.25%-
HSV(B)55.3º93.26%69.8%-
XYZ31.8836.45.69-
YUV151.4449.31146.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 12 (5.08% from 255) = 3.38%
R=50.14%
G=46.48%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781651200.070.930.3055.387.3737.25
HexB2A5C075D1E375725
Octal2622451407135366712745
Binary1011001010100101110001111011101111101101111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A50C; }

 p { color: rgb(178,165,12); }

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

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

 a { background-color: rgb(178,165,12); }

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

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

 span { border-color: rgb(178,165,12); }

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