#B1A300

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

Shades of Lucky #B1A300

Tints of Lucky #B1A300

Color information

#B1A300 (or 0xB1A300) is unknown color: approx Lucky. HEX triplet: B1, A3 and 00. RGB value is (177,163,0). Sum of RGB (Red+Green+Blue) = 177+163+0=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A300 is #4E5CFF. Grayscale: #959595. Windows color (decimal): -5135616 or 41905. OLE color: 41905.

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

Color convert

RGB1771630-
CMYK00.0810.31
HSL55.25º100%34.71%-
HSV(B)55.25º100%69.41%-
XYZ31.2335.545.21-
YUV148.644.14148.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 163 (64.06% from 255) = 47.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.06%
G=47.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177163000.0810.3155.2510034.71
HexB1A3008641F376423
Octal2612430010144376714443
Binary10110001101000110010001100100111111101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A300; }

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

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

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

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

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

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

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

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