#B3A604

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

Shades of Lucky #B3A604

Tints of Lucky #B3A604

Color information

#B3A604 (or 0xB3A604) is unknown color: approx Lucky. HEX triplet: B3, A6 and 04. RGB value is (179,166,4). Sum of RGB (Red+Green+Blue) = 179+166+4=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A604 is #4C59FB. Grayscale: #989898. Windows color (decimal): -5003772 or 304819. OLE color: 304819.

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

Color convert

RGB1791664-
CMYK00.070.980.30
HSL55.54º95.63%35.88%-
HSV(B)55.54º97.77%70.2%-
XYZ32.2536.865.53-
YUV151.4244.81147.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 166 (65.23% from 255) = 47.56%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=51.29%
G=47.56%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179166400.070.980.3055.5495.6335.88
HexB3A6407621E386024
Octal263246407142367014044
Binary101100111010011010001111100010111101110001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A604; }

 p { color: rgb(179,166,4); }

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

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

 a { background-color: rgb(179,166,4); }

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

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

 span { border-color: rgb(179,166,4); }

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