#B4A018

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

Shades of Lucky #B4A018

Tints of Lucky #B4A018

Color information

#B4A018 (or 0xB4A018) is unknown color: approx Lucky. HEX triplet: B4, A0 and 18. RGB value is (180,160,24). Sum of RGB (Red+Green+Blue) = 180+160+24=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A018 is #4B5FE7. Grayscale: #979797. Windows color (decimal): -4939752 or 1614004. OLE color: 1614004.

HSL color Cylindrical-coordinate representation of color #B4A018: hue angle of 52.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4A018 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18016024-
CMYK00.110.870.29
HSL52.31º76.47%40%-
HSV(B)52.31º86.67%70.59%-
XYZ31.5634.915.94-
YUV150.4856.63149.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 160 (62.89% from 255) = 43.96%
BLUE value IS 24 (9.77% from 255) = 6.59%
R=49.45%
G=43.96%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801602400.110.870.2952.3176.4740
HexB4A0180B571D344c28
Octal26424030013127356411450
Binary101101001010000011000010111010111111011101001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A018; }

 p { color: rgb(180,160,24); }

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

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

 a { background-color: rgb(180,160,24); }

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

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

 span { border-color: rgb(180,160,24); }

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