#B1A101

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

Shades of Lucky #B1A101

Tints of Lucky #B1A101

Color information

#B1A101 (or 0xB1A101) is unknown color: approx Lucky. HEX triplet: B1, A1 and 01. RGB value is (177,161,1). Sum of RGB (Red+Green+Blue) = 177+161+1=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A101 is #4E5EFE. Grayscale: #949494. Windows color (decimal): -5136127 or 106929. OLE color: 106929.

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

Color convert

RGB1771611-
CMYK00.090.990.31
HSL54.55º98.88%34.9%-
HSV(B)54.55º99.44%69.41%-
XYZ30.8834.845.13-
YUV147.5445.3149.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 161 (63.28% from 255) = 47.49%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=52.21%
G=47.49%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177161100.090.990.3154.5598.8834.9
HexB1A1109631F376323
Octal2612411011143376714343
Binary10110001101000011010011100011111111101111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A101; }

 p { color: rgb(177,161,1); }

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

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

 a { background-color: rgb(177,161,1); }

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

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

 span { border-color: rgb(177,161,1); }

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