#B3A60B

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

Shades of Lucky #B3A60B

Tints of Lucky #B3A60B

Color information

#B3A60B (or 0xB3A60B) is unknown color: approx Lucky. HEX triplet: B3, A6 and 0B. RGB value is (179,166,11). Sum of RGB (Red+Green+Blue) = 179+166+11=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A60B is #4C59F4. Grayscale: #989898. Windows color (decimal): -5003765 or 763571. OLE color: 763571.

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

Color convert

RGB17916611-
CMYK00.070.940.30
HSL55.36º88.42%37.25%-
HSV(B)55.36º93.85%70.2%-
XYZ32.2936.885.73-
YUV152.2248.31147.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 166 (65.23% from 255) = 46.63%
BLUE value IS 11 (4.69% from 255) = 3.09%
R=50.28%
G=46.63%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791661100.070.940.3055.3688.4237.25
HexB3A6B075E1E375825
Octal2632461307136366713045
Binary1011001110100110101101111011110111101101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A60B; }

 p { color: rgb(179,166,11); }

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

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

 a { background-color: rgb(179,166,11); }

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

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

 span { border-color: rgb(179,166,11); }

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