Html Css Color HEX #B29D1E Lucky

📋 copy color: '#B29D1E'

red 178 ◦ green 157 ◦ blue 30

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

Shades of Lucky #B29D1E

Tints of Lucky #B29D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.22%

R = 48.77%
G = 43.01%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B29D1E (or 0xB29D1E) is known color: Lucky. HEX triplet: B2, 9D and 1E. RGB value is (178,157,30). Sum of RGB (Red+Green+Blue) = 178+157+30=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D1E is #4D62E1. Grayscale: #959595. Windows color (decimal): -5071586 or 2006450. OLE color: 2006450.

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

Color convert

RGB 178 157 30 -
CMYK 0 0.12 0.83 0.30
HSL 51.49º 0.71% 0.41% -
HSV(B) 51.49º 0.83% 0.7% -
XYZ 30.65 33.67 6.11 -
YUV 148.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 178 157 30 0 0.12 0.83 0.30 51.49 0.71 0.41
Hex B2 9D 1E 0 C 53 1E 33 47 29
Octal 262 235 36 0 14 123 36 63 107 51
Binary 10110010 10011101 11110 0 1100 1010011 11110 110011 1000111 101001

Color Harmonies of #B29D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D1E

Black with #B29D1E

Text Example


Text Example

White with #B29D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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