#b2a90a

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

Shades of Lucky #B2A90A

Tints of Lucky #B2A90A

Color information

#B2A90A (or 0xB2A90A) is unknown color: approx Lucky. HEX triplet: B2, A9 and 0A. RGB value is (178,169,10). Sum of RGB (Red+Green+Blue) = 178+169+10=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A90A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A90A is #4D56F5. Grayscale: #9A9A9A. Windows color (decimal): -5068534 or 698802. OLE color: 698802.

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

Color convert

RGB17816910-
CMYK00.050.940.30
HSL56.79º89.36%36.86%-
HSV(B)56.79º94.38%69.8%-
XYZ32.637.865.88-
YUV153.5646.98145.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 169 (66.41% from 255) = 47.34%
BLUE value IS 10 (4.30% from 255) = 2.80%
R=49.86%
G=47.34%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781691000.050.940.3056.7989.3636.86
HexB2A9A055E1E395925
Octal2622511205136367113145
Binary1011001010101001101001011011110111101110011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2a90a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2a90a; }

 p { color: rgb(178,169,10); }

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

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

 a { background-color: rgb(178,169,10); }

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

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

 span { border-color: rgb(178,169,10); }

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