#B29E00

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

Shades of Lucky #B29E00

Tints of Lucky #B29E00

Color information

#B29E00 (or 0xB29E00) is unknown color: approx Lucky. HEX triplet: B2, 9E and 00. RGB value is (178,158,0). Sum of RGB (Red+Green+Blue) = 178+158+0=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29E00 is #4D61FF. Grayscale: #929292. Windows color (decimal): -5071360 or 40626. OLE color: 40626.

HSL color Cylindrical-coordinate representation of color #B29E00: hue angle of 53.26º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B29E00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1781580-
CMYK00.1110.30
HSL53.26º100%34.9%-
HSV(B)53.26º100%69.8%-
XYZ30.5933.924.93-
YUV145.9745.63150.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 158 (62.11% from 255) = 47.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.98%
G=47.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178158000.1110.3053.2610034.9
HexB29E00B641E356423
Octal2622360013144366514443
Binary10110010100111100010111100100111101101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E00; }

 p { color: rgb(178,158,0); }

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

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

 a { background-color: rgb(178,158,0); }

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

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

 span { border-color: rgb(178,158,0); }

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