#B39E02

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

Shades of Lucky #B39E02

Tints of Lucky #B39E02

Color information

#B39E02 (or 0xB39E02) is unknown color: approx Lucky. HEX triplet: B3, 9E and 02. RGB value is (179,158,2). Sum of RGB (Red+Green+Blue) = 179+158+2=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39E02 is #4C61FD. Grayscale: #939393. Windows color (decimal): -5005822 or 171699. OLE color: 171699.

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

Color convert

RGB1791582-
CMYK00.120.990.30
HSL52.88º97.79%35.49%-
HSV(B)52.88º98.88%70.2%-
XYZ30.8334.045-
YUV146.546.46151.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=52.80%
G=46.61%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179158200.120.990.3052.8897.7935.49
HexB39E20C631E356223
Octal2632362014143366514243
Binary101100111001111010011001100011111101101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E02; }

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

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

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

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

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

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

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

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