#b2a40f

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

Shades of Lucky #B2A40F

Tints of Lucky #B2A40F

Color information

#B2A40F (or 0xB2A40F) is unknown color: approx Lucky. HEX triplet: B2, A4 and 0F. RGB value is (178,164,15). Sum of RGB (Red+Green+Blue) = 178+164+15=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A40F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A40F is #4D5BF0. Grayscale: #979797. Windows color (decimal): -5069809 or 1025202. OLE color: 1025202.

HSL color Cylindrical-coordinate representation of color #B2A40F: hue angle of 54.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2A40F is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17816415-
CMYK00.080.920.30
HSL54.85º84.46%37.84%-
HSV(B)54.85º91.57%69.8%-
XYZ31.7236.055.74-
YUV151.251.14147.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 15 (6.25% from 255) = 4.20%
R=49.86%
G=45.94%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781641500.080.920.3054.8584.4637.84
HexB2A4F085C1E375426
Octal26224417010134366712446
Binary10110010101001001111010001011100111101101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2a40f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2a40f; }

 p { color: rgb(178,164,15); }

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

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

 a { background-color: rgb(178,164,15); }

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

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

 span { border-color: rgb(178,164,15); }

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