#B0A302

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

Shades of Lucky #B0A302

Tints of Lucky #B0A302

Color information

#B0A302 (or 0xB0A302) is unknown color: approx Lucky. HEX triplet: B0, A3 and 02. RGB value is (176,163,2). Sum of RGB (Red+Green+Blue) = 176+163+2=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A302 is #4F5CFD. Grayscale: #959595. Windows color (decimal): -5201150 or 172976. OLE color: 172976.

HSL color Cylindrical-coordinate representation of color #B0A302: hue angle of 55.52º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0A302 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB1761632-
CMYK00.070.990.31
HSL55.52º97.75%34.9%-
HSV(B)55.52º98.86%69.02%-
XYZ31.0135.435.26-
YUV148.5345.31147.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 163 (64.06% from 255) = 47.80%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=51.61%
G=47.80%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176163200.070.990.3155.5297.7534.9
HexB0A3207631F386223
Octal260243207143377014243
Binary10110000101000111001111100011111111110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A302; }

 p { color: rgb(176,163,2); }

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

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

 a { background-color: rgb(176,163,2); }

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

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

 span { border-color: rgb(176,163,2); }

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