#B2A011

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

Shades of Lucky #B2A011

Tints of Lucky #B2A011

Color information

#B2A011 (or 0xB2A011) is unknown color: approx Lucky. HEX triplet: B2, A0 and 11. RGB value is (178,160,17). Sum of RGB (Red+Green+Blue) = 178+160+17=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A011 is #4D5FEE. Grayscale: #959595. Windows color (decimal): -5070831 or 1155250. OLE color: 1155250.

HSL color Cylindrical-coordinate representation of color #B2A011: hue angle of 53.29º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2A011 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB17816017-
CMYK00.100.900.30
HSL53.29º82.56%38.24%-
HSV(B)53.29º90.45%69.8%-
XYZ31.0334.655.58-
YUV149.0853.46148.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 17 (7.03% from 255) = 4.79%
R=50.14%
G=45.07%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781601700.100.900.3053.2982.5638.24
HexB2A0110A5A1E355326
Octal26224021012132366512346
Binary101100101010000010001010101011010111101101011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A011; }

 p { color: rgb(178,160,17); }

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

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

 a { background-color: rgb(178,160,17); }

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

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

 span { border-color: rgb(178,160,17); }

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