#B2A004

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

Shades of Lucky #B2A004

Tints of Lucky #B2A004

Color information

#B2A004 (or 0xB2A004) is unknown color: approx Lucky. HEX triplet: B2, A0 and 04. RGB value is (178,160,4). Sum of RGB (Red+Green+Blue) = 178+160+4=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A004 is #4D5FFB. Grayscale: #949494. Windows color (decimal): -5070844 or 303282. OLE color: 303282.

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

Color convert

RGB1781604-
CMYK00.100.980.30
HSL53.79º95.6%35.69%-
HSV(B)53.79º97.75%69.8%-
XYZ30.9534.625.16-
YUV147.646.96149.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 160 (62.89% from 255) = 46.78%
BLUE value IS 4 (1.95% from 255) = 1.17%
R=52.05%
G=46.78%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178160400.100.980.3053.7995.635.69
HexB2A040A621E366024
Octal2622404012142366614044
Binary1011001010100000100010101100010111101101101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A004; }

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

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

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

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

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

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

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

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