#998F16

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

Shades of Lucky #998F16

Tints of Lucky #998F16

Color information

#998F16 (or 0x998F16) is unknown color: approx Lucky. HEX triplet: 99, 8F and 16. RGB value is (153,143,22). Sum of RGB (Red+Green+Blue) = 153+143+22=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #998F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998F16 is #6670E9. Grayscale: #848484. Windows color (decimal): -6713578 or 1478553. OLE color: 1478553.

HSL color Cylindrical-coordinate representation of color #998F16: hue angle of 55.42º 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 #998F16 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB15314322-
CMYK00.070.860.4
HSL55.42º74.86%34.31%-
HSV(B)55.42º85.62%60%-
XYZ23.126.484.65-
YUV132.265.81142.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 143 (56.25% from 255) = 44.97%
BLUE value IS 22 (8.98% from 255) = 6.92%
R=48.11%
G=44.97%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531432200.070.860.455.4274.8634.31
Hex998F16075628374b22
Octal2312172607126506711342
Binary100110011000111110110011110101101010001101111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998F16; }

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

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

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

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

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

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

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

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