#B1A000

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

Shades of Lucky #B1A000

Tints of Lucky #B1A000

Color information

#B1A000 (or 0xB1A000) is unknown color: approx Lucky. HEX triplet: B1, A0 and 00. RGB value is (177,160,0). Sum of RGB (Red+Green+Blue) = 177+160+0=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A000 is #4E5FFF. Grayscale: #939393. Windows color (decimal): -5136384 or 41137. OLE color: 41137.

HSL color Cylindrical-coordinate representation of color #B1A000: hue angle of 54.24º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1A000 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1771600-
CMYK00.1010.31
HSL54.24º100%34.71%-
HSV(B)54.24º100%69.41%-
XYZ30.734.495.04-
YUV146.8445.13149.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 160 (62.89% from 255) = 47.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.52%
G=47.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177160000.1010.3154.2410034.71
HexB1A000A641F366423
Octal2612400012144376614443
Binary10110001101000000010101100100111111101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A000; }

 p { color: rgb(177,160,0); }

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

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

 a { background-color: rgb(177,160,0); }

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

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

 span { border-color: rgb(177,160,0); }

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