#B0A11E

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

Shades of Lucky #B0A11E

Tints of Lucky #B0A11E

Color information

#B0A11E (or 0xB0A11E) is unknown color: approx Lucky. HEX triplet: B0, A1 and 1E. RGB value is (176,161,30). Sum of RGB (Red+Green+Blue) = 176+161+30=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A11E is #4F5EE1. Grayscale: #979797. Windows color (decimal): -5201634 or 2007472. OLE color: 2007472.

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

Color convert

RGB17616130-
CMYK00.090.830.31
HSL53.84º70.87%40.39%-
HSV(B)53.84º82.95%69.02%-
XYZ30.8834.816.32-
YUV150.5559.97146.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 30 (12.11% from 255) = 8.17%
R=47.96%
G=43.87%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761613000.090.830.3153.8470.8740.39
HexB0A11E09531F364728
Octal26024136011123376610750
Binary101100001010000111110010011010011111111101101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A11E; }

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

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

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

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

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

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

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

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