#B4A603

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

Shades of Lucky #B4A603

Tints of Lucky #B4A603

Color information

#B4A603 (or 0xB4A603) is unknown color: approx Lucky. HEX triplet: B4, A6 and 03. RGB value is (180,166,3). Sum of RGB (Red+Green+Blue) = 180+166+3=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A603 is #4B59FC. Grayscale: #989898. Windows color (decimal): -4938237 or 239284. OLE color: 239284.

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

Color convert

RGB1801663-
CMYK00.080.980.29
HSL55.25º96.72%35.88%-
HSV(B)55.25º98.33%70.59%-
XYZ32.4836.985.51-
YUV151.644.14148.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 166 (65.23% from 255) = 47.56%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=51.58%
G=47.56%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180166300.080.980.2955.2596.7235.88
HexB4A6308621D376124
Octal2642463010142356714144
Binary101101001010011011010001100010111011101111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A603; }

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

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

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

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

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

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

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

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