#B2A01E

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

Shades of Lucky #B2A01E

Tints of Lucky #B2A01E

Color information

#B2A01E (or 0xB2A01E) is unknown color: approx Lucky. HEX triplet: B2, A0 and 1E. RGB value is (178,160,30). Sum of RGB (Red+Green+Blue) = 178+160+30=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A01E is #4D5FE1. Grayscale: #979797. Windows color (decimal): -5070818 or 2007218. OLE color: 2007218.

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

Color convert

RGB17816030-
CMYK00.100.830.30
HSL52.7º71.15%40.78%-
HSV(B)52.7º83.15%69.8%-
XYZ31.1734.76.28-
YUV150.5659.96147.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 160 (62.89% from 255) = 43.48%
BLUE value IS 30 (12.11% from 255) = 8.15%
R=48.37%
G=43.48%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781603000.100.830.3052.771.1540.78
HexB2A01E0A531E354729
Octal26224036012123366510751
Binary101100101010000011110010101010011111101101011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A01E; }

 p { color: rgb(178,160,30); }

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

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

 a { background-color: rgb(178,160,30); }

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

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

 span { border-color: rgb(178,160,30); }

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