#B1A218

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

Shades of Lucky #B1A218

Tints of Lucky #B1A218

Color information

#B1A218 (or 0xB1A218) is unknown color: approx Lucky. HEX triplet: B1, A2 and 18. RGB value is (177,162,24). Sum of RGB (Red+Green+Blue) = 177+162+24=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A218 is #4E5DE7. Grayscale: #979797. Windows color (decimal): -5135848 or 1614513. OLE color: 1614513.

HSL color Cylindrical-coordinate representation of color #B1A218: hue angle of 54.12º 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 #B1A218 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17716224-
CMYK00.080.860.31
HSL54.12º76.12%39.41%-
HSV(B)54.12º86.44%69.41%-
XYZ31.2235.256.02-
YUV150.7556.47146.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 24 (9.77% from 255) = 6.61%
R=48.76%
G=44.63%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771622400.080.860.3154.1276.1239.41
HexB1A21808561F364c27
Octal26124230010126376611447
Binary101100011010001011000010001010110111111101101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A218; }

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

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

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

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

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

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

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

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