#B39C02

Color #B39C02 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #B39C02

Tints of Lucky #B39C02

Color information

#B39C02 (or 0xB39C02) is unknown color: approx Lucky. HEX triplet: B3, 9C and 02. RGB value is (179,156,2). Sum of RGB (Red+Green+Blue) = 179+156+2=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39C02 is #4C63FD. Grayscale: #919191. Windows color (decimal): -5006334 or 171187. OLE color: 171187.

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

Color convert

RGB1791562-
CMYK00.130.990.30
HSL52.2º97.79%35.49%-
HSV(B)52.2º98.88%70.2%-
XYZ30.4933.374.89-
YUV145.3247.12152.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.12%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=53.12%
G=46.29%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179156200.130.990.3052.297.7935.49
HexB39C20D631E346223
Octal2632342015143366414243
Binary101100111001110010011011100011111101101001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C02; }

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

 H1.HeaderClassName
 {
   color: #B39C02;
 }
 .AnyTagClassName
 {
   color: #B39C02;
 }
</style>
background-color css

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

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

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

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

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

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