#B2A101

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

Shades of Lucky #B2A101

Tints of Lucky #B2A101

Color information

#B2A101 (or 0xB2A101) is unknown color: approx Lucky. HEX triplet: B2, A1 and 01. RGB value is (178,161,1). Sum of RGB (Red+Green+Blue) = 178+161+1=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A101 is #4D5EFE. Grayscale: #949494. Windows color (decimal): -5070591 or 106930. OLE color: 106930.

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

Color convert

RGB1781611-
CMYK00.100.990.30
HSL54.24º98.88%35.1%-
HSV(B)54.24º99.44%69.8%-
XYZ31.1134.965.14-
YUV147.8445.13149.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 161 (63.28% from 255) = 47.35%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=52.35%
G=47.35%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178161100.100.990.3054.2498.8835.1
HexB2A110A631E366323
Octal2622411012143366614343
Binary10110010101000011010101100011111101101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A101; }

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

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

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

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

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

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

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

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