#999016

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

Shades of Lucky #999016

Tints of Lucky #999016

Color information

#999016 (or 0x999016) is unknown color: approx Lucky. HEX triplet: 99, 90 and 16. RGB value is (153,144,22). Sum of RGB (Red+Green+Blue) = 153+144+22=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #999016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999016 is #666FE9. Grayscale: #858585. Windows color (decimal): -6713322 or 1478809. OLE color: 1478809.

HSL color Cylindrical-coordinate representation of color #999016: hue angle of 55.88º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #999016 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB15314422-
CMYK00.060.860.4
HSL55.88º74.86%34.31%-
HSV(B)55.88º85.62%60%-
XYZ23.2526.784.7-
YUV132.7865.48142.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 22 (8.98% from 255) = 6.90%
R=47.96%
G=45.14%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531442200.060.860.455.8874.8634.31
Hex999016065628384b22
Octal2312202606126507011342
Binary100110011001000010110011010101101010001110001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999016; }

 p { color: rgb(153,144,22); }

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

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

 a { background-color: rgb(153,144,22); }

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

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

 span { border-color: rgb(153,144,22); }

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