#B3A217

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

Shades of Lucky #B3A217

Tints of Lucky #B3A217

Color information

#B3A217 (or 0xB3A217) is unknown color: approx Lucky. HEX triplet: B3, A2 and 17. RGB value is (179,162,23). Sum of RGB (Red+Green+Blue) = 179+162+23=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A217 is #4C5DE8. Grayscale: #979797. Windows color (decimal): -5004777 or 1548979. OLE color: 1548979.

HSL color Cylindrical-coordinate representation of color #B3A217: hue angle of 53.46º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3A217 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17916223-
CMYK00.090.870.30
HSL53.46º77.23%39.61%-
HSV(B)53.46º87.15%70.2%-
XYZ31.6735.495.99-
YUV151.2455.63147.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 23 (9.38% from 255) = 6.32%
R=49.18%
G=44.51%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791622300.090.870.3053.4677.2339.61
HexB3A21709571E354d28
Octal26324227011127366511550
Binary101100111010001010111010011010111111101101011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A217; }

 p { color: rgb(179,162,23); }

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

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

 a { background-color: rgb(179,162,23); }

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

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

 span { border-color: rgb(179,162,23); }

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