#B3A809

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

Shades of Lucky #B3A809

Tints of Lucky #B3A809

Color information

#B3A809 (or 0xB3A809) is unknown color: approx Lucky. HEX triplet: B3, A8 and 09. RGB value is (179,168,9). Sum of RGB (Red+Green+Blue) = 179+168+9=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A809 is #4C57F6. Grayscale: #999999. Windows color (decimal): -5003255 or 633011. OLE color: 633011.

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

Color convert

RGB1791689-
CMYK00.060.950.30
HSL56.12º90.43%36.86%-
HSV(B)56.12º94.97%70.2%-
XYZ32.6437.615.8-
YUV153.1646.64146.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 168 (66.02% from 255) = 47.19%
BLUE value IS 9 (3.91% from 255) = 2.53%
R=50.28%
G=47.19%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179168900.060.950.3056.1290.4336.86
HexB3A89065F1E385a25
Octal2632501106137367013245
Binary1011001110101000100101101011111111101110001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A809; }

 p { color: rgb(179,168,9); }

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

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

 a { background-color: rgb(179,168,9); }

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

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

 span { border-color: rgb(179,168,9); }

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