#B2A90B

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

Shades of Lucky #B2A90B

Tints of Lucky #B2A90B

Color information

#B2A90B (or 0xB2A90B) is unknown color: approx Lucky. HEX triplet: B2, A9 and 0B. RGB value is (178,169,11). Sum of RGB (Red+Green+Blue) = 178+169+11=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A90B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A90B is #4D56F4. Grayscale: #9A9A9A. Windows color (decimal): -5068533 or 764338. OLE color: 764338.

HSL color Cylindrical-coordinate representation of color #B2A90B: hue angle of 56.77º degrees, saturation: 0.88, 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 #B2A90B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17816911-
CMYK00.050.940.30
HSL56.77º88.36%37.06%-
HSV(B)56.77º93.82%69.8%-
XYZ32.6137.875.91-
YUV153.6847.48145.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 169 (66.41% from 255) = 47.21%
BLUE value IS 11 (4.69% from 255) = 3.07%
R=49.72%
G=47.21%
B=3.07%

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
Decimal1781691100.050.940.3056.7788.3637.06
HexB2A9B055E1E395825
Octal2622511305136367113045
Binary1011001010101001101101011011110111101110011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A90B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A90B; }

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

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

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

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

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

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

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

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