#B2A60E

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

Shades of Lucky #B2A60E

Tints of Lucky #B2A60E

Color information

#B2A60E (or 0xB2A60E) is unknown color: approx Lucky. HEX triplet: B2, A6 and 0E. RGB value is (178,166,14). Sum of RGB (Red+Green+Blue) = 178+166+14=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A60E is #4D59F1. Grayscale: #989898. Windows color (decimal): -5069298 or 960178. OLE color: 960178.

HSL color Cylindrical-coordinate representation of color #B2A60E: hue angle of 55.61º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2A60E is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17816614-
CMYK00.070.920.30
HSL55.61º85.42%37.65%-
HSV(B)55.61º92.13%69.8%-
XYZ32.0836.775.82-
YUV152.2649.98146.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 166 (65.23% from 255) = 46.37%
BLUE value IS 14 (5.86% from 255) = 3.91%
R=49.72%
G=46.37%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781661400.070.920.3055.6185.4237.65
HexB2A6E075C1E385526
Octal2622461607134367012546
Binary1011001010100110111001111011100111101110001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A60E; }

 p { color: rgb(178,166,14); }

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

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

 a { background-color: rgb(178,166,14); }

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

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

 span { border-color: rgb(178,166,14); }

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