#B3A202

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

Shades of Lucky #B3A202

Tints of Lucky #B3A202

Color information

#B3A202 (or 0xB3A202) is unknown color: approx Lucky. HEX triplet: B3, A2 and 02. RGB value is (179,162,2). Sum of RGB (Red+Green+Blue) = 179+162+2=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A202 is #4C5DFD. Grayscale: #959595. Windows color (decimal): -5004798 or 172723. OLE color: 172723.

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

Color convert

RGB1791622-
CMYK00.090.990.30
HSL54.24º97.79%35.49%-
HSV(B)54.24º98.88%70.2%-
XYZ31.5235.435.23-
YUV148.8445.13149.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=52.19%
G=47.23%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179162200.090.990.3054.2497.7935.49
HexB3A2209631E366223
Octal2632422011143366614243
Binary101100111010001010010011100011111101101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A202; }

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

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

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

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

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

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

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

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