#B29D21

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

Shades of Lucky #B29D21

Tints of Lucky #B29D21

Color information

#B29D21 (or 0xB29D21) is unknown color: approx Lucky. HEX triplet: B2, 9D and 21. RGB value is (178,157,33). Sum of RGB (Red+Green+Blue) = 178+157+33=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D21 is #4D62DE. Grayscale: #959595. Windows color (decimal): -5071583 or 2203058. OLE color: 2203058.

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

Color convert

RGB17815733-
CMYK00.120.810.30
HSL51.31º68.72%41.37%-
HSV(B)51.31º81.46%69.8%-
XYZ30.6933.696.32-
YUV149.1462.46148.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 33 (13.28% from 255) = 8.97%
R=48.37%
G=42.66%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781573300.120.810.3051.3168.7241.37
HexB29D210C511E334529
Octal26223541014121366310551
Binary1011001010011101100001011001010001111101100111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D21; }

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

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

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

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

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

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

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

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