#B0A21E

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

Shades of Lucky #B0A21E

Tints of Lucky #B0A21E

Color information

#B0A21E (or 0xB0A21E) is unknown color: approx Lucky. HEX triplet: B0, A2 and 1E. RGB value is (176,162,30). Sum of RGB (Red+Green+Blue) = 176+162+30=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A21E is #4F5DE1. Grayscale: #979797. Windows color (decimal): -5201378 or 2007728. OLE color: 2007728.

HSL color Cylindrical-coordinate representation of color #B0A21E: hue angle of 54.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0A21E is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB17616230-
CMYK00.080.830.31
HSL54.25º70.87%40.39%-
HSV(B)54.25º82.95%69.02%-
XYZ31.0635.166.38-
YUV151.1459.64145.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 162 (63.67% from 255) = 44.02%
BLUE value IS 30 (12.11% from 255) = 8.15%
R=47.83%
G=44.02%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761623000.080.830.3154.2570.8740.39
HexB0A21E08531F364728
Octal26024236010123376610750
Binary101100001010001011110010001010011111111101101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A21E; }

 p { color: rgb(176,162,30); }

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

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

 a { background-color: rgb(176,162,30); }

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

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

 span { border-color: rgb(176,162,30); }

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