#B2A50E

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

Shades of Lucky #B2A50E

Tints of Lucky #B2A50E

Color information

#B2A50E (or 0xB2A50E) is unknown color: approx Lucky. HEX triplet: B2, A5 and 0E. RGB value is (178,165,14). Sum of RGB (Red+Green+Blue) = 178+165+14=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A50E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A50E is #4D5AF1. Grayscale: #989898. Windows color (decimal): -5069554 or 959922. OLE color: 959922.

HSL color Cylindrical-coordinate representation of color #B2A50E: hue angle of 55.24º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2A50E is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17816514-
CMYK00.070.920.30
HSL55.24º85.42%37.65%-
HSV(B)55.24º92.13%69.8%-
XYZ31.8936.415.76-
YUV151.6750.31146.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 165 (64.84% from 255) = 46.22%
BLUE value IS 14 (5.86% from 255) = 3.92%
R=49.86%
G=46.22%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781651400.070.920.3055.2485.4237.65
HexB2A5E075C1E375526
Octal2622451607134366712546
Binary1011001010100101111001111011100111101101111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A50E; }

 p { color: rgb(178,165,14); }

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

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

 a { background-color: rgb(178,165,14); }

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

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

 span { border-color: rgb(178,165,14); }

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