Html Css Color HEX #B29D04 Lucky

📋 copy color: '#B29D04'

red 178 ◦ green 157 ◦ blue 4

#B29D04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #B29D04

Tints of Lucky #B29D04

RGB

 RED value IS 178 (69.92% from 255) = 52.51%

 GREEN value IS 157 (61.72% from 255) = 46.31%

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 52.51%
G = 46.31%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B29D04 (or 0xB29D04) is known color: Lucky. HEX triplet: B2, 9D and 04. RGB value is (178,157,4). Sum of RGB (Red+Green+Blue) = 178+157+4=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29D04 is #4D62FB. Grayscale: #929292. Windows color (decimal): -5071612 or 302514. OLE color: 302514.

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

Color convert

RGB 178 157 4 -
CMYK 0 0.12 0.98 0.30
HSL 52.76º 0.96% 0.36% -
HSV(B) 52.76º 0.98% 0.7% -
XYZ 30.44 33.59 4.99 -
YUV 145.84 47.96 150.94 -
System Red Green Blue C M Y K H S L
Decimal 178 157 4 0 0.12 0.98 0.30 52.76 0.96 0.36
Hex B2 9D 4 0 C 62 1E 35 60 24
Octal 262 235 4 0 14 142 36 65 140 44
Binary 10110010 10011101 100 0 1100 1100010 11110 110101 1100000 100100

Color Harmonies of #B29D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D04

Black with #B29D04

Text Example


Text Example

White with #B29D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D04; }

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

 H1.HeaderClassName
 {
   color: #B29D04;
 }
 .AnyTagClassName
 {
   color: #B29D04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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