#B29D16

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

Shades of Lucky #B29D16

Tints of Lucky #B29D16

Color information

#B29D16 (or 0xB29D16) is unknown color: approx Lucky. HEX triplet: B2, 9D and 16. RGB value is (178,157,22). Sum of RGB (Red+Green+Blue) = 178+157+22=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29D16 is #4D62E9. Grayscale: #949494. Windows color (decimal): -5071594 or 1482162. OLE color: 1482162.

HSL color Cylindrical-coordinate representation of color #B29D16: hue angle of 51.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B29D16 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17815722-
CMYK00.120.880.30
HSL51.92º78%39.22%-
HSV(B)51.92º87.64%69.8%-
XYZ30.5633.645.64-
YUV147.8956.96149.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 157 (61.72% from 255) = 43.98%
BLUE value IS 22 (8.98% from 255) = 6.16%
R=49.86%
G=43.98%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781572200.120.880.3051.927839.22
HexB29D160C581E344e27
Octal26223526014130366411647
Binary101100101001110110110011001011000111101101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D16; }

 p { color: rgb(178,157,22); }

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

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

 a { background-color: rgb(178,157,22); }

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

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

 span { border-color: rgb(178,157,22); }

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