Html Css Color HEX #B29F00 Lucky

📋 copy color: '#B29F00'

red 178 ◦ green 159 ◦ blue 0

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

Shades of Lucky #B29F00

Tints of Lucky #B29F00

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.82%
G = 47.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B29F00 (or 0xB29F00) is known color: Lucky. HEX triplet: B2, 9F and 00. RGB value is (178,159,0). Sum of RGB (Red+Green+Blue) = 178+159+0=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29F00 is #4D60FF. Grayscale: #939393. Windows color (decimal): -5071104 or 40882. OLE color: 40882.

HSL color Cylindrical-coordinate representation of color #B29F00: hue angle of 53.6º 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 #B29F00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 159 0 -
CMYK 0 0.11 1 0.30
HSL 53.6º 1% 0.35% -
HSV(B) 53.6º 1% 0.7% -
XYZ 30.76 34.26 4.99 -
YUV 146.56 45.29 150.43 -
System Red Green Blue C M Y K H S L
Decimal 178 159 0 0 0.11 1 0.30 53.6 1 0.35
Hex B2 9F 0 0 B 64 1E 36 64 23
Octal 262 237 0 0 13 144 36 66 144 43
Binary 10110010 10011111 0 0 1011 1100100 11110 110110 1100100 100011

Color Harmonies of #B29F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F00

Black with #B29F00

Text Example


Text Example

White with #B29F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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