Html Css Color HEX #B29D1C Lucky

📋 copy color: '#B29D1C'

red 178 ◦ green 157 ◦ blue 28

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

Shades of Lucky #B29D1C

Tints of Lucky #B29D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 49.04%
G = 43.25%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B29D1C (or 0xB29D1C) is known color: Lucky. HEX triplet: B2, 9D and 1C. RGB value is (178,157,28). Sum of RGB (Red+Green+Blue) = 178+157+28=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D1C is #4D62E3. Grayscale: #959595. Windows color (decimal): -5071588 or 1875378. OLE color: 1875378.

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

Color convert

RGB 178 157 28 -
CMYK 0 0.12 0.84 0.30
HSL 51.6º 0.73% 0.4% -
HSV(B) 51.6º 0.84% 0.7% -
XYZ 30.63 33.66 5.98 -
YUV 148.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 178 157 28 0 0.12 0.84 0.30 51.6 0.73 0.4
Hex B2 9D 1C 0 C 54 1E 34 49 28
Octal 262 235 34 0 14 124 36 64 111 50
Binary 10110010 10011101 11100 0 1100 1010100 11110 110100 1001001 101000

Color Harmonies of #B29D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D1C

Black with #B29D1C

Text Example


Text Example

White with #B29D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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