Html Css Color HEX #B29D02 Lucky

📋 copy color: '#B29D02'

red 178 ◦ green 157 ◦ blue 2

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

Shades of Lucky #B29D02

Tints of Lucky #B29D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 52.82%
G = 46.59%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B29D02 (or 0xB29D02) is known color: Lucky. HEX triplet: B2, 9D and 02. RGB value is (178,157,2). Sum of RGB (Red+Green+Blue) = 178+157+2=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29D02 is #4D62FD. Grayscale: #929292. Windows color (decimal): -5071614 or 171442. OLE color: 171442.

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

Color convert

RGB 178 157 2 -
CMYK 0 0.12 0.99 0.30
HSL 52.84º 0.98% 0.35% -
HSV(B) 52.84º 0.99% 0.7% -
XYZ 30.43 33.58 4.94 -
YUV 145.61 46.96 151.1 -
System Red Green Blue C M Y K H S L
Decimal 178 157 2 0 0.12 0.99 0.30 52.84 0.98 0.35
Hex B2 9D 2 0 C 63 1E 35 62 23
Octal 262 235 2 0 14 143 36 65 142 43
Binary 10110010 10011101 10 0 1100 1100011 11110 110101 1100010 100011

Color Harmonies of #B29D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D02

Black with #B29D02

Text Example


Text Example

White with #B29D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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