#B1A418

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

Shades of Lucky #B1A418

Tints of Lucky #B1A418

Color information

#B1A418 (or 0xB1A418) is unknown color: approx Lucky. HEX triplet: B1, A4 and 18. RGB value is (177,164,24). Sum of RGB (Red+Green+Blue) = 177+164+24=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A418 is #4E5BE7. Grayscale: #989898. Windows color (decimal): -5135336 or 1615025. OLE color: 1615025.

HSL color Cylindrical-coordinate representation of color #B1A418: hue angle of 54.9º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1A418 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17716424-
CMYK00.070.860.31
HSL54.9º76.12%39.41%-
HSV(B)54.9º86.44%69.41%-
XYZ31.5735.966.14-
YUV151.9355.81145.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 24 (9.77% from 255) = 6.58%
R=48.49%
G=44.93%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771642400.070.860.3154.976.1239.41
HexB1A41807561F374c27
Octal2612443007126376711447
Binary10110001101001001100001111010110111111101111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A418; }

 p { color: rgb(177,164,24); }

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

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

 a { background-color: rgb(177,164,24); }

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

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

 span { border-color: rgb(177,164,24); }

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