#B2A50B

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

Shades of Lucky #B2A50B

Tints of Lucky #B2A50B

Color information

#B2A50B (or 0xB2A50B) is unknown color: approx Lucky. HEX triplet: B2, A5 and 0B. RGB value is (178,165,11). Sum of RGB (Red+Green+Blue) = 178+165+11=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A50B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A50B is #4D5AF4. Grayscale: #979797. Windows color (decimal): -5069557 or 763314. OLE color: 763314.

HSL color Cylindrical-coordinate representation of color #B2A50B: hue angle of 55.33º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2A50B is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17816511-
CMYK00.070.940.30
HSL55.33º88.36%37.06%-
HSV(B)55.33º93.82%69.8%-
XYZ31.8836.45.66-
YUV151.3348.81147.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 165 (64.84% from 255) = 46.61%
BLUE value IS 11 (4.69% from 255) = 3.11%
R=50.28%
G=46.61%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781651100.070.940.3055.3388.3637.06
HexB2A5B075E1E375825
Octal2622451307136366713045
Binary1011001010100101101101111011110111101101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A50B; }

 p { color: rgb(178,165,11); }

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

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

 a { background-color: rgb(178,165,11); }

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

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

 span { border-color: rgb(178,165,11); }

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