Html Css Color HEX #B29B02 Lucky

📋 copy color: '#B29B02'

red 178 ◦ green 155 ◦ blue 2

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

Shades of Lucky #B29B02

Tints of Lucky #B29B02

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.27%

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

R = 53.13%
G = 46.27%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B29B02 (or 0xB29B02) is known color: Lucky. HEX triplet: B2, 9B and 02. RGB value is (178,155,2). Sum of RGB (Red+Green+Blue) = 178+155+2=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29B02 is #4D64FD. Grayscale: #919191. Windows color (decimal): -5072126 or 170930. OLE color: 170930.

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

Color convert

RGB 178 155 2 -
CMYK 0 0.13 0.99 0.30
HSL 52.16º 0.98% 0.35% -
HSV(B) 52.16º 0.99% 0.7% -
XYZ 30.09 32.91 4.82 -
YUV 144.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 178 155 2 0 0.13 0.99 0.30 52.16 0.98 0.35
Hex B2 9B 2 0 D 63 1E 34 62 23
Octal 262 233 2 0 15 143 36 64 142 43
Binary 10110010 10011011 10 0 1101 1100011 11110 110100 1100010 100011

Color Harmonies of #B29B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29B02

Black with #B29B02

Text Example


Text Example

White with #B29B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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