#9A920A

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

Shades of Lucky #9A920A

Tints of Lucky #9A920A

Color information

#9A920A (or 0x9A920A) is unknown color: approx Lucky. HEX triplet: 9A, 92 and 0A. RGB value is (154,146,10). Sum of RGB (Red+Green+Blue) = 154+146+10=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A920A is #656DF5. Grayscale: #858585. Windows color (decimal): -6647286 or 692890. OLE color: 692890.

HSL color Cylindrical-coordinate representation of color #9A920A: hue angle of 56.67º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A920A is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB15414610-
CMYK00.050.940.40
HSL56.67º87.8%32.16%-
HSV(B)56.67º93.51%60.39%-
XYZ23.6627.454.34-
YUV132.8958.65143.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.68%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 10 (4.30% from 255) = 3.23%
R=49.68%
G=47.10%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541461000.050.940.4056.6787.832.16
Hex9A92A055E28395820
Octal2322221205136507113040
Binary10011010100100101010010110111101010001110011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A920A; }

 p { color: rgb(154,146,10); }

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

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

 a { background-color: rgb(154,146,10); }

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

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

 span { border-color: rgb(154,146,10); }

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