#B2A200

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

Shades of Lucky #B2A200

Tints of Lucky #B2A200

Color information

#B2A200 (or 0xB2A200) is unknown color: approx Lucky. HEX triplet: B2, A2 and 00. RGB value is (178,162,0). Sum of RGB (Red+Green+Blue) = 178+162+0=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A200 is #4D5DFF. Grayscale: #949494. Windows color (decimal): -5070336 or 41650. OLE color: 41650.

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

Color convert

RGB1781620-
CMYK00.0910.30
HSL54.61º100%34.9%-
HSV(B)54.61º100%69.8%-
XYZ31.2835.315.17-
YUV148.3244.3149.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 162 (63.67% from 255) = 47.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.35%
G=47.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178162000.0910.3054.6110034.9
HexB2A2009641E376423
Octal2622420011144366714443
Binary10110010101000100010011100100111101101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A200; }

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

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

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

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

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

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

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

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