Html Css Color HEX #B29C0A Lucky

📋 copy color: '#B29C0A'

red 178 ◦ green 156 ◦ blue 10

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

Shades of Lucky #B29C0A

Tints of Lucky #B29C0A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.35%

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 51.74%
G = 45.35%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B29C0A (or 0xB29C0A) is known color: Lucky. HEX triplet: B2, 9C and 0A. RGB value is (178,156,10). Sum of RGB (Red+Green+Blue) = 178+156+10=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29C0A is #4D63F5. Grayscale: #929292. Windows color (decimal): -5071862 or 695474. OLE color: 695474.

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

Color convert

RGB 178 156 10 -
CMYK 0 0.12 0.94 0.30
HSL 52.14º 0.89% 0.37% -
HSV(B) 52.14º 0.94% 0.7% -
XYZ 30.3 33.26 5.11 -
YUV 145.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 178 156 10 0 0.12 0.94 0.30 52.14 0.89 0.37
Hex B2 9C A 0 C 5E 1E 34 59 25
Octal 262 234 12 0 14 136 36 64 131 45
Binary 10110010 10011100 1010 0 1100 1011110 11110 110100 1011001 100101

Color Harmonies of #B29C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C0A

Black with #B29C0A

Text Example


Text Example

White with #B29C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C0A; }

 p { color: rgb(178,156,10); }

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

background-color css

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

 a { background-color: rgb(178,156,10); }

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

border-color css

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

 span { border-color: rgb(178,156,10); }

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