#B4A60C

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

Shades of Lucky #B4A60C

Tints of Lucky #B4A60C

Color information

#B4A60C (or 0xB4A60C) is unknown color: approx Lucky. HEX triplet: B4, A6 and 0C. RGB value is (180,166,12). Sum of RGB (Red+Green+Blue) = 180+166+12=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A60C is #4B59F3. Grayscale: #999999. Windows color (decimal): -4938228 or 829108. OLE color: 829108.

HSL color Cylindrical-coordinate representation of color #B4A60C: hue angle of 55º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4A60C is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18016612-
CMYK00.080.930.29
HSL55º87.5%37.65%-
HSV(B)55º93.33%70.59%-
XYZ32.52375.78-
YUV152.6348.64147.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 166 (65.23% from 255) = 46.37%
BLUE value IS 12 (5.08% from 255) = 3.35%
R=50.28%
G=46.37%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801661200.080.930.295587.537.65
HexB4A6C085D1D375826
Octal26424614010135356713046
Binary10110100101001101100010001011101111011101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A60C; }

 p { color: rgb(180,166,12); }

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

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

 a { background-color: rgb(180,166,12); }

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

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

 span { border-color: rgb(180,166,12); }

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