#B3A002

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

Shades of Lucky #B3A002

Tints of Lucky #B3A002

Color information

#B3A002 (or 0xB3A002) is unknown color: approx Lucky. HEX triplet: B3, A0 and 02. RGB value is (179,160,2). Sum of RGB (Red+Green+Blue) = 179+160+2=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A002 is #4C5FFD. Grayscale: #949494. Windows color (decimal): -5005310 or 172211. OLE color: 172211.

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

Color convert

RGB1791602-
CMYK00.110.990.30
HSL53.56º97.79%35.49%-
HSV(B)53.56º98.88%70.2%-
XYZ31.1734.735.12-
YUV147.6745.79150.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 160 (62.89% from 255) = 46.92%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=52.49%
G=46.92%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179160200.110.990.3053.5697.7935.49
HexB3A020B631E366223
Octal2632402013143366614243
Binary101100111010000010010111100011111101101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A002; }

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

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

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

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

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

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

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

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