Html Css Color HEX #B29C02 Lucky

📋 copy color: '#B29C02'

red 178 ◦ green 156 ◦ blue 2

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

Shades of Lucky #B29C02

Tints of Lucky #B29C02

RGB

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

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

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

R = 52.98%
G = 46.43%
B = 0.6%

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

#B29C02 (or 0xB29C02) is known color: Lucky. HEX triplet: B2, 9C and 02. RGB value is (178,156,2). Sum of RGB (Red+Green+Blue) = 178+156+2=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29C02 is #4D63FD. Grayscale: #919191. Windows color (decimal): -5071870 or 171186. OLE color: 171186.

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

Color convert

RGB 178 156 2 -
CMYK 0 0.12 0.99 0.30
HSL 52.5º 0.98% 0.35% -
HSV(B) 52.5º 0.99% 0.7% -
XYZ 30.26 33.25 4.88 -
YUV 145.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 178 156 2 0 0.12 0.99 0.30 52.5 0.98 0.35
Hex B2 9C 2 0 C 63 1E 34 62 23
Octal 262 234 2 0 14 143 36 64 142 43
Binary 10110010 10011100 10 0 1100 1100011 11110 110100 1100010 100011

Color Harmonies of #B29C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C02

Black with #B29C02

Text Example


Text Example

White with #B29C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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