#B2A209

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

Shades of Lucky #B2A209

Tints of Lucky #B2A209

Color information

#B2A209 (or 0xB2A209) is unknown color: approx Lucky. HEX triplet: B2, A2 and 09. RGB value is (178,162,9). Sum of RGB (Red+Green+Blue) = 178+162+9=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A209 is #4D5DF6. Grayscale: #959595. Windows color (decimal): -5070327 or 631474. OLE color: 631474.

HSL color Cylindrical-coordinate representation of color #B2A209: hue angle of 54.32º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2A209 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB1781629-
CMYK00.090.950.30
HSL54.32º90.37%36.67%-
HSV(B)54.32º94.94%69.8%-
XYZ31.3335.335.43-
YUV149.3448.8148.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 9 (3.91% from 255) = 2.58%
R=51.00%
G=46.42%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178162900.090.950.3054.3290.3736.67
HexB2A29095F1E365a25
Octal26224211011137366613245
Binary10110010101000101001010011011111111101101101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A209; }

 p { color: rgb(178,162,9); }

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

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

 a { background-color: rgb(178,162,9); }

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

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

 span { border-color: rgb(178,162,9); }

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