#B29916

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

Shades of Lucky #B29916

Tints of Lucky #B29916

Color information

#B29916 (or 0xB29916) is unknown color: approx Lucky. HEX triplet: B2, 99 and 16. RGB value is (178,153,22). Sum of RGB (Red+Green+Blue) = 178+153+22=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B29916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29916 is #4D66E9. Grayscale: #929292. Windows color (decimal): -5072618 or 1481138. OLE color: 1481138.

HSL color Cylindrical-coordinate representation of color #B29916: hue angle of 50.38º 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 #B29916 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17815322-
CMYK00.140.880.30
HSL50.38º78%39.22%-
HSV(B)50.38º87.64%69.8%-
XYZ29.932.315.42-
YUV145.5458.28151.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.42%
GREEN value IS 153 (60.16% from 255) = 43.34%
BLUE value IS 22 (8.98% from 255) = 6.23%
R=50.42%
G=43.34%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781532200.140.880.3050.387839.22
HexB299160E581E324e27
Octal26223126016130366211647
Binary101100101001100110110011101011000111101100101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29916; }

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

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

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

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

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

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

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

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