#99960A

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

Shades of Lucky #99960A

Tints of Lucky #99960A

Color information

#99960A (or 0x99960A) is unknown color: approx Lucky. HEX triplet: 99, 96 and 0A. RGB value is (153,150,10). Sum of RGB (Red+Green+Blue) = 153+150+10=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99960A is #6669F5. Grayscale: #878787. Windows color (decimal): -6711798 or 693913. OLE color: 693913.

HSL color Cylindrical-coordinate representation of color #99960A: hue angle of 58.74º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99960A is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB15315010-
CMYK00.020.930.4
HSL58.74º87.73%31.96%-
HSV(B)58.74º93.46%60%-
XYZ24.128.614.54-
YUV134.9457.49140.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 10 (4.30% from 255) = 3.19%
R=48.88%
G=47.92%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531501000.020.930.458.7487.7331.96
Hex9996A025D283b5820
Octal2312261202135507313040
Binary1001100110010110101001010111011010001110111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99960A; }

 p { color: rgb(153,150,10); }

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

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

 a { background-color: rgb(153,150,10); }

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

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

 span { border-color: rgb(153,150,10); }

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