#B0A118

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

Shades of Lucky #B0A118

Tints of Lucky #B0A118

Color information

#B0A118 (or 0xB0A118) is unknown color: approx Lucky. HEX triplet: B0, A1 and 18. RGB value is (176,161,24). Sum of RGB (Red+Green+Blue) = 176+161+24=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A118 is #4F5EE7. Grayscale: #969696. Windows color (decimal): -5201640 or 1614256. OLE color: 1614256.

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

Color convert

RGB17616124-
CMYK00.090.860.31
HSL54.08º76%39.22%-
HSV(B)54.08º86.36%69.02%-
XYZ30.8134.795.95-
YUV149.8756.97146.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 161 (63.28% from 255) = 44.60%
BLUE value IS 24 (9.77% from 255) = 6.65%
R=48.75%
G=44.60%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761612400.090.860.3154.087639.22
HexB0A11809561F364c27
Octal26024130011126376611447
Binary101100001010000111000010011010110111111101101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A118; }

 p { color: rgb(176,161,24); }

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

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

 a { background-color: rgb(176,161,24); }

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

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

 span { border-color: rgb(176,161,24); }

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